/* ==========================================================================
   SANTE DENTAL HOSPITAL - MASTER SINGLE POST STYLESHEET (QUIET LUXURY)
   Compatible with all blog posts, guides, and medical knowledge articles
   ========================================================================== */

/* 1. Top Reading Progress Bar */
#sante-reading-progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 3.5px;
    width: 0%;
    background: linear-gradient(90deg, #001F4D 0%, #004080 50%, #C5A165 100%);
    z-index: 99999;
    transition: width 0.1s ease-out;
    box-shadow: 0 1px 4px rgba(197, 161, 101, 0.4);
}

/* 2. Main Wrapper & Container */
.sante-single-post-wrap {
    background-color: #F8FAFC;
    color: #1E293B;
    font-family: "Lexend", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    padding-bottom: 60px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.sante-post-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* 3. Editorial Hero Header (Quiet Luxury Minimalism) */
.sante-post-header {
    background: #FFFFFF;
    border-bottom: 1px solid #E2E8F0;
    padding: 20px 0 16px 0;
    margin-bottom: 24px;
}

.sante-post-breadcrumb {
    font-size: 12.5px;
    color: #64748B;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    line-height: 1.5;
}

.sante-post-breadcrumb a {
    color: #64748B;
    text-decoration: none;
    transition: color 0.2s ease;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}

.sante-post-breadcrumb a:hover {
    color: #001F4D;
    text-decoration: underline;
}

.sante-post-breadcrumb .sante-bc-sep {
    color: #CBD5E1;
    font-size: 12.5px;
    font-weight: 600;
    margin: 0 2px;
}

.sante-post-title {
    font-size: clamp(20px, 2.2vw, 26px);
    line-height: 1.38;
    font-weight: 700;
    color: #001F4D;
    margin: 0 0 14px 0;
    letter-spacing: -0.2px;
    word-break: break-word;
    max-width: 880px;
}

/* Post Metadata Row (Clean 1-Line Editorial) */
.sante-post-meta-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 12px;
    border-top: 1px solid #F1F5F9;
    font-size: 12.5px;
    color: #64748B;
}

.sante-meta-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.sante-meta-author-wrap {
    display: flex;
    align-items: center;
    gap: 7px;
}

.sante-meta-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    border: 1.5px solid #C5A165;
    flex-shrink: 0;
}

.sante-meta-author-text {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.sante-meta-author-name {
    font-weight: 700;
    color: #001F4D;
    font-size: 13px;
}

.sante-meta-verified-badge {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    background: #ECFDF5;
    color: #047857;
    font-size: 10.5px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid #A7F3D0;
}

.sante-meta-dot {
    color: #CBD5E1;
    font-weight: 700;
    margin: 0 2px;
}

.sante-meta-item {
    display: inline-flex;
    align-items: center;
    color: #64748B;
    font-size: 12.5px;
}

.sante-meta-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sante-meta-icon-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 11px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #E2E8F0;
    background: #FFFFFF;
    color: #475569;
    cursor: pointer;
    transition: all 0.15s ease;
}

.sante-meta-icon-btn:hover {
    border-color: #001F4D;
    color: #001F4D;
    background: #F8FAFC;
}

.sante-btn-label {
    font-size: 11.5px;
}

/* 4. Two-Column Layout */
.sante-post-body-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 36px;
    align-items: start;
}

/* 5. Main Article Column */
.sante-post-main-content {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.04);
    min-width: 0;
    overflow: hidden;
}

/* Featured Media */
.sante-post-featured-image-wrap {
    margin: -40px -40px 32px -40px;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    position: relative;
    background: #001F4D;
}

.sante-post-featured-image {
    width: 100%;
    height: auto;
    max-height: 480px;
    object-fit: cover;
    display: block;
}

.sante-featured-caption {
    font-size: 12.5px;
    color: #64748B;
    background: #F8FAFC;
    padding: 8px 16px;
    border-bottom: 1px solid #E2E8F0;
    text-align: center;
    font-style: italic;
}

/* Key Takeaways Box */
.sante-post-takeaways {
    background: linear-gradient(135deg, #F0F7FF 0%, #E6F0FA 100%);
    border: 1px solid #BAE6FD;
    border-left: 5px solid #003E8F;
    border-radius: 12px;
    padding: 22px 26px;
    margin-bottom: 32px;
}

.sante-takeaways-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #001F4D;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.sante-post-takeaways ul {
    margin: 0;
    padding-left: 20px;
}

