/* ==========================================================================
   SANTE HOSPITAL - BENTO VISUAL CANVAS (QUIET LUXURY MEDICAL ARCHITECTURE)
   Deep Emerald (#064E3B) • Champagne Gold (#C5A880) • Responsive Master Layout
   ========================================================================== */

.sante-specialty-single.middle-fullwidth {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.sante-spec-bento-canvas {
    font-family: var(--font-body, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
    color: #1E293B;
    background-color: #FAFAFC;
    line-height: 1.6;
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
}

/* ==========================================================================
   1. HERO ARCHITECTURAL CANVAS
   ========================================================================== */
.sante-bento-hero {
    position: relative;
    background: linear-gradient(145deg, #042E23 0%, #064E3B 50%, #0A5C47 100%);
    padding: 64px 0 56px;
    color: #FFFFFF;
    overflow: hidden;
}

.sante-bento-hero-bg-glow {
    position: absolute;
    top: -30%;
    right: -10%;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 230, 140, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
    pointer-events: none;
}

.sante-bento-hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 48px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.sante-bento-gold-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: rgba(197, 168, 128, 0.15);
    border: 1px solid rgba(197, 168, 128, 0.4);
    border-radius: 999px;
    color: #F3E5AB;
    font-size: 12.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 18px;
}

.sante-bento-gold-tag i {
    color: #E6C875;
}

.sante-bento-hero-title {
    font-size: clamp(28px, 3.4vw, 42px);
    font-weight: 900;
    color: #FFFFFF;
    line-height: 1.22;
    letter-spacing: -0.02em;
    margin: 0 0 16px 0;
    word-break: break-word;
}

.sante-bento-hero-lead {
    font-size: 15.5px;
    line-height: 1.7;
    color: #E2E8F0;
    margin: 0 0 26px 0;
    max-width: 580px;
}

.sante-bento-meta-strip {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}

.sante-bento-meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 16px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    font-size: 13.5px;
    font-weight: 600;
    color: #F8FAFC;
    max-width: fit-content;
}

.sante-bento-meta-pill .meta-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00E68C;
    box-shadow: 0 0 0 4px rgba(0, 230, 140, 0.25);
    flex-shrink: 0;
}

.sante-bento-meta-pill i {
    color: #00E68C;
    flex-shrink: 0;
}

.sante-bento-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.sante-bento-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: linear-gradient(135deg, #00E68C 0%, #00B368 100%);
    color: #042E23 !important;
    font-size: 14.5px;
    font-weight: 800;
    border-radius: 12px;
    text-decoration: none !important;
    box-shadow: 0 10px 25px rgba(0, 230, 140, 0.3);
    transition: all 0.25s ease;
    white-space: nowrap;
}

.sante-bento-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 230, 140, 0.4);
    background: linear-gradient(135deg, #1aff9e 0%, #00c774 100%);
}

.sante-bento-btn-hotline {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 8px 20px 8px 14px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    color: #FFFFFF !important;
    text-decoration: none !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.25s ease;
}

.sante-bento-btn-hotline:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(0, 230, 140, 0.5);
    transform: translateY(-2px);
}

.sante-bento-btn-hotline i {
    font-size: 20px;
    color: #F87171;
    flex-shrink: 0;
}

.sante-bento-btn-hotline small {
    display: block;
    font-size: 11px;
    color: #CBD5E1;
    line-height: 1.2;
}

.sante-bento-btn-hotline strong {
    display: block;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 1.3;
}

.sante-bento-arch-frame {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.3);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    aspect-ratio: 16 / 11;
    background: #042E23;
}

.sante-bento-arch-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.sante-bento-arch-frame:hover .sante-bento-arch-img {
    transform: scale(1.04);
}

/* ==========================================================================
   2. CLINICAL SERVICES SHOWCASE (LƯỚI DỊCH VỤ MŨI NHỌN)
   ========================================================================== */
.sante-bento-services-sec {
    padding: 68px 0;
    background: #FFFFFF;
    border-bottom: 1px solid #E2E8F0;
}

.sante-bento-sec-header {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 40px;
}

.sante-bento-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #064E3B;
    background: #E6FBF2;
    padding: 5px 16px;
    border-radius: 999px;
    margin-bottom: 12px;
}

.sante-bento-sec-title {
    font-size: clamp(24px, 2.6vw, 32px);
    font-weight: 900;
    color: #0F172A;
    line-height: 1.25;
    margin: 0 0 10px 0;
    letter-spacing: -0.02em;
    word-break: break-word;
    text-wrap: balance;
}

.sante-bento-sec-sub {
    font-size: 14.5px;
    color: #64748B;
    margin: 0 auto;
    max-width: 680px;
    line-height: 1.6;
}

