/* ===================== cibil-dispute-guidance-page.css ===================== */
/* PAGE-SPECIFIC */
.page-hero{background:var(--navy);padding:56px 0;position:relative;overflow:hidden}
.page-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 70% 60% at 80% 50%,rgba(201,148,58,.1),transparent 60%),radial-gradient(ellipse 40% 40% at 10% 80%,rgba(13,107,110,.12),transparent 50%)}
.page-hero-inner{max-width:1280px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}
.hero-tag{display:inline-flex;align-items:center;gap:8px;background:rgba(201,148,58,.12);border:1px solid rgba(201,148,58,.3);color:var(--gold-light);font-size:.72rem;font-weight:700;padding:5px 14px;border-radius:100px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px}
.page-h1{color:var(--white);margin-bottom:16px}
.page-hero-lead{color:rgba(255, 255, 255, 0.99);max-width:620px;font-size:1rem;margin-bottom:28px}
.hero-meta{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.meta-badge{display:flex;align-items:center;gap:6px;font-size:.78rem;color:rgba(255,255,255,.5)}
.meta-badge strong{color:rgba(255,255,255,.8);font-weight:600}
.meta-sep{width:1px;height:16px;background:rgba(255,255,255,.15)}
.hero-btns{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}

/* LOAN TYPE STATS */
.stat-strip{background:var(--cream-dark);border-bottom:1px solid rgba(10,22,40,.07);padding:7px 0}
.stat-strip-inner{max-width:1280px;margin:0 auto;padding:0 2rem;display:flex;gap:0;flex-wrap:wrap}
.stat-pill{display:flex;flex-direction:column;align-items:center;padding:10px 28px;border-right:1px solid rgba(10,22,40,.08);flex:1;min-width:120px}
.stat-pill:last-child{border-right:none}
.sp-num{font-family:var(--fd);font-size:1.5rem;font-weight:700;color:var(--navy);line-height:1}
.sp-lbl{font-size:.7rem;color:#0d1117;margin-top:3px;text-align:center}

/* LOAN TYPES COVERED */
.lt-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0}
.lt-item{display:flex;align-items:center;gap:10px;padding:12px 14px;background:var(--cream-dark);border-radius:8px;font-size:.83rem;color:var(--text-mid);font-weight:500;border:1px solid transparent;transition:all .2s;text-decoration:none}
.lt-item:hover{background:var(--navy);color:var(--gold-light);border-color:transparent}
.lt-dot{width:6px;height:6px;background:var(--teal);border-radius:50%;flex-shrink:0}

/* PROCESS TIMELINE */
.timeline{position:relative;padding-left:40px;margin:24px 0}
.timeline::before{content:'';position:absolute;left:14px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--gold),rgba(201,148,58,.2))}
.tl-item{position:relative;margin-bottom:28px}
.tl-item:last-child{margin-bottom:0}
.tl-dot{position:absolute;left:-32px;top:4px;width:16px;height:16px;background:var(--gold);border-radius:50%;border:3px solid var(--cream);box-shadow:0 0 0 2px rgba(201,148,58,.3)}
.tl-title{font-family:var(--fb);font-weight:700;font-size:.9rem;color:var(--navy);margin-bottom:5px}
.tl-desc{font-size:.83rem;color:var(--text-soft);line-height:1.65}
.tl-time{display:inline-block;background:rgba(201,148,58,.1);color:var(--gold);font-size:.68rem;font-weight:700;padding:2px 8px;border-radius:100px;margin-bottom:6px}

/* BANK CARDS */
.bank-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:16px 0}
.bank-card{padding:12px 14px;background:var(--white);border:1px solid rgba(10,22,40,.07);border-radius:10px;display:flex;align-items:center;gap:10px;text-decoration:none;transition:all .2s;font-size:.82rem;color:var(--text-mid);font-weight:500}
.bank-card:hover{border-color:var(--gold);color:var(--navy);box-shadow:var(--shadow-sm)}
.bank-initial{width:32px;height:32px;background:var(--navy);color:var(--gold);font-family:var(--fd);font-size:.9rem;font-weight:700;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}