.sante-post-takeaways li {
    font-size: 15px;
    line-height: 1.65;
    color: #1E293B;
    margin-bottom: 8px;
}

.sante-post-takeaways li:last-child {
    margin-bottom: 0;
}

/* Table of Contents (TOC) - Editorial Hierarchy */
.sante-toc-box {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 18px 22px;
    margin: 24px 0 32px 0;
}

.sante-toc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid #E2E8F0;
    user-select: none;
}

.sante-toc-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #001F4D;
    margin: 0;
    letter-spacing: -0.1px;
}

.sante-toc-toggle-btn {
    background: #FFFFFF;
    border: 1px solid #CBD5E1;
    color: #475569;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;
    font-weight: 600;
    white-space: nowrap !important;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 28px;
    line-height: 1;
    text-transform: none;
    letter-spacing: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    transition: all 0.15s ease;
    box-sizing: border-box;
    flex-shrink: 0;
}

.sante-toc-toggle-btn:hover {
    border-color: #001F4D;
    color: #001F4D;
    background: #F1F5F9;
}

.sante-toc-list {
    margin: 14px 0 0 0;
    padding: 0;
    list-style: none;
}

.sante-toc-list li {
    margin-bottom: 6px;
    line-height: 1.5;
}

.sante-toc-list li a {
    color: #334155;
    text-decoration: none;
    transition: all 0.15s ease;
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    padding: 3px 0;
    border-radius: 4px;
}

.sante-toc-list li a:hover,
.sante-toc-list li a.active {
    color: #003E8F;
    font-weight: 600;
}

/* Level 2 (H2) Major Headings */
.sante-toc-list li.toc-level-2 {
    font-size: 14px;
    font-weight: 600;
    color: #0F172A;
    margin-top: 8px;
}

.sante-toc-list li.toc-level-2:first-child {
    margin-top: 0;
}

.sante-toc-list li.toc-level-2 .toc-num-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #E2E8F0;
    color: #001F4D;
    font-size: 11px;
    font-weight: 700;
    border-radius: 4px;
    flex-shrink: 0;
}

.sante-toc-list li.toc-level-2 a.active .toc-num-badge {
    background: #001F4D;
    color: #FFFFFF;
}

/* Level 3 (H3) Sub Headings (Hierarchical Tree) */
.sante-toc-list li.toc-level-3 {
    margin-left: 28px;
    font-size: 13px;
    font-weight: 400;
    color: #64748B;
    position: relative;
    padding-left: 12px;
    border-left: 2px solid #CBD5E1;
    margin-top: 4px;
}

.sante-toc-list li.toc-level-3 .toc-sub-num {
    font-weight: 600;
    color: #64748B;
    font-size: 11.5px;
    margin-right: 4px;
}

.sante-toc-list li.toc-level-3 a {
    color: #475569;
}

.sante-toc-list li.toc-level-3 a:hover,
.sante-toc-list li.toc-level-3 a.active {
    color: #001F4D;
    font-weight: 600;
}

.sante-toc-list li.toc-level-3 a.active {
    border-left-color: #001F4D;
}

/* Article Body Typography */
.sante-article-content {
    font-size: 16.5px;
    line-height: 1.8;
    color: #1E293B;
    word-break: break-word;
}

.sante-article-content p {
    margin-bottom: 22px;
    color: #334155;
}

.sante-article-content h2 {
    font-size: 23px;
    font-weight: 800;
    color: #001F4D;
    margin: 40px 0 18px 0;
    padding-left: 14px;
    border-left: 4px solid #C5A165;
    line-height: 1.4;
    scroll-margin-top: 100px;
    word-break: break-word;
}

.sante-article-content h3 {
    font-size: 19px;
    font-weight: 700;
    color: #003E8F;
    margin: 30px 0 14px 0;
    line-height: 1.45;
    scroll-margin-top: 100px;
    word-break: break-word;
}

.sante-article-content h4 {
    font-size: 17px;
    font-weight: 700;
    color: #1E293B;
    margin: 24px 0 12px 0;
}

.sante-article-content ul, 
.sante-article-content ol {
    margin: 0 0 24px 0;
    padding-left: 24px;
}

.sante-article-content li {
    margin-bottom: 10px;
    line-height: 1.7;
    color: #334155;
}

.sante-article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 18px 0;
    display: block;
}

