.step-3-content {
    background: #ffffff;
}

.step-3-content h2 {
    color: #000000;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.step-3-content .form-group input[type="date"],
.step-3-content .form-group input[type="time"] {
    background-color: #ffffff;
    color: #000000;
}

.step-3-content .form-group input[type="date"]:focus,
.step-3-content .form-group input[type="time"]:focus {
    border-color: #ffd700;
    box-shadow: 0 0 0 2px rgba(255, 215, 0, 0.2);
}

.step-3-content .time-slots h3 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.step-3-content .time-slot {
    background: #ffffff;
    border: 2px solid #d1d5db;
    transition: all 0.3s ease;
}

.step-3-content .time-slot:hover:not(:disabled) {
    border-color: #ffd700;
    background-color: #fffbeb;
    transform: translateY(-1px);
}

.step-3-content .time-slot.selected {
    border-color: #ffd700;
    background-color: #fef3c7;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
}

.step-3-content .time-slot span {
    display: block;
}

.step-3-content .time-slot .block {
    font-weight: 600;
    color: #000000;
}

.step-3-content .time-slot .text-xs {
    color: #6b7280;
    font-size: 0.75rem;
}

.step-3-content .preferences h3 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.step-3-content .preferences input[type="radio"] {
    accent-color: #ffd700;
}

.step-3-content .preferences label {
    cursor: pointer;
    transition: all 0.3s ease;
}

.step-3-content .preferences label:hover {
    color: #000000;
    font-weight: 500;
}

.step-3-content .info-box {
    background-color: #f3f4f6;
    border-left: 4px solid #ffd700;
}

.step-3-content .info-box strong {
    color: #000000;
}
