/* Frontend Styles for WC Head Office Manager */

/* Optional exclusive product badge */
.wcho-exclusive-badge {
    display: inline-block;
    background: #ff9800;
    color: #fff;
    padding: 3px 8px;
    font-size: 11px;
    border-radius: 3px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 5px;
}

/* Restricted access notice */
.wcho-access-restricted {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 15px;
    margin: 20px 0;
}

.wcho-access-restricted p {
    margin: 0;
}
