/* Fuzahouse Timeslot Booking — Cart Styles */

.ftb-timeslot-row td {
    background: #fffbf0 !important;
    border-top: 3px solid #f0c040 !important;
}

.ftb-slot-select {
    width: 100%;
    padding: 10px 14px;
    border: 1.5px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23555' d='M0 0l6 8 6-8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    cursor: pointer;
}

.ftb-slot-select:focus {
    outline: none;
    border-color: #f0c040;
    box-shadow: 0 0 0 3px rgba(240, 192, 64, 0.2);
}

.ftb-slot-select:disabled,
.ftb-slot-select option:disabled {
    color: #aaa;
}

.ftb-status {
    transition: opacity 0.2s ease;
}