.sante-services-visual-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
    box-sizing: border-box;
}

.sante-services-visual-grid.sante-services-grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.sante-services-visual-grid.sante-services-grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 860px;
    margin: 0 auto;
    gap: 24px;
}

.sante-srv-visual-card {
    background: #FFFFFF;
    border: 1.5px solid #E2E8F0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    min-width: 0;
    box-sizing: border-box;
}

.sante-srv-visual-card:hover {
    border-color: #064E3B;
    box-shadow: 0 16px 36px rgba(6, 78, 59, 0.12);
    transform: translateY(-4px);
}

.sante-srv-img-box {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 16 / 10 !important;
    height: auto !important;
    min-height: auto !important;
    overflow: hidden !important;
    display: block !important;
    background: #F8FAFC !important;
    border-bottom: 1px solid #E2E8F0 !important;
}

.sante-srv-img-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    transition: transform 0.5s ease !important;
}

.sante-srv-visual-card:hover .sante-srv-img-box img {
    transform: scale(1.06) !important;
}

.sante-srv-body {
    padding: 22px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.sante-srv-title {
    font-size: 17.5px;
    font-weight: 800;
    color: #0F172A;
    line-height: 1.35;
    margin: 0 0 10px 0;
    word-break: break-word;
}

.sante-srv-desc {
    font-size: 13.5px;
    line-height: 1.6;
    color: #64748B;
    margin: 0 0 18px 0;
    flex: 1;
}

.sante-srv-action {
    padding-top: 14px;
    border-top: 1px solid #F1F5F9;
}

.sante-srv-btn-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    font-weight: 800;
    color: #064E3B;
    text-decoration: none !important;
    transition: color 0.2s ease, transform 0.2s ease;
}

.sante-srv-btn-link:hover {
    color: #008751;
    transform: translateX(4px);
}

/* ==========================================================================
   2B. FACULTY / DOCTOR SHOWCASE SECTION (CHUẨN TRANG CHỦ & ĐỘI NGŨ BÁC SĨ)
   ========================================================================== */
.sante-spec-faculty-sec {
    padding: 72px 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 50%, #FFFFFF 100%);
    border-bottom: 1px solid #E2E8F0;
    position: relative;
    overflow: hidden;
}

.sante-spec-faculty-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1100px;
    height: 400px;
    background: radial-gradient(ellipse at center, rgba(0, 206, 124, 0.07) 0%, rgba(33, 18, 97, 0.02) 50%, transparent 75%);
    pointer-events: none;
    z-index: 0;
}

.specialty-faculty-grid-wrap {
    margin-top: 36px;
    position: relative;
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
}

.specialty-faculty-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 24px !important;
    align-items: stretch !important;
    width: 100%;
    box-sizing: border-box;
}

.specialty-faculty-grid.count-1 {
    grid-template-columns: minmax(0, 310px) !important;
    justify-content: center;
}

.specialty-faculty-grid.count-2 {
    grid-template-columns: repeat(2, minmax(0, 310px)) !important;
    justify-content: center;
}

.specialty-faculty-grid.count-3 {
    grid-template-columns: repeat(3, minmax(0, 310px)) !important;
    justify-content: center;
}

.specialty-faculty-grid .doctor-profile-card {
    height: 100% !important;
    margin: 0 !important;
    background: #FFFFFF !important;
}

@media (max-width: 1199px) {
    .specialty-faculty-grid,
    .specialty-faculty-grid.count-3,
    .specialty-faculty-grid.count-many {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 20px !important;
    }
}

@media (max-width: 640px) {
    .specialty-faculty-grid,
    .specialty-faculty-grid.count-1,
    .specialty-faculty-grid.count-2,
    .specialty-faculty-grid.count-3,
    .specialty-faculty-grid.count-many {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
}

/* ==========================================================================
   3. CƠ SỞ VẬT CHẤT & THIẾT BỊ Y KHOA TIÊU CHUẨN QUỐC TẾ
   ========================================================================== */
.sante-facilities-sec {
    padding: 68px 0;
    background: #F8FAFC;
    border-bottom: 1px solid #E2E8F0;
}

.sante-facilities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
    width: 100%;
    box-sizing: border-box;
}

.sante-facility-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    min-width: 0;
    box-sizing: border-box;
}

.sante-facility-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
    border-color: #008751;
}

.sante-facility-img-wrap {
    aspect-ratio: 16 / 10;
    background: #E2E8F0;
    overflow: hidden;
}

.sante-facility-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.sante-facility-card:hover .sante-facility-img-wrap img {
    transform: scale(1.04);
}

