/* ============================================================
   FabLocks Bookings — Premium Layout (Final)
   Matches "Expected Correct Page" design exactly.
   ============================================================ */

.fbb-booking-wrap {
    margin: 20px 0;
    width: 100%;
}

/* Horizontal alignment for Select Date */
.fbb-flex-field {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    margin-bottom: 25px !important;
}

.fbb-label {
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    color: #333 !important;
    margin: 0 !important;
    white-space: nowrap !important;
}

.fbb-label .req {
    color: #e74c3c !important;
}

.fbb-input-wrap {
    flex: 0 1 200px;
}

.fbb-date-input {
    width: 100%;
    height: 42px;
    padding: 0 12px !important;
    border: 1px solid #e5e5e5 !important;
    background: #f1f1f1 !important;
    font-size: 13px !important;
    color: #666 !important;
    border-radius: 0 !important;
    cursor: pointer;
}

/* Time slots grid */
.fbb-slots {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.fbb-slot-btn {
    padding: 10px 15px;
    border: 1px solid #111;
    background: #fff;
    color: #111;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
}

.fbb-slot-btn:hover:not(:disabled),
.fbb-slot-btn.selected {
    background: #111;
    color: #fff;
}

/* Action Buttons — Single Row */
.cart {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 12px !important;
    margin-top: 20px !important;
    width: 100% !important;
}

/* Scoping for booking products only */
.fbb-booking-wrap + .cart,
.fbb-booking-active .cart {
    display: flex !important;
}

.cart .single_add_to_cart_button {
    background: #111 !important;
    color: #fff !important;
    height: 45px !important;
    padding: 0 30px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    border: none !important;
    border-radius: 0 !important;
    min-width: 160px !important;
}

/* Wishlist & Compare Buttons */
.cart .tinv-wraper,
.cart .woosc-btn,
.cart .yith-wcwl-add-to-wishlist,
.cart .wishlist-wrapper {
    margin: 0 !important;
}

.cart .tinv-wraper .tinvwl_add_to_wishlist_button,
.cart .woosc-btn,
.cart .yith-wcwl-add-button > a,
.cart .woosw-btn {
    height: 45px !important;
    border: 1px solid #111 !important;
    background: #fff !important;
    color: #111 !important;
    padding: 0 15px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
}

/* Additional outlined box placeholder if needed */
.fbb-placeholder-box {
    width: 45px;
    height: 45px;
    border: 1px solid #111;
    display: inline-block;
}

/* Category & Social Icons */
.product_meta {
    margin-top: 25px !important;
    padding-top: 15px !important;
    border-top: 1px solid #eee !important;
    font-size: 14px !important;
    color: #333 !important;
}

.product_meta .posted_in {
    display: block !important;
    margin-bottom: 10px !important;
}

/* Responsive */
@media (max-width: 768px) {
    .fbb-flex-field {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 10px !important;
    }
    .fbb-input-wrap {
        width: 100%;
        max-width: 100%;
    }
    .cart .single_add_to_cart_button {
        width: 100% !important;
    }
}
