/* ==========================================================================
   SANTE HOSPITAL - SINGLE DOCTOR DETAIL PAGE (/bac-si/{slug}/)
   International Healthcare Bio Standard (FV Hospital & Mayo Clinic Benchmark)
   Quiet Luxury Art Direction & Fully Responsive Architecture
   ========================================================================== */

.sante-doctor-single-page {
    font-family: 'Lexend', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    background-color: #F8FAFC;
    color: #1E293B;
    overflow-x: hidden;
    padding-bottom: 80px;
}

.sante-doctor-single-page .container {
    max-width: 1240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
}

/* ==========================================================================
   1. HERO & MASTER CARD
   ========================================================================== */
.sante-doc-hero-wrap {
    background: linear-gradient(180deg, #0A192F 0%, #0D2447 55%, #F8FAFC 55%, #F8FAFC 100%);
    padding: 24px 0 0;
}

.sante-doc-breadcrumb {
    margin-bottom: 20px;
}

.sante-doc-breadcrumb .sante-breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    gap: 8px;
    font-size: 13px;
    line-height: 1.4;
}

.sante-doc-breadcrumb .sante-breadcrumb-list li {
    display: inline-flex;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.sante-doc-breadcrumb .sante-breadcrumb-list li::before,
.sante-doc-breadcrumb .sante-breadcrumb-list li::after {
    display: none !important;
    content: none !important;
}

.sante-doc-breadcrumb .sante-bc-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #94A3B8;
    font-weight: 500;
    text-decoration: none !important;
    transition: color 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.sante-doc-breadcrumb .sante-bc-link:hover {
    color: #00E68C;
}

.sante-doc-breadcrumb .sante-bc-home-svg {
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
}

.sante-doc-breadcrumb .sante-bc-sep {
    color: #64748B;
    font-size: 12px;
    font-weight: 400;
    user-select: none;
    padding: 0 2px;
}

.sante-doc-breadcrumb .sante-bc-current {
    color: #FFFFFF;
    font-weight: 600;
}

/* Master Card Box */
.sante-doc-master-card {
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 16px 40px rgba(10, 25, 47, 0.07), 0 2px 6px rgba(0, 0, 0, 0.02);
    border: 1px solid #E2E8F0;
    padding: 36px 40px;
    position: relative;
    z-index: 5;
    margin-bottom: 40px;
}

.doc-master-grid {
    display: grid;
    grid-template-columns: 290px 1fr;
    gap: 44px;
    align-items: start;
}

/* Left Photo Column */
.doc-master-photo-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.doc-master-photo-box {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #F8FAFC;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    aspect-ratio: 3 / 4;
    width: 100%;
    border: 3px solid #FFFFFF;
}

.doc-photo-cred-bar {
    width: 100%;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 10px 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    box-sizing: border-box;
}

.cred-bar-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11.5px;
    color: #475569;
    line-height: 1.35;
}

.cred-bar-item em {
    color: #00875A;
    font-size: 13px;
    flex-shrink: 0;
}

.cred-bar-item strong {
    color: #0F172A;
    font-weight: 600;
}

.doc-master-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform 0.4s ease;
}

.doc-master-photo-box:hover .doc-master-img {
    transform: scale(1.03);
}

.doc-master-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.doc-master-badge.gold {
    background: linear-gradient(135deg, #B08947 0%, #D4AF37 100%);
    color: #FFFFFF;
}

.doc-master-badge.teal {
    background: linear-gradient(135deg, #00875A 0%, #00CE7C 100%);
    color: #FFFFFF;
}

.doc-master-badge.blue {
    background: linear-gradient(135deg, #0F4C81 0%, #0066CC 100%);
    color: #FFFFFF;
}

/* Right Master Info Column */
.doc-master-info-col {
    display: flex;
    flex-direction: column;
}

.doc-header-kicker-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}

.doc-spec-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #E6F8F0;
    color: #00684A;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid rgba(0, 104, 74, 0.12);
}

.doc-exp-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #FEF3C7;
    color: #92400E;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid rgba(146, 64, 14, 0.12);
}

