/* Doctors Component Styles */
/* Base styles provided by css/style.min.css (.team-section-ten, etc.) */

/* Reduce gap between metrics and doctors on desktop */
@media (min-width: 992px) {
    #doctors.team-section-ten {
        padding-top: 40px !important;
    }
}

/* Book Consultation button inside doctor cards */
.doctor-book-btn {
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
}

/* Reduce doctor card image size and center it */
.team-item-ten .team-img {
    max-width: 250px !important;
    margin: 0 auto 16px !important;
    border-radius: 12px;
    overflow: hidden;
}

.team-item-ten .team-img img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
}
