/**
 * OM Role-Based Pricing - Minimal Frontend Styles
 *
 * Kept minimal for performance. Override in your theme if needed.
 */

/* Login message displayed after price */
.om-role-login-message {
    display: block;
    font-size: 0.85em;
    margin-top: 5px;
    color: #666;
}

.om-role-login-message a {
    color: #0073aa;
    text-decoration: none;
}

.om-role-login-message a:hover {
    color: #005177;
    text-decoration: underline;
}

/* Archive/shop page styling */
.woocommerce ul.products li.product .om-role-login-message {
    font-size: 0.8em;
    margin-top: 3px;
}

/* Single product page styling */
.woocommerce div.product .om-role-login-message {
    font-size: 0.9em;
    margin-top: 8px;
}

/* Cart styling */
.woocommerce-cart .om-role-login-message,
.woocommerce-checkout .om-role-login-message {
    display: none; /* Hide in cart/checkout - prices are already shown */
}
