/* Additional Frontend Styles */
.single-product .bh-booking-interface {
    margin: 30px 0;
}

.woocommerce .bh-booking-interface .button {
    font-family: inherit;
}

.woocommerce-message.bh-success {
    background: #e8f5e9;
    color: #2e7d32;
    border-top-color: #4caf50;
}

/* Cart display */
.woocommerce-cart-form .bh-booking-info {
    font-size: 0.9em;
    color: #666;
    margin-top: 5px;
}

.woocommerce-cart-form .bh-booking-info strong {
    color: #333;
}

/* Checkout display */
.woocommerce-checkout .bh-booking-summary {
    background: #f7f7f7;
    padding: 15px;
    border-radius: 4px;
    margin: 10px 0;
}

/* Loading overlay */
.bh-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

.bh-loading-overlay .spinner {
    width: 60px;
    height: 60px;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #2271b1;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