.sante-article-content blockquote {
    border-left: 4px solid #001F4D;
    background: #F8FAFC;
    padding: 18px 24px;
    margin: 26px 0;
    border-radius: 0 10px 10px 0;
    font-style: italic;
    color: #334155;
}

/* Callout Boxes */
.sante-callout {
    border-radius: 10px;
    padding: 18px 22px;
    margin: 28px 0;
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.sante-callout-icon {
    font-size: 20px;
    line-height: 1;
    flex-shrink: 0;
    margin-top: 2px;
}

.sante-callout-body {
    flex: 1;
    font-size: 15px;
    line-height: 1.65;
}

.sante-callout-body p:last-child {
    margin-bottom: 0;
}

.sante-callout-info {
    background: #F0F9FF;
    border-left: 4px solid #0284C7;
    color: #0369A1;
}

.sante-callout-warning {
    background: #FFFBEB;
    border-left: 4px solid #F59E0B;
    color: #92400E;
}

.sante-callout-tip {
    background: #ECFDF5;
    border-left: 4px solid #10B981;
    color: #065F46;
}

/* Doctor Quote Box */
.sante-article-doctor-quote {
    background: linear-gradient(135deg, #001F4D 0%, #003366 100%);
    color: #FFFFFF;
    border-radius: 14px;
    padding: 26px;
    margin: 32px 0;
    display: flex;
    gap: 20px;
    align-items: center;
    box-shadow: 0 8px 24px -4px rgba(0, 31, 77, 0.2);
}

.sante-article-doctor-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #C5A165;
    flex-shrink: 0;
}

.sante-article-doctor-text {
    flex: 1;
}

.sante-article-doctor-quote-quote {
    font-size: 15.5px;
    line-height: 1.65;
    font-style: italic;
    color: #E2E8F0;
    margin-bottom: 10px;
}

.sante-article-doctor-name {
    font-size: 14px;
    font-weight: 700;
    color: #C5A165;
    margin: 0;
}

.sante-article-doctor-sub {
    font-size: 12px;
    color: #94A3B8;
}

/* Responsive Pricing & Data Table */
.sante-table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 28px 0;
    border-radius: 10px;
    border: 1px solid #E2E8F0;
    background: #FFFFFF;
}

.sante-table-responsive table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    font-size: 14.5px;
    min-width: 580px;
}

.sante-table-responsive th {
    background: #001F4D;
    color: #FFFFFF;
    font-weight: 700;
    text-align: left;
    padding: 14px 16px;
    border: 1px solid #002B66;
}

.sante-table-responsive td {
    padding: 12px 16px;
    border: 1px solid #E2E8F0;
    color: #334155;
    vertical-align: middle;
}

.sante-table-responsive tr:nth-child(even) {
    background-color: #F8FAFC;
}

.sante-table-responsive tr:hover {
    background-color: #F1F5F9;
}

.sante-table-highlight {
    background-color: #FEF9C3 !important;
    font-weight: 700;
    color: #854D0E !important;
}

/* In-Article Mini Booking CTA */
.sante-in-article-cta {
    background: linear-gradient(135deg, #F8FAFC 0%, #EFF6FF 100%);
    border: 1px solid #BFDBFE;
    border-radius: 12px;
    padding: 24px 28px;
    margin: 36px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 18px;
}

.sante-in-article-cta-text h4 {
    font-size: 18px;
    font-weight: 800;
    color: #001F4D;
    margin: 0 0 6px 0;
}

.sante-in-article-cta-text p {
    font-size: 14px;
    color: #475569;
    margin: 0;
}

.sante-in-article-cta-btn {
    background: linear-gradient(135deg, #C5A165 0%, #A88448 100%);
    color: #FFFFFF !important;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    white-space: nowrap;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(197, 161, 101, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sante-in-article-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(197, 161, 101, 0.4);
    color: #FFFFFF !important;
}

/* Author / Medical Reviewer Bio Box */
.sante-author-bio-card {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 26px;
    margin: 40px 0 28px 0;
    display: flex;
    gap: 22px;
    align-items: flex-start;
}

.sante-author-bio-avatar {
    width: 90px;
    height: 90px;
    border-radius: 12px;
    object-fit: cover;
    border: 2px solid #C5A165;
    flex-shrink: 0;
}

.sante-author-bio-content {
    flex: 1;
    min-width: 0;
}

.sante-author-bio-kicker {
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #003E8F;
    margin-bottom: 4px;
}

.sante-author-bio-name {
    font-size: 18px;
    font-weight: 800;
    color: #001F4D;
    margin: 0 0 6px 0;
}

.sante-author-bio-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #475569;
    margin-bottom: 12px;
}

.sante-author-bio-link {
    font-size: 13px;
    font-weight: 700;
    color: #001F4D;
    text-decoration: none;
    display: inline-block;
    padding: 4px 0;
}

.sante-author-bio-link:hover {
    color: #C5A165;
    text-decoration: underline;
}

/* Interactive Social Share & Rating Bar */
.sante-post-bottom-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    padding: 20px 0;
    border-top: 1px solid #E2E8F0;
    border-bottom: 1px solid #E2E8F0;
    margin: 32px 0;
}