/* COMPARISON TABLE */
.compare-table{width:100%;border-collapse:collapse;margin:20px 0;font-size:.85rem}
.compare-table th{background:var(--navy);color:var(--gold);padding:12px 16px;text-align:left;font-family:var(--fb);font-weight:600;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em}
.compare-table th:first-child{border-radius:8px 0 0 0}.compare-table th:last-child{border-radius:0 8px 0 0}
.compare-table td{padding:12px 16px;border-bottom:1px solid rgba(10,22,40,.06);vertical-align:top}
.compare-table tr:hover td{background:rgba(10,22,40,.02)}
.badge-yes{color:var(--success);font-weight:700;font-size:.82rem}
.badge-no{color:var(--danger);font-weight:700;font-size:.82rem}
.badge-partial{color:#C07A10;font-weight:700;font-size:.82rem}

/* RELATED POSTS */
.related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.rel-card{padding:16px 18px;background:var(--white);border:1px solid rgba(10,22,40,.07);border-radius:var(--r);display:flex;flex-direction:column;gap:8px;text-decoration:none;transition:all .2s}
.rel-card:hover{border-color:rgba(201,148,58,.25);box-shadow:var(--shadow-sm)}
.rel-tag{font-size:.67rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--teal)}
.rel-title{font-family:var(--fb);font-weight:700;font-size:.85rem;color:var(--navy);line-height:1.4}
.rel-arrow{font-size:.8rem;color:var(--gold)}

/* table */
/* table */
.table-scroll-wrap{
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  margin:18px 0;

  /* horizontal scrollbar hide */
  scrollbar-width:none;        /* Firefox */
  -ms-overflow-style:none;     /* Old Edge / IE */
}

.table-scroll-wrap::-webkit-scrollbar{
  display:none;                /* Chrome, Safari, Edge */
  width:0;
  height:0;
}

.table-scroll-wrap .compare-table{
  min-width:950px;
  width:100%;
  table-layout:auto;
  border-collapse:collapse;
}

.table-scroll-wrap .compare-table th,
.table-scroll-wrap .compare-table td{
  white-space:normal;
  vertical-align:top;
}


/* ================================
   MAIN PAGE 2-8-2 COLUMN LAYOUT
   Left TOC: 2 parts | Center Content: 8 parts | Right Sidebar: 2 parts
================================ */
.section .si {
  max-width:1280px;
  margin:0 auto;
  padding:0 1rem;
  display:grid;
  grid-template-columns:minmax(180px,2fr) minmax(0,8fr) minmax(180px,2fr);
  gap:24px;
  align-items:start;
}

.left-sidebar-col,
.right-sidebar-col,
.content-body {
  min-width:0;
}

.left-sidebar-col { grid-column:1; }
.content-body { grid-column:2; }
.right-sidebar-col { grid-column:3; }

@media (max-width:1199px) {
  .section .si {
    grid-template-columns:minmax(170px,2fr) minmax(0,8fr);
  }

  .left-sidebar-col { grid-column:1; }
  .content-body { grid-column:2; }
  .right-sidebar-col { grid-column:1 / -1; }
}

@media (max-width:991px) {
  .section .si {
    grid-template-columns:1fr;
    padding:0 1.25rem;
  }

  .left-sidebar-col,
  .content-body,
  .right-sidebar-col {
    grid-column:1;
  }
}

/* ================================
   RESPONSIVE CONTENT + SIDEBAR FORM
================================ */
/* Only content-body responsive CSS */

.content-body {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

.content-body,
.content-body * {
  box-sizing: border-box;
}

.content-body p,
.content-body td,
.content-body th,
.content-body a,
.content-body span,
.content-body div {
  overflow-wrap: anywhere;
  word-break: normal;
}

/* Rating */
.page-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.rating-stars {
  white-space: nowrap;
}

/* Answer / highlight boxes */
.answer-box,
.hbox,
.cta-band {
  width: 100%;
  max-width: 100%;
}

/* Timeline */
.timeline {
  width: 100%;
}

.tl-item {
  width: 100%;
  max-width: 100%;
}

/* Table responsive */
.compare-table {
  width: 100%;
  border-collapse: collapse;
}

/* Bank grid */
.bank-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 14px;
  width: 100%;
}

.bank-card {
  min-width: 0;
}

/* Related guides */
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
  width: 100%;
}

.rel-card {
  min-width: 0;
}

/* CTA */
.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}

.cta-band > div {
  min-width: 0;
}

.cta-band-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cta-band-btns a {
  text-align: center;
}