.sante-facility-info {
    padding: 22px 20px;
}

.sante-facility-title {
    font-size: 16.5px;
    font-weight: 800;
    color: #0F172A;
    margin: 0 0 8px 0;
    line-height: 1.35;
    word-break: break-word;
}

.sante-facility-desc {
    font-size: 13.5px;
    line-height: 1.55;
    color: #64748B;
    margin: 0;
}

/* Master BHYT Banner */
.sante-bhyt-section {
    padding: 10px 0 40px;
}

.sante-bhyt-master-banner {
    background: linear-gradient(135deg, #042E23 0%, #064E3B 60%, #0A5C47 100%);
    border: 1.5px solid rgba(197, 168, 128, 0.4);
    border-radius: 20px;
    padding: 30px 34px;
    color: #FFFFFF;
    display: grid;
    grid-template-columns: 60px 1fr auto;
    gap: 24px;
    align-items: center;
    box-shadow: 0 14px 36px rgba(4, 46, 35, 0.18);
    box-sizing: border-box;
}

.sante-bhyt-master-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    background: rgba(0, 230, 140, 0.15);
    border: 1px solid rgba(0, 230, 140, 0.3);
    color: #00E68C;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    flex-shrink: 0;
}

.sante-bhyt-master-text h3 {
    font-size: 18px;
    font-weight: 800;
    color: #FFFFFF;
    margin: 0 0 6px 0;
    line-height: 1.35;
}

.sante-bhyt-master-text p {
    font-size: 13.5px;
    line-height: 1.6;
    color: #D1FAE5;
    margin: 0;
    max-width: 820px;
}

.sante-btn-bhyt-gold {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    background: linear-gradient(135deg, #C5A880 0%, #A6875C 100%);
    color: #042E23 !important;
    font-size: 13.5px;
    font-weight: 800;
    border-radius: 10px;
    text-decoration: none !important;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.sante-btn-bhyt-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(197, 168, 128, 0.4);
}

/* ==========================================================================
   4. KHÁM PHÁ HỆ THỐNG CHUYÊN KHOA ĐA DẠNG (LƯỚI CARD CÂN ĐỐI)
   ========================================================================== */
.sante-all-specialties-sec {
    padding: 68px 0 76px;
    background: #FFFFFF;
}

.sante-specialties-master-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
    box-sizing: border-box;
}

.sante-spec-item-card {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none !important;
    transition: all 0.25s ease;
    min-width: 0;
    box-sizing: border-box;
}

.sante-spec-item-card:hover {
    background: #FFFFFF;
    border-color: #064E3B;
    box-shadow: 0 8px 24px rgba(6, 78, 59, 0.08);
    transform: translateY(-2px);
}

.sante-spec-item-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #E6FBF2;
    color: #064E3B;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    transition: all 0.25s ease;
}

.sante-spec-item-card:hover .sante-spec-item-icon {
    background: #064E3B;
    color: #00E68C;
}

.sante-spec-item-content {
    flex: 1;
    min-width: 0;
}

.sante-spec-item-name {
    font-size: 14px;
    font-weight: 700;
    color: #0F172A;
    margin: 0 0 4px 0;
    line-height: 1.35;
    white-space: normal !important;
    word-break: break-word !important;
    overflow: visible !important;
    text-overflow: clip !important;
}

.sante-spec-item-link {
    font-size: 12px;
    font-weight: 600;
    color: #008751;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS (TABLET & MOBILE OPTIMIZATION)
   ========================================================================== */
@media (max-width: 1200px) {
    .sante-services-visual-grid.sante-services-grid-cols-4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 1024px) {
    .sante-bento-hero-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .sante-bento-hero-lead {
        max-width: 100%;
    }
    .sante-services-visual-grid,
    .sante-services-visual-grid.sante-services-grid-cols-4,
    .sante-services-visual-grid.sante-services-grid-cols-2 {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
        max-width: 100% !important;
    }
    .sante-facilities-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .sante-specialties-master-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }
    .sante-bhyt-master-banner {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 24px;
    }
}