.doc-cchn-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #F1F5F9;
    color: #475569;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #E2E8F0;
}

.doc-cchn-pill em {
    color: #00875A;
}

.doc-cchn-pill strong {
    color: #0F172A;
    font-weight: 600;
}

.doc-master-fullname {
    font-size: 32px;
    line-height: 1.15;
    font-weight: 800;
    color: #0A192F !important;
    margin: 0 0 8px 0 !important;
    letter-spacing: -0.025em;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
}

.doc-master-fullname .degree-prefix {
    color: #00875A;
    font-size: 26px;
    font-weight: 700;
}

.doc-master-fullname .name-text {
    color: #0A192F;
}

.doc-master-position {
    font-size: 15px;
    font-weight: 500;
    color: #475569 !important;
    margin-bottom: 20px !important;
    line-height: 1.5;
}

/* Specialties Luxury Grid (Exact Match to User Reference Layout) */
.doc-master-specialties-wrap {
    margin-bottom: 24px;
}

.specialties-title-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.specialties-title-divider .title-text {
    font-size: 13px;
    font-weight: 800;
    color: #00684A;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.specialties-title-divider .title-text em {
    color: #D4AF37;
    font-size: 13px;
}

.specialties-title-divider .divider-line {
    flex: 1;
    height: 1px;
    background: #E2E8F0;
}

.specialties-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.spec-luxury-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 16px 18px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    box-shadow: 0 4px 12px rgba(10, 25, 47, 0.03);
    transition: all 0.25s ease;
    min-height: 96px;
    box-sizing: border-box;
}

.spec-luxury-card:hover {
    border-color: #CBD5E1;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(10, 25, 47, 0.06);
}

.spec-icon-bubble {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #E6F8F0 0%, #D1F2E4 100%);
    color: #00684A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    border: 1px solid rgba(0, 104, 74, 0.15);
    margin-top: 2px;
}

.spec-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.spec-heading {
    font-size: 13px;
    font-weight: 800;
    color: #0A192F !important;
    line-height: 1.4;
    margin: 0 0 4px 0 !important;
    text-transform: uppercase;
    letter-spacing: -0.01em;
}

.spec-desc {
    font-size: 12px;
    color: #64748B;
    line-height: 1.45;
    margin: 0 !important;
}

@media (max-width: 991px) {
    .specialties-cards-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

/* Master CTA Row */
.doc-master-cta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: auto;
}

.btn-master-booking {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #00875A 0%, #00B368 100%);
    color: #FFFFFF !important;
    padding: 14px 28px;
    min-height: 48px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 6px 18px rgba(0, 135, 90, 0.28);
    transition: all 0.25s ease;
}

.btn-master-booking:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 135, 90, 0.38);
    background: linear-gradient(135deg, #00734D 0%, #009E5C 100%);
}

.btn-master-hotline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #F8FAFC;
    color: #0A192F !important;
    border: 1.5px solid #CBD5E1;
    padding: 13px 22px;
    min-height: 48px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.btn-master-hotline:hover {
    background: #FFFFFF;
    border-color: #00875A;
    color: #00875A !important;
}

/* ==========================================================================
   2. DETAILED CV & CLINICAL TABS
   ========================================================================== */
.sante-doc-details-body {
    padding-top: 10px;
}