/* Mobile */
@media (max-width: 768px) {
  .content-body {
    width: 100%;
    max-width: 100%;
  }

  .compare-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .compare-table th,
  .compare-table td {
    padding: 10px;
    font-size: 14px;
  }

  .page-rating {
    align-items: flex-start;
  }

  .rating-text {
    font-size: 14px;
    line-height: 1.5;
  }

  .bank-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .related-grid {
    grid-template-columns: 1fr;
  }

  .cta-band {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-band-btns {
    width: 100%;
    flex-direction: column;
  }

  .cta-band-btns a,
  .btn-primary,
  .btn-wa {
    width: 100%;
    display: flex;
    justify-content: center;
    
  }

  .faq-q {
    width: 100%;
    text-align: left;
    gap: 12px;
  }

  .faq-q span:first-child {
    flex: 1;
  }
}

/* Small mobile */
@media (max-width: 600px) {
  .content-body h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .answer-box,
  .hbox,
  .cta-band {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bank-grid {
    grid-template-columns: 1fr;
  }
}

/* Very small phones */
@media (max-width: 420px) {
  .content-body h2 {
    font-size: 20px;
  }

  .rating-stars {
    font-size: 16px;
  }

  .answer-box p,
  .content-body p,
  .tl-desc,
  .step-desc,
  .check-text {
    font-size: 15px;
    line-height: 1.65;
  }

  .compare-table th,
  .compare-table td {
    font-size: 14px;
    padding: 10px;
  }
}

.page-hero-with-form {
  padding: 56px 0;
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(320px, 5fr);
  gap: 36px;
  align-items: center;
}

.page-hero-content {
  min-width: 0;
}

.page-hero-form {
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  position: relative;
  z-index: 3;
}

.page-hero-form .sidebar {
  width: 100%;
}

.page-hero-form .sidebar .scard {
  position: relative !important;
  top: auto !important;
  width: 90%;
  max-width: 100%;
  margin: 0;
  margin-bottom: 20px;
}

.page-hero-form .scard-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.page-hero-form #sidebarFormMessage {
  grid-column: 1 / -1;
}

.page-hero-form .scard-form > div:nth-of-type(5) {
  grid-column: 1 / -1;
}

.page-hero-form .scard-form input[type="hidden"] {
  display: none;
}

.page-hero-form .btn-primary,
.page-hero-form .scard-dis {
  grid-column: 1 / -1;
}

.page-hero-form input,
.page-hero-form select,
.page-hero-form textarea {
  max-width: 100%;
}

.page-hero-form textarea {
  min-height: 70px;
}

@media (max-width: 991px) {
  .page-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .page-hero-form {
    max-width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .page-hero-with-form {
    padding: 42px 0;
  }

  .page-hero-form .scard-form {
    grid-template-columns: 1fr;
  }

  .page-hero-form .scard-form > div:nth-of-type(5),
  .page-hero-form #sidebarFormMessage,
  .page-hero-form .btn-primary,
  .page-hero-form .scard-dis {
    grid-column: auto;
  }
}
 
/* LEFT TOC SAME AS REFERENCE IMAGE */
.left-sidebar-col {
  width: 100%;
  min-width: 0;
  align-self: start;
  position: sticky !important;
  top: 95px !important;
  z-index: 20;
}

.lsa-toc-card {
  width: 100%;
  background: #ffffff;
  border: 1px solid #ddd7ca;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.lsa-toc-head {
  background: #07182c;
  color: #d18a16;
  padding: 16px 18px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.lsa-toc-list {
  display: grid;
  width: 100%;
}

.lsa-toc-list a {
  display: block;
  width: 100%;
  padding: 14px 18px;
  color: #1f2937;
  background: #ffffff;
  border-bottom: 1px solid #e7ded1;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
  transition: all 0.22s ease;
}

.lsa-toc-list a:hover {
  background: #f6efe4;
  color: #c9831b;
}

.lsa-toc-list a.active {
  background: #ebe5d8;
  color: #c9831b;
  font-weight: 800;
}

.lsa-toc-cta {
  padding: 14px 18px 18px;
  background: #ffffff;
}

.lsa-consult-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #c9831b;
  color: #07182c;
  text-decoration: none;
  border-radius: 8px;
  padding: 13px 14px;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 12px;
  transition: all 0.25s ease;
}

.lsa-consult-btn:hover {
  background: #e09b2d;
  transform: translateY(-1px);
}

.lsa-phone-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #5f6f84;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.lsa-phone-link i {
  color: #9b1c08;
  font-size: 16px;
}

/* col-2 compact fix */
@media (min-width: 1200px) {
  .left-sidebar-col .lsa-toc-head {
    padding: 14px 16px;
    font-size: 12px;
  }

  .left-sidebar-col .lsa-toc-list a {
    padding: 12px 16px;
    font-size: 13.5px;
  }

  .left-sidebar-col .lsa-toc-cta {
    padding: 13px 16px 16px;
  }

  .left-sidebar-col .lsa-consult-btn {
    font-size: 13px;
    padding: 11px 12px;
  }

  .left-sidebar-col .lsa-phone-link {
    font-size: 12.5px;
  }
}

/* mobile/tablet */
@media (max-width: 1199px) {
  .left-sidebar-col {
    position: relative !important;
    top: auto !important;
  }

  .lsa-toc-card {
    margin-bottom: 20px;
  }
}

/* Sticky both sidebars on desktop 2-8-2 layout */
@media (min-width:1200px){
  .left-sidebar-col,
  .right-sidebar-col{
    position:sticky;
    top:95px;
    align-self:start;
    max-height:calc(100vh - 120px);
  }

  .left-sidebar-col .left-toc,
  .right-sidebar-col .author{
    position:relative;
    top:auto;
    max-height:calc(100vh - 120px);
    overflow:auto;
  }
}


/* RIGHT SIDEBAR STICKY - NO INTERNAL SCROLL */
@media (min-width: 1200px) {
  .right-sidebar-col {
    position: sticky !important;
    top: 95px !important;
    align-self: flex-start !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    scrollbar-width: auto !important;
  }

  .right-sidebar-col::-webkit-scrollbar {
    display: none !important;
  }

  .right-sidebar-col .lsa-right-stack,
  .right-sidebar-col .lsa-author-card,
  .right-sidebar-col .lsa-consult-card {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
}

/* TABLET / MOBILE - NORMAL FLOW */
@media (max-width: 1199px) {
  .right-sidebar-col {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
}


/* ===================== leftside-toc.css ===================== */
/* ==================================================
   LEGAL365 STYLE TOC + AUTHOR SIDEBAR
   Screenshot-style left contents and right author cards
================================================== */
.section .si{
  max-width:1500px;
  grid-template-columns:minmax(220px,2fr) minmax(0,8fr) minmax(220px,2fr);
  gap:24px;
}

.lsa-toc-card{
  background:#ffffff;
  border:1px solid #dfd6c8;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(15,23,42,.08);
}

.lsa-toc-head{
  background:#071426;
  color:#d18a16;
  font-size:13px;
  font-weight:900;
  letter-spacing:.12em;
  padding:18px 20px;
  text-transform:uppercase;
}

.lsa-toc-list{
  display:flex;
  flex-direction:column;
}

.lsa-toc-list a{
  display:block;
  padding:15px 20px;
  color:#243145;
  background:#ffffff;
  border-bottom:1px solid #e8dfd2;
  font-size:15px;
  font-weight:600;
  line-height:1.25;
  text-decoration:none;
  transition:all .22s ease;
}

.lsa-toc-list a.active,
.lsa-toc-list a:hover{
  background:#eee7dc;
  color:#c47c10;
}


/* Active TOC highlight while scrolling */
.lsa-toc-list a.active{
  position:relative;
  background:#eee7dc;
  color:#c47c10;
  padding-left:24px;
}

.lsa-toc-list a.active::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:5px;
  background:#c9841e;
  border-radius:0 8px 8px 0;
}

.lsa-toc-list a.active::after{
  content:"";
  position:absolute;
  right:14px;
  top:50%;
  width:7px;
  height:7px;
  background:#c9841e;
  border-radius:50%;
  transform:translateY(-50%);
}


.lsa-toc-cta{
  /* padding:8px 18px 20px; */
  text-align:center;
}

.lsa-consult-btn{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:2px;
  background:#c9841e;
  color:#06101f;
  border-radius:10px;
  font-size:15px;
  font-weight:900;
  text-decoration:none;
  transition:all .22s ease;
}

.lsa-consult-btn:hover{
  background:#b87412;
  transform:translateY(-1px);
}

.lsa-phone-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:13px;
  color:#687385;
  font-size:15px;
  font-weight:700;
  text-decoration:none;
}

.lsa-phone-link i{
  color:#9d230e;
  font-size:18px;
}

.lsa-right-stack{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.lsa-author-card,
.lsa-consult-card{
  border-radius:12px;
  box-shadow:0 12px 30px rgba(15,23,42,.08);
}

.lsa-author-card{
  background:#ffffff;
  border:1px solid #dfd6c8;
  padding:20px;
}

.lsa-author-top{
  display:grid;
  grid-template-columns:88px minmax(0,1fr);
  gap:18px;
  align-items:center;
  margin-bottom:20px;
}

.lsa-author-photo{
  width:88px;
  height:108px;
  border-radius:8px;
  overflow:hidden;
  background:#071426;
  color:#d18a16;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  font-weight:900;
  position:relative;
}

.lsa-author-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  position:absolute;
  inset:0;
  z-index:2;
}

.lsa-author-photo span{
  position:relative;
  z-index:1;
}

.lsa-author-namebox h3{
  margin:0 0 px;
  color:#0f3465;
  font-size:22px;
  line-height:1.2;
  font-weight:900;
}

.lsa-author-namebox a{
  color:#c47c10;
  font-size:16px;
  font-weight:900;
  text-decoration:none;
}

.lsa-author-desc{
  margin:0 0 22px;
  color:#111827;
  font-size:15.5px;
  line-height:1.75;
  text-align:justify;
}

.lsa-linkedin-btn{
  width:100%;
  min-height:4px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#075bbb;
  background:#ffffff;
  border:2px solid #075bbb;
  border-radius:7px;
  font-size:16px;
  font-weight:900;
  text-decoration:none;
  transition:all .22s ease;
}

.lsa-linkedin-btn:hover{
  background:#075bbb;
  color:#ffffff;
}

.lsa-consult-card{
  background:#071426;
  border:1px solid rgba(255,255,255,.08);
  padding:24px 24px 18px;
}

.lsa-consult-card h3{
  margin:0 0 18px;
  color:#ffffff;
  font-family:var(--fd,serif);
  font-size:21px;
  line-height:1.3;
  font-weight:600;
}

.lsa-consult-card p{
  margin:0 0 20px;
  color:rgba(255,255,255,.62);
  font-size:15px;
  line-height:1.6;
  font-weight:600;
}

.lsa-book-btn{
  width:100%;
  min-height:6px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#c9841e;
  color:#06101f;
  border-radius:8px;
  font-size:16px;
  font-weight:900;
  text-decoration:none;
  transition:all .22s ease;
}

.lsa-book-btn:hover{
  background:#b87412;
  transform:translateY(-1px);
}

.lsa-consult-phone{
  margin-top:12px;
  min-height:6px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  color:#ffffff;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.22);
  border-radius:8px;
  font-size:14px;
  font-weight:800;
  text-decoration:none;
}

@media (min-width:1200px){
  .left-sidebar-col,
  .right-sidebar-col{
    position:sticky;
    top:105px;
    align-self:start;
    max-height:calc(100vh - 1px);
    overflow:auto;
    scrollbar-width:none;
  }

  .left-sidebar-col .left-toc,
  .right-sidebar-col .author{
    max-height:none;
    overflow:visible;
  }
}

@media (max-width:1199px){
  .section .si{
    grid-template-columns:minmax(230px,2fr) minmax(0,8fr);
    gap:14px;
  }

  .right-sidebar-col{
    grid-column:1 / -1;
  }

  .lsa-right-stack{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:991px){
  .section .si{
    grid-template-columns:1fr;
  }

  .left-sidebar-col,
  .content-body,
  .right-sidebar-col{
    grid-column:1;
  }

  .left-sidebar-col,
  .right-sidebar-col{
    position:relative;
    top:auto;
    max-height:none;
    overflow:visible;
  }

  .lsa-right-stack{
    grid-template-columns:1fr;
  }
}

@media (max-width:600px){
  .lsa-author-top{
    grid-template-columns:74px minmax(0,1fr);
    gap:14px;
  }

  .lsa-author-photo{
    width:74px;
    height:88px;
  }

  .lsa-author-namebox h3{
    font-size:20px;
  }
}


/* ===================== rightside-author.css ===================== */
/* RIGHT SIDEBAR AUTHOR CARD ONLY */
.lsa-right-stack{
  width:100%;
  display:grid;
  gap:18px;
}

.lsa-author-card{
  width:100%;
  background:#ffffff;
  border:1px solid #ddd7ca;
  border-radius:14px;
  padding:18px;
  box-shadow:0 8px 24px rgba(15,23,42,0.06);
}

.lsa-author-top{
  display:grid;
  grid-template-columns:82px minmax(0,1fr);
  gap:14px;
  align-items:center;
  margin-bottom:18px;
}

.lsa-author-photo{
  width:82px;
  height:82px;
  border-radius:6px;
  overflow:hidden;
  background:#07182c;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#d18a16;
  font-size:22px;
  font-weight:900;
}

.lsa-author-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.lsa-author-photo span{
  display:none;
}

.lsa-author-photo.no-img span{
  display:block;
}

.lsa-author-namebox h3{
  margin:0 6px;
  margin-top:20px;
  color:#12346b;
  font-size:22px;
  line-height:1.2;
  font-weight:900;
}

.lsa-author-namebox a{
  color:#c98012;
  font-size:15px;
  font-weight:800;
  text-decoration:none;
}

.lsa-author-namebox a:hover{
  color:#9f6408;
}

.lsa-author-desc{
  margin:0 0 18px;
  color:#222222;
  font-size:14.5px;
  line-height:1.5;
  text-align:justify;
}

.lsa-linkedin-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  border:2px solid #075bbb;
  color:#075bbb;
  background:#ffffff;
  text-decoration:none;
  border-radius:5px;
  padding:11px 12px;
  font-size:15px;
  font-weight:800;
  transition:all .25s ease;
}

.lsa-linkedin-btn:hover{
  background:#075bbb;
  color:#ffffff;
}

.lsa-consult-card{
  width:100%;
  background:#07182c;
  border-radius:12px;
  padding:22px 20px;
  color:#ffffff;
  box-shadow:0 10px 28px rgba(7,24,44,0.22);
}

.lsa-consult-card h3{
  margin:0 0 18px;
  color:#ffffff;
  font-size:20px;
  line-height:1.25;
  font-weight:700;
}

.lsa-consult-card p{
  margin:0 0 22px;
  color:rgba(255,255,255,0.66);
  font-size:14.5px;
  line-height:1.65;
}

.lsa-book-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  text-decoration:none;
  background:#c9831b;
  color:#07182c;
  border-radius:7px;
  padding:14px 13px;
  font-size:15px;
  font-weight:900;
  margin-bottom:12px;
  transition:all .25s ease;
}