.sante-share-action-group {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.sante-share-label {
    font-size: 13.5px;
    font-weight: 700;
    color: #001F4D;
}

.sante-share-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #CBD5E1;
    background: #FFFFFF;
    color: #334155;
    cursor: pointer;
    min-height: 36px;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

.sante-share-btn:hover {
    border-color: #001F4D;
    background: #001F4D;
    color: #FFFFFF;
}

.sante-rating-group {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    color: #64748B;
}

.sante-rating-stars {
    color: #F59E0B;
    font-size: 18px;
    cursor: pointer;
    letter-spacing: 2px;
}

/* Toast Notification */
#sante-toast-notice {
    position: fixed;
    bottom: 24px;
    right: 24px;
    background: #001F4D;
    color: #FFFFFF;
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    font-size: 14px;
    font-weight: 600;
    z-index: 999999;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
}

#sante-toast-notice.sante-toast-show {
    opacity: 1;
    transform: translateY(0);
}

/* Post Navigation (Prev / Next) */
.sante-post-navigation {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 20px;
    margin: 32px 0;
}

.sante-nav-card {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    padding: 16px 20px;
    text-decoration: none;
    transition: all 0.2s ease;
    display: block;
    min-width: 0;
}

.sante-nav-card:hover {
    border-color: #C5A165;
    background: #FFFFFF;
    transform: translateY(-2px);
}

.sante-nav-label {
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #64748B;
    margin-bottom: 4px;
}

.sante-nav-title {
    font-size: 14px;
    font-weight: 700;
    color: #001F4D;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 6. Sticky Sidebar */
.sante-post-sidebar {
    position: sticky;
    top: 90px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 0;
}

.sante-sidebar-widget {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.04);
}

/* Sidebar Doctor Consultation Widget (Executive Portrait Hero) */
.sante-sidebar-doctor-widget {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 0 !important;
    overflow: hidden;
    box-shadow: 0 4px 20px -4px rgba(0, 31, 77, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sante-sidebar-doctor-widget:hover {
    box-shadow: 0 8px 28px -4px rgba(0, 31, 77, 0.12);
}

.sante-sidebar-doc-hero {
    position: relative;
    width: 100%;
    height: 230px;
    background: #F1F5F9;
    overflow: hidden;
}

.sante-sidebar-doc-portrait {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 10%;
    display: block;
    transition: transform 0.35s ease;
}

.sante-sidebar-doctor-widget:hover .sante-sidebar-doc-portrait {
    transform: scale(1.04);
}

.sante-sidebar-doc-hero .sante-sidebar-live-pill {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    margin-bottom: 0;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    color: #047857;
    border: 1px solid rgba(167, 243, 208, 0.8);
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.sante-sidebar-live-dot {
    width: 7px;
    height: 7px;
    background: #10B981;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.4);
    animation: santePulse 2s infinite;
}

@keyframes santePulse {
    0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.6); }
    70% { box-shadow: 0 0 0 6px rgba(16, 185, 129, 0); }
    100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

.sante-sidebar-doc-body {
    padding: 18px 20px 22px 20px;
    text-align: center;
    background: #FFFFFF;
}

.sante-sidebar-doc-name {
    font-size: 17px;
    font-weight: 800;
    color: #001F4D;
    margin: 0 0 3px 0;
    letter-spacing: -0.2px;
}

.sante-sidebar-doc-role {
    font-size: 11.5px;
    font-weight: 700;
    color: #C5A165;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sante-sidebar-widget-sub {
    font-size: 12.5px;
    color: #64748B;
    margin: 0 0 16px 0;
    line-height: 1.5;
}

.sante-sidebar-hotline-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #001F4D;
    color: #FFFFFF !important;
    font-weight: 700;
    font-size: 14px;
    padding: 11px 16px;
    border-radius: 8px;
    text-decoration: none;
    margin-bottom: 10px;
    min-height: 44px;
    box-sizing: border-box;
    transition: background 0.2s ease;
}

.sante-sidebar-hotline-btn:hover {
    background: #003366;
    color: #FFFFFF !important;
}

.sante-sidebar-booking-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: linear-gradient(135deg, #C5A165 0%, #A88448 100%);
    color: #FFFFFF !important;
    font-weight: 700;
    font-size: 13.5px;
    padding: 11px 16px;
    border-radius: 8px;
    text-decoration: none;
    min-height: 44px;
    box-sizing: border-box;
    box-shadow: 0 4px 12px rgba(197, 161, 101, 0.25);
    transition: all 0.2s ease;
}

.sante-sidebar-booking-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(197, 161, 101, 0.35);
    color: #FFFFFF !important;
}