.doc-layout-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.doc-main-content-col {
    flex: 1 1 650px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.doc-sidebar-col {
    flex: 0 0 390px;
    max-width: 390px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Section Card (Quiet Luxury Academic Architecture) */
.doc-content-section-card {
    background: #FFFFFF;
    border-radius: 18px;
    border: 1px solid #E2E8F0;
    box-shadow: 0 4px 16px rgba(10, 25, 47, 0.03);
    padding: 32px 36px;
    transition: all 0.25s ease;
}

.doc-content-section-card:hover {
    border-color: #CBD5E1;
    box-shadow: 0 8px 24px rgba(10, 25, 47, 0.05);
}

.sec-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 18px;
    margin-bottom: 22px;
    border-bottom: 1.5px solid #F1F5F9;
}

.sec-card-header em {
    font-size: 22px;
    color: #00875A;
    background: #E6F8F0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sec-card-header h2 {
    font-size: 19px;
    font-weight: 800;
    color: #0A192F !important;
    margin: 0 !important;
    letter-spacing: -0.015em;
}

.sec-card-body {
    font-size: 15px;
    line-height: 1.8;
    color: #334155;
}

.sec-card-body .lead-bio-text {
    font-size: 16px;
    color: #0F172A;
    font-weight: 500;
    margin-bottom: 16px;
    line-height: 1.75;
}

/* Timeline CV List (Editorial Luxury Style) */
.timeline-cv-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.timeline-cv-list::before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 8px;
    width: 2px;
    background: #E2E8F0;
}

.timeline-cv-list li {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 18px;
    position: relative;
}

.timeline-cv-list li:last-child {
    margin-bottom: 0;
}

.timeline-bullet {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 3.5px solid #00875A;
    box-shadow: 0 0 0 3px rgba(0, 135, 90, 0.12);
    flex-shrink: 0;
    margin-top: 3px;
    z-index: 2;
}

.timeline-bullet.is-gold {
    border-color: #D4AF37;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.15);
}

.timeline-desc {
    font-size: 14.5px;
    color: #1E293B;
    font-weight: 500;
    line-height: 1.6;
}

/* Clinical Skills Grid (Quiet Luxury Interactive Pills) */
.clinical-skills-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.clinical-skill-pill {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    padding: 14px 20px;
    border-radius: 12px;
    font-size: 14.5px;
    color: #0F172A;
    font-weight: 600;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.clinical-skill-pill:hover {
    background: #F0FDF4;
    border-color: #00875A;
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(0, 135, 90, 0.08);
}

.clinical-skill-pill em {
    color: #00875A;
    font-size: 16px;
    flex-shrink: 0;
}

/* Memberships List */
.memberships-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.memberships-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 14.5px;
    font-weight: 600;
    color: #1E293B;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    padding: 12px 18px;
    border-radius: 10px;
}

/* ==========================================================================
   3. SIDEBAR WIDGETS
   ========================================================================== */
.doc-sidebar-widget {
    background: #FFFFFF;
    border-radius: 18px;
    border: 1px solid #E2E8F0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    padding: 24px;
}

.doc-sidebar-widget .widget-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 14px;
    margin-bottom: 16px;
    border-bottom: 1.5px solid #F1F5F9;
}

.doc-sidebar-widget .widget-header em {
    font-size: 18px;
}

.doc-sidebar-widget .widget-header h3 {
    font-size: 16px;
    font-weight: 700;
    color: #0A192F !important;
    margin: 0 !important;
}

/* Widget Schedule */
.schedule-badge-box {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #DCFCE7;
    color: #166534;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 14px;
}

.schedule-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #22C55E;
    box-shadow: 0 0 6px #22C55E;
}

.schedule-detail-text {
    font-size: 13.5px;
    line-height: 1.6;
    color: #334155;
    margin-bottom: 12px;
}

.schedule-note {
    font-size: 12px;
    line-height: 1.5;
    color: #64748B;
    margin-bottom: 18px;
}

.btn-sidebar-book {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #0A192F 0%, #11284A 100%);
    color: #FFFFFF !important;
    padding: 12px 18px;
    min-height: 48px;
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.btn-sidebar-book:hover {
    background: linear-gradient(135deg, #00875A 0%, #00B368 100%);
    box-shadow: 0 4px 12px rgba(0, 135, 90, 0.25);
}

/* Widget Department */
.dept-title {
    font-size: 16px;
    font-weight: 700;
    color: #0A192F !important;
    margin: 0 0 8px 0 !important;
}

.dept-desc {
    font-size: 13px;
    color: #475569;
    line-height: 1.55;
    margin-bottom: 14px;
}

.dept-view-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #00734D !important;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none !important;
    min-height: 44px;
    padding: 4px 0;
    transition: gap 0.2s ease;
}

.dept-view-link:hover {
    gap: 10px;
    text-decoration: underline !important;
}

/* Widget Peers */
.doc-sidebar-widget.widget-peers-card {
    padding: 20px 20px 22px;
}

.peer-doctors-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.peer-doctor-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    border-radius: 12px;
    border: 1px solid #E2E8F0;
    background: #FFFFFF;
    text-decoration: none !important;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    box-sizing: border-box;
}

