/* Appointment Section Styles */
.appointment-section {
    padding: 1.5rem 0;
    border-bottom: 1px solid #eee;
    margin-bottom: unset;
    text-align: center;
}

.appointment-section h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 0.5rem 0;
    text-align: left;
}

.appointment-text {
    font-size: 0.9375rem;
    color: #4b5563;
    margin: 0 0 1rem 0;
    line-height: 1.5;
}

.appointment-button {
    display: inline-block;
    background-color: #16697A;
    color: #ffffff;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.2s ease;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.appointment-button:hover {
    background-color: #4ECDC4;
    color: #ffffff;
    text-decoration: none;
}

.appointment-button:focus {
    outline: 2px solid #60a5fa;
    outline-offset: 2px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .appointment-section {
        padding: 1.25rem 0;
    }
    
    .appointment-button {
        padding: 0.625rem 1.25rem;
    }
}

.appointment-section {
padding: 1rem;
}
.appointment-text {
font-size: 12px;
}
.appointment-button {
font-size: 12px;
}

.appointment-section {
background: #fff;
border-radius: 8px;
margin-bottom: 16px;
}