.lsa-book-btn:hover{
  background:#e09b2d;
  transform:translateY(-1px);
}

.lsa-consult-phone{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  width:100%;
  text-decoration:none;
  color:#ffffff;
  border:1px solid rgba(255,255,255,0.28);
  border-radius:7px;
  padding:11px 10px;
  font-size:14px;
  font-weight:700;
}

.lsa-consult-phone i{
  color:#d18a16;
}

@media (min-width:1200px){
  .right-sidebar-col .lsa-author-card{
    padding:14px;
  }

  .right-sidebar-col .lsa-author-top{
    grid-template-columns:64px minmax(0,1fr);
    gap:10px;
    margin-bottom:14px;
  }

  .right-sidebar-col .lsa-author-photo{
    width:64px;
    height:64px;
  }

  .right-sidebar-col .lsa-author-namebox h3{
    font-size:18px;
  }

  .right-sidebar-col .lsa-author-namebox a{
    font-size:13px;
  }

  .right-sidebar-col .lsa-author-desc{
    font-size:12.5px;
    line-height:1.65;
    margin-bottom:14px;
  }

  .right-sidebar-col .lsa-linkedin-btn{
    font-size:12.5px;
    padding:9px 8px;
  }

  .right-sidebar-col .lsa-consult-card{
    padding:16px 14px;
  }

  .right-sidebar-col .lsa-consult-card h3{
    font-size:17px;
    margin-bottom:12px;
  }

  .right-sidebar-col .lsa-consult-card p{
    font-size:12.5px;
    line-height:1.55;
    margin-bottom:16px;
  }

  .right-sidebar-col .lsa-book-btn{
    font-size:12.5px;
    padding:11px 9px;
  }

  .right-sidebar-col .lsa-consult-phone{
    font-size:12px;
    padding:9px 7px;
  }
}

@media (max-width:1199px){
  .lsa-author-card,
  .lsa-consult-card{
    max-width:100%;
  }
}

@media (max-width:600px){
  .lsa-author-top{
    grid-template-columns:70px minmax(0,1fr);
  }

  .lsa-author-photo{
    width:70px;
    height:70px;
  }

  .lsa-author-namebox h3{
    font-size:20px;
  }
}