.peer-doctor-item:hover {
    background: #F8FAFC;
    border-color: #00875A;
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(0, 135, 90, 0.08);
}

.peer-avatar-wrap {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid #E2E8F0;
    background: #F1F5F9;
    box-sizing: border-box;
}

.peer-avatar-wrap .peer-avatar {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
    object-fit: cover;
    object-position: top center;
    transform: scale(1.35);
    transform-origin: top center;
}

.peer-info {
    flex: 1;
    min-width: 0;
}

.peer-name {
    font-size: 13.5px;
    font-weight: 700;
    color: #0A192F !important;
    margin: 0 0 3px 0 !important;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.peer-role {
    font-size: 11px;
    color: #00875A;
    font-weight: 600;
    display: block;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.peer-arrow {
    color: #94A3B8;
    font-size: 12px;
    flex-shrink: 0;
    transition: transform 0.2s ease, color 0.2s ease;
}

.peer-doctor-item:hover .peer-arrow {
    color: #00875A;
    transform: translateX(3px);
}

/* ==========================================================================
   4. RESPONSIVE BREAKPOINTS (Optimized for Tablet & Mobile UX)
   ========================================================================== */
@media (max-width: 1024px) {
    .doc-master-grid {
        grid-template-columns: 280px 1fr;
        gap: 32px;
    }
    .doc-master-fullname {
        font-size: 26px;
    }
    .specialties-cards-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .doc-layout-row {
        flex-direction: column;
    }
    .doc-sidebar-col {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .sante-doctor-single-page {
        padding-bottom: 50px;
    }
    .sante-doctor-single-page .container {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
    .sante-doc-hero-wrap {
        padding: 16px 0 0;
        background: linear-gradient(180deg, #0A192F 0%, #0D2447 220px, #F8FAFC 220px, #F8FAFC 100%);
    }
    .sante-doc-breadcrumb {
        margin-bottom: 14px;
    }
    .sante-doc-breadcrumb .sante-breadcrumb-list {
        font-size: 12px;
        gap: 6px;
    }
    .sante-doc-master-card {
        padding: 22px 16px;
        border-radius: 16px;
        margin-bottom: 24px;
        box-shadow: 0 10px 30px rgba(10, 25, 47, 0.06);
    }
    .doc-master-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .doc-master-photo-col {
        gap: 10px;
        width: 100%;
    }
    .doc-master-photo-box {
        max-width: 195px;
        border-radius: 16px;
        margin: 0 auto;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    }
    .doc-photo-cred-bar {
        max-width: 280px;
        margin: 0 auto;
        padding: 7px 12px;
        border-radius: 10px;
    }
    .cred-bar-item {
        font-size: 11px;
        justify-content: center;
        gap: 6px;
    }
    .doc-header-kicker-row {
        justify-content: center;
        gap: 6px;
        margin-bottom: 10px;
    }
    .doc-spec-pill,
    .doc-exp-pill {
        font-size: 11.5px;
        padding: 3.5px 10px;
    }
    .doc-master-fullname {
        display: flex;
        justify-content: center;
        align-items: baseline;
        flex-wrap: wrap;
        gap: 6px;
        font-size: 21px;
        line-height: 1.25;
        text-align: center;
        margin: 0 0 6px 0 !important;
    }
    .doc-master-fullname .degree-prefix {
        font-size: 18px;
    }
    .doc-master-fullname .name-text {
        font-size: 21px;
    }
    .doc-master-position {
        text-align: center;
        font-size: 13.5px;
        line-height: 1.45;
        margin-bottom: 16px !important;
    }
    .doc-master-specialties-wrap {
        margin-bottom: 18px;
    }
    .specialties-title-divider {
        margin-bottom: 10px;
    }
    .specialties-title-divider .title-text {
        font-size: 12px;
        letter-spacing: 0.04em;
    }
    .specialties-cards-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .spec-luxury-card {
        padding: 10px 12px;
        min-height: auto;
        border-radius: 12px;
        gap: 10px;
        align-items: center;
        background: #F8FAFC;
    }
    .spec-icon-bubble {
        width: 34px;
        height: 34px;
        font-size: 14px;
        border-radius: 9px;
        margin-top: 0;
    }
    .spec-heading {
        font-size: 11.5px;
        font-weight: 700;
        line-height: 1.35;
        margin: 0 !important;
    }
    .spec-desc {
        font-size: 11px;
        margin-top: 2px !important;
    }
    .doc-master-cta-row {
        flex-direction: column;
        width: 100%;
        gap: 10px;
        margin-top: 14px;
    }
    .btn-master-booking {
        width: 100%;
        padding: 12px 18px;
        min-height: 44px;
        font-size: 13.5px;
        border-radius: 10px;
        justify-content: center;
        letter-spacing: 0.02em;
    }
    .btn-master-hotline {
        width: 100%;
        padding: 11px 18px;
        min-height: 44px;
        font-size: 13.5px;
        border-radius: 10px;
        justify-content: center;
    }
    .sante-doc-details-body {
        padding-top: 0;
    }
    .doc-main-content-col {
        gap: 18px;
    }
    .doc-content-section-card {
        padding: 18px 16px;
        border-radius: 14px;
    }
    .sec-card-header {
        gap: 10px;
        padding-bottom: 12px;
        margin-bottom: 14px;
    }
    .sec-card-header em {
        width: 36px;
        height: 36px;
        font-size: 18px;
        border-radius: 10px;
    }
    .sec-card-header h2 {
        font-size: 16px;
    }
    .sec-card-body {
        font-size: 14px;
        line-height: 1.65;
    }
    .sec-card-body .lead-bio-text {
        font-size: 14.5px;
        line-height: 1.65;
        margin-bottom: 12px;
    }
    .timeline-desc {
        font-size: 13.5px;
        line-height: 1.5;
    }
    .timeline-cv-list li {
        gap: 12px;
        margin-bottom: 14px;
    }
    .clinical-skill-pill {
        padding: 10px 14px;
        font-size: 13px;
        gap: 10px;
        border-radius: 10px;
    }
    .memberships-list li {
        padding: 10px 14px;
        font-size: 13px;
        gap: 10px;
        border-radius: 10px;
    }
    .doc-sidebar-widget {
        padding: 18px 16px;
        border-radius: 14px;
    }
    .doc-sidebar-widget.widget-peers-card {
        padding: 16px 14px 18px;
    }
    .peer-doctor-item {
        padding: 7px 10px;
        border-radius: 10px;
        gap: 10px;
    }
    .peer-avatar-wrap {
        width: 44px;
        height: 44px;
        border-radius: 8px;
    }
    .peer-name {
        font-size: 13px;
    }
    .peer-role {
        font-size: 10.5px;
    }
}

@media (max-width: 480px) {
    .sante-doctor-single-page .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .sante-doc-master-card {
        padding: 18px 12px;
        border-radius: 14px;
    }
    .doc-master-photo-box {
        max-width: 175px;
        border-radius: 14px;
    }
    .doc-master-fullname {
        font-size: 19px;
    }
    .doc-master-fullname .degree-prefix {
        font-size: 16.5px;
    }
    .doc-master-fullname .name-text {
        font-size: 19px;
    }
    .spec-luxury-card {
        padding: 9px 10px;
        gap: 9px;
    }
    .spec-icon-bubble {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
    .spec-heading {
        font-size: 11px;
    }
}