@media (max-width: 768px) {
    .sante-bento-hero {
        padding: 38px 0 34px;
    }
    .sante-bento-gold-tag {
        font-size: 11.5px;
        padding: 5px 12px;
        margin-bottom: 12px;
    }
    .sante-bento-hero-title {
        font-size: clamp(23px, 5.8vw, 30px) !important;
        line-height: 1.25;
        margin-bottom: 12px;
    }
    .sante-bento-hero-lead {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    .sante-bento-meta-strip {
        gap: 8px;
        margin-bottom: 24px;
    }
    .sante-bento-meta-pill {
        font-size: 12px;
        padding: 8px 12px;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }
    .sante-bento-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        width: 100%;
    }
    .sante-bento-btn-primary {
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 13px 20px;
        box-sizing: border-box;
        font-size: 14px;
    }
    .sante-bento-btn-hotline {
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
        padding: 10px 16px;
    }
    .sante-bento-arch-frame {
        aspect-ratio: 16 / 10;
        border-radius: 18px;
    }

    /* Section headers */
    .sante-bento-sec-header {
        margin-bottom: 28px;
    }
    .sante-bento-eyebrow {
        font-size: 11px;
        padding: 4px 12px;
        margin-bottom: 8px;
    }
    .sante-bento-sec-title {
        font-size: 22px !important;
        line-height: 1.3;
        margin-bottom: 6px;
    }
    .sante-bento-sec-sub {
        font-size: 13.5px;
        line-height: 1.55;
    }
    .sante-bento-services-sec,
    .sante-spec-faculty-sec,
    .sante-facilities-sec,
    .sante-all-specialties-sec {
        padding: 44px 0;
    }

    /* 1-column grid on mobile */
    .sante-services-visual-grid,
    .sante-services-visual-grid.sante-services-grid-cols-4,
    .sante-services-visual-grid.sante-services-grid-cols-2 {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
        max-width: 100% !important;
    }
    .sante-srv-body {
        padding: 18px 16px;
    }
    .sante-srv-title {
        font-size: 16.5px;
        margin-bottom: 6px;
    }
    .sante-srv-desc {
        font-size: 13px;
        line-height: 1.55;
        margin-bottom: 14px;
    }

    /* Faculty section mobile */
    .sante-spec-faculty-grid,
    .sante-spec-faculty-grid.is-single-doctor,
    .sante-spec-faculty-grid.is-dual-doctor,
    .sante-spec-faculty-grid.is-multi-doctor {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
        margin-top: 22px;
        max-width: 100% !important;
    }
    .sante-spec-doc-card {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        padding: 24px 18px !important;
        gap: 20px !important;
        border-radius: 20px !important;
    }
    .sante-spec-doc-visual {
        width: 100% !important;
        align-items: center !important;
    }
    .sante-spec-doc-avatar-frame {
        width: 110px !important;
        height: 110px !important;
    }
    .sante-spec-doc-body {
        width: 100% !important;
        align-items: center !important;
    }
    .sante-spec-doc-meta-bar {
        justify-content: center !important;
        gap: 6px !important;
        margin-bottom: 8px !important;
    }
    .sante-spec-doc-name {
        font-size: 19px !important;
    }
    .sante-spec-doc-desc {
        font-size: 13.5px !important;
        line-height: 1.6 !important;
        margin-bottom: 14px !important;
    }
    .sante-spec-doc-highlights {
        justify-content: center !important;
        gap: 6px !important;
        margin-bottom: 16px !important;
    }
    .doc-hl-pill {
        font-size: 11.5px !important;
        padding: 4px 10px !important;
    }
    .sante-spec-doc-actions {
        width: 100% !important;
        flex-direction: column !important;
        gap: 10px !important;
        padding-top: 14px !important;
    }
    .sante-spec-doc-btn-view,
    .sante-spec-doc-btn-book {
        width: 100% !important;
        justify-content: center !important;
        box-sizing: border-box !important;
    }

    /* Facilities mobile */
    .sante-facilities-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
        margin-bottom: 24px;
    }
    .sante-facility-info {
        padding: 18px 16px;
    }
    .sante-facility-title {
        font-size: 16px;
    }
    .sante-facility-desc {
        font-size: 13px;
    }

    /* BHYT banner mobile */
    .sante-bhyt-section {
        padding: 0 0 32px;
    }
    .sante-bhyt-master-banner {
        padding: 20px 16px;
        border-radius: 16px;
        gap: 14px;
    }
    .sante-bhyt-master-icon {
        width: 48px;
        height: 48px;
        font-size: 22px;
        border-radius: 10px;
    }
    .sante-bhyt-master-text h3 {
        font-size: 16px;
    }
    .sante-bhyt-master-text p {
        font-size: 12.5px;
        line-height: 1.55;
    }
    .sante-btn-bhyt-gold {
        width: 100%;
        justify-content: center;
        text-align: center;
        box-sizing: border-box;
        padding: 11px 16px;
        font-size: 13px;
    }
}

@media (max-width: 640px) {
    .sante-specialties-master-grid {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
    .sante-spec-item-card {
        padding: 12px 14px;
        gap: 12px;
    }
    .sante-spec-item-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .sante-spec-item-name {
        font-size: 13.5px;
    }
    .sante-spec-item-link {
        font-size: 11.5px;
    }
}