/* Sidebar Recent / Trending Posts */
.sante-sidebar-posts-title {
    font-size: 15px;
    font-weight: 800;
    color: #001F4D;
    margin: 0 0 14px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #C5A165;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sante-sidebar-post-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sante-sidebar-post-item {
    display: flex;
    gap: 12px;
    align-items: center;
    text-decoration: none;
    transition: transform 0.15s ease;
}

.sante-sidebar-post-item:hover {
    transform: translateX(4px);
}

.sante-sidebar-post-thumb {
    width: 68px;
    height: 52px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
    background: #E2E8F0;
}

.sante-sidebar-post-info {
    flex: 1;
    min-width: 0;
}

.sante-sidebar-post-item-title {
    font-size: 13px;
    font-weight: 600;
    color: #1E293B;
    line-height: 1.35;
    margin: 0 0 4px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

.sante-sidebar-post-item:hover .sante-sidebar-post-item-title {
    color: #003E8F;
}

.sante-sidebar-post-item-date {
    font-size: 11px;
    color: #94A3B8;
}

/* 7. Related Articles Bento Grid */
.sante-related-posts-section {
    margin-top: 50px;
}

.sante-related-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.sante-related-title {
    font-size: 22px;
    font-weight: 800;
    color: #001F4D;
    margin: 0;
}

.sante-related-viewall {
    font-size: 13.5px;
    font-weight: 700;
    color: #003E8F;
    text-decoration: none;
    display: inline-block;
    padding: 4px 0;
}

.sante-related-viewall:hover {
    color: #C5A165;
    text-decoration: underline;
}

.sante-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.sante-related-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    min-width: 0;
}

.sante-related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 31, 77, 0.08);
    border-color: #CBD5E1;
}

.sante-related-thumb-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #001F4D;
}

.sante-related-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.sante-related-card:hover .sante-related-thumb {
    transform: scale(1.04);
}

.sante-related-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #001F4D;
    color: #FFFFFF;
    font-size: 10.5px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}

.sante-related-body {
    padding: 16px 18px;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.sante-related-post-title {
    font-size: 15px;
    font-weight: 700;
    color: #001F4D;
    line-height: 1.4;
    margin: 0 0 8px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

.sante-related-post-title a {
    color: #001F4D;
    text-decoration: none;
}

.sante-related-card:hover .sante-related-post-title a {
    color: #003E8F;
}

.sante-related-excerpt {
    font-size: 13px;
    color: #64748B;
    line-height: 1.5;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
    word-break: break-word;
}

.sante-related-meta {
    font-size: 11.5px;
    color: #94A3B8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #F1F5F9;
    padding-top: 10px;
    margin-top: auto;
}

/* 8. Mobile & Tablet Responsive Adjustments */
@media (max-width: 991px) {
    .sante-post-body-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .sante-post-main-content {
        padding: 24px 20px;
    }

    .sante-post-featured-image-wrap {
        margin: -24px -20px 24px -20px;
    }

    .sante-related-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .sante-post-navigation {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .sante-post-header {
        padding: 20px 0;
        margin-bottom: 24px;
    }

    .sante-post-title {
        font-size: 22px;
    }

    .sante-meta-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .sante-article-doctor-quote {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .sante-author-bio-card {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .sante-in-article-cta {
        padding: 18px 16px;
    }

    .sante-in-article-cta-btn {
        width: 100%;
    }
}
