/* ──────────────────────────────────────────────────────────────────
   WC Wholesale Ordering — Frontend Styles
   ────────────────────────────────────────────────────────────────── */

.wwop-widget {
    margin: 16px 0 8px;
    font-family: inherit;
}

/* "ORDER BY" label */
.wwop-order-by-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #666;
    margin: 0 0 8px;
    padding: 0;
}

/* Toggle button row */
.wwop-toggle-wrap {
    display: inline-flex;
    border: 2px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}

.wwop-toggle {
    padding: 9px 26px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: none;
    background: #fff;
    color: #444;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
    outline: none;
    position: relative;
}

/* Divider between buttons */
.wwop-toggle:not(:last-child) {
    border-right: 2px solid #ddd;
}

/* Active state — red like the reference site */
.wwop-toggle.active {
    background: #cc0000;
    color: #fff;
}

.wwop-toggle:hover:not(.active) {
    background: #f5f5f5;
}

/* Info line under the toggle */
.wwop-case-info {
    font-size: 13px;
    color: #555;
    margin: 0 0 12px;
    padding: 0;
    transition: opacity 0.2s;
}

.wwop-case-info.wwop-hidden {
    opacity: 0;
    pointer-events: none;
}

/* ── Admin panel highlight ────────────────────────────────────────── */
.wwop-options {
    border-top: 3px solid #7f54b3 !important;
}
