/* Form 2 Appointment Date Picker & Day Schedule Styles */
#tv-employee-day-schedule-wrapper {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    padding: 16px !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.02) !important;
}

#tv-employee-day-schedule-wrapper .tv-radio-label {
    cursor: text !important;
}

#tv-f2-timeslots-container .tv-time-slot-subheading {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    margin: 8px 0 6px 0;
    text-transform: none;
    width: 100%;
}

#tv-f2-timeslots-container .tv-time-slot-subheading:first-child {
    margin-top: 0;
}

#tv-f2-timeslots-container .tv-time-slot-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(75px, 1fr));
    gap: 6px;
    width: 100%;
}

#tv-f2-timeslots-container .tv-f2-slot-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 8px !important;
    border-radius: 6px !important;
    border: 1px solid #cbd5e1 !important;
    background-color: #ffffff !important;
    font-size: 12.5px !important;
    font-weight: 600 !important;
    color: #334155 !important;
    cursor: pointer;
    transition: all 0.15s ease !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03) !important;
    user-select: none;
}

#tv-f2-timeslots-container .tv-f2-slot-btn:hover {
    border-color: #936179 !important;
    background-color: #fdf2f8 !important;
    color: #936179 !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(147, 97, 121, 0.1) !important;
}

#tv-f2-timeslots-container .tv-f2-slot-btn.tv-radio-box-active,
#tv-f2-timeslots-container .tv-f2-slot-btn.active-box {
    border-color: #936179 !important;
    background-color: #936179 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 6px rgba(147, 97, 121, 0.25) !important;
}

#tv-f2-timeslots-container .tv-f2-slot-btn.tv-radio-box-active .tv-radio-box-name,
#tv-f2-timeslots-container .tv-f2-slot-btn.active-box .tv-radio-box-name {
    color: #ffffff !important;
}
