
/* =========================================================
   Medicalist Site Builder v0.3.1
   ========================================================= */
body.medicalist-site-page #sidebar,
body.medicalist-site-page .article-header,
body.medicalist-site-page .sns-share,
body.medicalist-site-page .sns-follow,
body.medicalist-site-page .date-tags,
body.medicalist-site-page .post-date,
body.medicalist-site-page .post-update {
  display:none !important;
}
body.medicalist-site-page #main {
  width:100% !important;
  max-width:100% !important;
  float:none !important;
}
body.medicalist-site-page .entry-content { max-width:none !important; }

.logo-header .msb-site-logo-image,
img.site-logo-image.msb-site-logo-image {
  width:auto !important;
  max-width:230px !important;
  max-height:68px !important;
  object-fit:contain;
}

/* Core */
.msb-site {
  --msb-blue:#0c58b5;
  --msb-blue2:#0a70d7;
  --msb-navy:#082d61;
  --msb-ink:#102237;
  --msb-muted:#5d6b7a;
  --msb-line:#dce5ef;
  --msb-soft:#f5f8fc;
  --msb-white:#fff;
  color:var(--msb-ink);
  font-size:17px;
  line-height:1.85;
}
.msb-site * { box-sizing:border-box; }
.msb-site h1,.msb-site h2,.msb-site h3 {
  color:var(--msb-ink);
  line-height:1.35;
  letter-spacing:.01em;
}
.msb-site h1 { font-size:clamp(36px,4.4vw,60px); margin:.25em 0 .18em; }
.msb-site h2 { font-size:clamp(26px,3vw,38px); margin:0; }
.msb-site h3 { font-size:21px; margin:.2em 0 .5em; }
.msb-page-eyebrow,.msb-eyebrow {
  display:inline-block;
  color:var(--msb-navy);
  font-weight:700;
  letter-spacing:.04em;
}
.msb-brand-message {
  color:var(--msb-blue);
  font-size:clamp(24px,2.6vw,34px);
  line-height:1.4;
  font-weight:800;
  margin:12px 0 24px !important;
}
.msb-lead { font-size:18px; }

/* Hero */
.msb-hero {
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  gap:56px;
  align-items:center;
  padding:46px 0 58px;
}
.msb-hero-copy p { margin:0 0 18px; }
.msb-hero-media img {
  width:100%;
  height:auto;
  border-radius:20px;
  display:block;
  box-shadow:0 16px 45px rgba(19,55,91,.12);
}
.msb-actions { display:flex; gap:14px; flex-wrap:wrap; margin-top:28px; }
.msb-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:54px;
  padding:12px 25px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--msb-blue),var(--msb-blue2));
  color:#fff !important;
  text-decoration:none !important;
  font-weight:800;
  border:2px solid var(--msb-blue);
  cursor:pointer;
  transition:.18s ease;
  box-shadow:0 8px 22px rgba(12,88,181,.15);
}
.msb-btn svg { width:20px; height:20px; fill:none; stroke:currentColor; stroke-width:2; }
.msb-btn:hover { transform:translateY(-1px); filter:brightness(.96); }
.msb-btn-secondary {
  background:#fff;
  color:var(--msb-blue) !important;
  box-shadow:none;
}
.msb-btn-white {
  background:#fff;
  border-color:#fff;
  color:var(--msb-blue) !important;
  box-shadow:none;
}

/* Trust strip */
.msb-trust-strip {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:1px solid var(--msb-line);
  border-bottom:1px solid var(--msb-line);
  background:#fff;
}
.msb-trust-item {
  min-height:112px;
  display:flex;
  align-items:center;
  gap:15px;
  padding:22px;
  border-right:1px solid var(--msb-line);
}
.msb-trust-item:last-child { border-right:0; }
.msb-trust-item strong { display:block; color:var(--msb-navy); font-size:18px; }
.msb-trust-item small { display:block; color:var(--msb-muted); line-height:1.45; margin-top:2px; }
.msb-icon {
  width:42px;height:42px;flex:0 0 42px;color:var(--msb-blue);
}
.msb-icon svg,.msb-check-icon svg,.msb-final-icon svg {
  width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;
}

/* Sections */
.msb-section { padding:70px 0; border-top:1px solid var(--msb-line); }
.msb-no-border { border-top:0; padding-top:40px; }
.msb-section-head { margin-bottom:34px; }
.msb-section-head h2 { color:var(--msb-navy); }
.msb-section-head p { color:var(--msb-muted); margin:8px 0 0; }
.msb-grid { display:grid; gap:20px; }
.msb-grid-2 { grid-template-columns:repeat(2,minmax(0,1fr)); }
.msb-grid-3 { grid-template-columns:repeat(3,minmax(0,1fr)); }
.msb-card {
  background:#fff;
  border:1px solid var(--msb-line);
  border-radius:16px;
  padding:28px;
  box-shadow:0 8px 24px rgba(30,58,86,.045);
}
.msb-card p { color:var(--msb-muted); margin-bottom:0; }
.msb-service-card { position:relative; overflow:hidden; min-height:205px; }
.msb-card-number {
  display:inline-flex;
  width:36px;height:36px;border-radius:50%;
  align-items:center;justify-content:center;
  background:#edf5ff;color:var(--msb-blue);font-size:13px;font-weight:800;
  margin-bottom:13px;
}

/* Problems */
.msb-problem-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.msb-problem {
  display:flex;align-items:flex-start;gap:12px;
  padding:19px 20px;
  background:#fff;
  border:1px solid var(--msb-line);
  border-radius:12px;
}
.msb-check-icon { width:24px;height:24px;color:var(--msb-blue);flex:0 0 24px;margin-top:2px; }

/* Exams */
.msb-soft-section {
  background:var(--msb-soft);
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding-left:max(24px,calc((100vw - 1180px)/2));
  padding-right:max(24px,calc((100vw - 1180px)/2));
}
.msb-exam-grid { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:13px; }
.msb-exam-card {
  background:#fff;border:1px solid var(--msb-line);border-radius:14px;
  padding:23px 14px;text-align:center;min-height:152px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
}
.msb-exam-mark {
  width:42px;height:42px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:#edf5ff;color:var(--msb-blue);font-size:26px;font-weight:500;margin-bottom:10px;
}
.msb-exam-card strong { color:var(--msb-navy); }
.msb-exam-card small { color:var(--msb-muted);line-height:1.35;margin-top:4px; }

/* Profile + flow */
.msb-profile-flow { display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:start; }
.msb-profile-summary { display:grid;grid-template-columns:200px 1fr;gap:26px;align-items:start; }
.msb-profile-photo img { width:100%;height:auto;border-radius:15px; }
.msb-profile-brand { font-size:20px; }
.msb-profile-brand span { color:var(--msb-muted);font-size:15px; }
.msb-flow { display:grid;gap:14px; }
.msb-flow-step {
  position:relative;padding:20px 20px 20px 64px;
  border:1px solid var(--msb-line);border-radius:14px;background:#fff;
}
.msb-flow-step > span {
  position:absolute;left:18px;top:20px;width:30px;height:30px;border-radius:50%;
  background:var(--msb-navy);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;
}
.msb-flow-step h3 { margin:0 0 4px; }
.msb-flow-step p { margin:0;color:var(--msb-muted); }

/* FAQ */
.msb-faq details { border-top:1px solid var(--msb-line); padding:18px 2px; }
.msb-faq details:last-child { border-bottom:1px solid var(--msb-line); }
.msb-faq summary { font-weight:700;cursor:pointer; }
.msb-faq summary::marker { color:var(--msb-blue); }
.msb-faq details p { color:var(--msb-muted);padding-top:8px; }

/* Final CTA */
.msb-final-cta {
  margin:70px 0 28px;
  padding:34px 38px;
  border-radius:18px;
  background:linear-gradient(135deg,#073e83,#0c63c9);
  color:#fff;
  display:grid;
  grid-template-columns:66px 1fr auto;
  gap:22px;
  align-items:center;
}
.msb-final-icon {
  width:60px;height:60px;border:2px solid rgba(255,255,255,.8);border-radius:50%;padding:14px;color:#fff;
}
.msb-final-cta h2 { color:#fff;margin:0 0 7px; }
.msb-final-cta p { color:rgba(255,255,255,.88);margin:3px 0; }
.msb-final-eyebrow { font-weight:800;font-size:17px; }
.msb-public-email { font-weight:700;text-decoration:underline; }
.msb-final-cta-simple { grid-template-columns:1fr auto; }
.msb-final-cta-simple .msb-final-copy { grid-column:1; }

/* Shared */
.msb-section-note { margin:28px 0 0;color:var(--msb-muted); }
.msb-text-link { color:var(--msb-blue) !important;font-weight:800;text-decoration:none !important; }
.msb-center { text-align:center;margin-top:27px; }
.msb-inner { padding:34px 0 64px; }
.msb-list { padding-left:1.2em; }
.msb-profile-layout { display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:44px;align-items:start; }
.msb-dl { display:grid;grid-template-columns:140px 1fr;border-top:1px solid var(--msb-line); }
.msb-dl dt,.msb-dl dd { margin:0;padding:16px 0;border-bottom:1px solid var(--msb-line); }
.msb-dl dt { font-weight:800;color:var(--msb-navy); }

/* Contact */
.msb-contact-intro {
  background:var(--msb-soft);border:1px solid var(--msb-line);border-radius:14px;
  padding:20px 22px;margin-bottom:28px;
}
.msb-form { max-width:860px;display:grid;gap:20px; }
.msb-form-grid { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px; }
.msb-form label { display:grid;gap:8px;font-weight:700; }
.msb-form label span { color:#b63030;font-size:13px; }
.msb-form input[type=text],.msb-form input[type=email],.msb-form textarea {
  width:100%;padding:13px 14px;border:1px solid #cbd5df;border-radius:9px;font:inherit;background:#fff;
}
.msb-check { display:flex !important;grid-template-columns:24px 1fr;align-items:flex-start;font-weight:400 !important; }
.msb-contact-alt { margin-top:34px;padding-top:24px;border-top:1px solid var(--msb-line); }
.msb-alert { padding:14px 16px;border-radius:8px;margin-bottom:24px; }
.msb-success { background:#edf8f1;color:#23653b; }
.msb-error { background:#fff0f0;color:#8d2b2b; }
.msb-hp { position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden; }

/* Mobile */
@media (max-width:980px) {
  .msb-hero { grid-template-columns:1fr;gap:32px;padding:30px 0 50px; }
  .msb-hero-media { order:-1; }
  .msb-trust-strip { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .msb-trust-item:nth-child(2) { border-right:0; }
  .msb-trust-item:nth-child(-n+2) { border-bottom:1px solid var(--msb-line); }
  .msb-exam-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .msb-profile-flow { grid-template-columns:1fr; }
}
@media (max-width:680px) {
  .msb-site { font-size:16px; }
  .msb-grid-2,.msb-grid-3,.msb-problem-grid,.msb-form-grid { grid-template-columns:1fr; }
  .msb-trust-strip { grid-template-columns:1fr; }
  .msb-trust-item { border-right:0;border-bottom:1px solid var(--msb-line); }
  .msb-trust-item:last-child { border-bottom:0; }
  .msb-exam-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .msb-profile-summary { grid-template-columns:1fr; }
  .msb-profile-photo { max-width:300px; }
  .msb-final-cta,.msb-final-cta-simple { grid-template-columns:1fr;text-align:left;padding:28px 22px; }
  .msb-final-action { width:100%; }
  .msb-final-action .msb-btn { width:100%; }
  .msb-section { padding:50px 0; }
  .msb-card { padding:22px; }
  .msb-actions { display:grid; }
  .msb-btn { width:100%; }
  .msb-profile-layout { grid-template-columns:1fr; }
  .msb-dl { grid-template-columns:1fr; }
  .msb-dl dt { padding-bottom:0; }
  .logo-header .msb-site-logo-image,
  img.site-logo-image.msb-site-logo-image { max-width:190px !important;max-height:58px !important; }
}


/* =========================================================
   v0.2.1 header / first-view polish
   ========================================================= */
body.medicalist-site-page #header-container,
body.medicalist-site-page #header-container-in,
body.medicalist-site-page .header,
body.medicalist-site-page .header-in,
body.medicalist-site-page #navi,
body.medicalist-site-page .navi,
body.medicalist-site-page .navi-in {
  background:#fff !important;
}

body.medicalist-site-page #header-container {
  box-shadow:0 1px 0 rgba(20,47,76,.10);
}

body.medicalist-site-page .header-in,
body.medicalist-site-page .navi-in {
  max-width:1380px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

body.medicalist-site-page .logo-header {
  padding:8px 16px !important;
  margin:0 !important;
}

body.medicalist-site-page .logo-header img.msb-site-logo-image,
body.medicalist-site-page img.site-logo-image.msb-site-logo-image {
  width:250px !important;
  max-width:250px !important;
  max-height:70px !important;
  object-fit:contain !important;
  filter:none !important;
}

body.medicalist-site-page #navi .navi-in > ul,
body.medicalist-site-page .navi-in > ul,
body.medicalist-site-page .menu-header {
  display:flex !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  justify-content:flex-end !important;
}

body.medicalist-site-page #navi .navi-in > ul > li,
body.medicalist-site-page .navi-in > ul > li,
body.medicalist-site-page .menu-header > li {
  width:auto !important;
  flex:0 0 auto !important;
}

body.medicalist-site-page #navi .navi-in > ul > li > a,
body.medicalist-site-page .navi-in > ul > li > a,
body.medicalist-site-page .menu-header > li > a {
  white-space:nowrap !important;
  padding-left:16px !important;
  padding-right:16px !important;
  font-size:15px !important;
  font-weight:600 !important;
  color:#17304b !important;
}

body.medicalist-site-page #navi .navi-in > ul > li > a:hover,
body.medicalist-site-page .menu-header > li > a:hover {
  color:#0c58b5 !important;
  background:#f7faff !important;
}

.msb-hero {
  grid-template-columns:minmax(0,1.12fr) minmax(390px,.88fr) !important;
  gap:48px !important;
}

.msb-site h1 {
  font-size:clamp(36px,3.6vw,50px) !important;
  letter-spacing:-.025em !important;
  word-break:keep-all !important;
}

.msb-brand-message {
  margin-top:14px !important;
}

@media (max-width:1120px) {
  body.medicalist-site-page #navi .navi-in > ul > li > a,
  body.medicalist-site-page .menu-header > li > a {
    padding-left:10px !important;
    padding-right:10px !important;
    font-size:14px !important;
  }
  body.medicalist-site-page .logo-header img.msb-site-logo-image,
  body.medicalist-site-page img.site-logo-image.msb-site-logo-image {
    width:215px !important;
    max-width:215px !important;
  }
}

@media (max-width:980px) {
  .msb-hero {
    grid-template-columns:1fr !important;
  }
}


/* =========================================================
   v0.3.0 final polish
   ========================================================= */

.msb-principles .msb-principle-card {
  border-top:3px solid var(--msb-blue);
}

.msb-legal-links {
  max-width:1180px;
  margin:18px auto 42px;
  padding:20px 4px;
  border-top:1px solid #dce5ef;
  color:#6a7785;
  font-size:14px;
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
}
.msb-legal-links nav {
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}
.msb-legal-links a {
  color:#44576b !important;
  text-decoration:none !important;
}
.msb-legal-links a:hover {
  text-decoration:underline !important;
}

.msb-business-dl { max-width:920px; }
.msb-policy { max-width:980px; }
.msb-policy section {
  padding:25px 0;
  border-top:1px solid var(--msb-line);
}
.msb-policy section h2 {
  font-size:23px;
  margin-bottom:10px;
}
.msb-policy section p { margin:0; }

.msb-form .msb-check > span {
  color:var(--msb-ink);
  font-size:15px;
  line-height:1.65;
}
.msb-form .msb-check a {
  color:var(--msb-blue);
  text-decoration:underline;
}

.msb-mobile-contact { display:none; }

@media (max-width:980px) {
  .msb-hero-copy { order:-1 !important; }
  .msb-hero-media { order:0 !important; }
}

@media (max-width:680px) {
  body.medicalist-site-page { padding-bottom:76px; }

  .msb-site {
    font-size:16px;
    line-height:1.75;
  }

  .msb-site h1 {
    font-size:32px !important;
    line-height:1.25 !important;
  }

  .msb-site h2 { font-size:27px; }

  .msb-brand-message {
    font-size:24px;
    margin:10px 0 18px !important;
  }

  .msb-lead { font-size:16px; }

  .msb-hero {
    padding:24px 0 38px !important;
    gap:24px !important;
  }

  .msb-hero-copy p { margin-bottom:14px; }

  .msb-hero-media img {
    border-radius:14px;
    box-shadow:0 10px 28px rgba(19,55,91,.10);
  }

  .msb-trust-item {
    min-height:88px;
    padding:16px 10px;
  }

  .msb-exam-card {
    min-height:128px;
    padding:18px 10px;
  }

  .msb-section-head { margin-bottom:24px; }

  .msb-legal-links {
    margin:10px 18px 26px;
    padding:18px 0;
    display:grid;
  }

  .msb-legal-links nav {
    gap:12px 16px;
  }

  .msb-mobile-contact {
    display:block;
    position:fixed;
    z-index:9998;
    left:12px;
    right:12px;
    bottom:12px;
  }

  body.admin-bar .msb-mobile-contact { bottom:58px; }

  .msb-mobile-contact a {
    min-height:56px;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    background:linear-gradient(135deg,#0c58b5,#0a70d7);
    color:#fff !important;
    text-decoration:none !important;
    font-weight:800;
    box-shadow:0 9px 28px rgba(8,45,97,.28);
    border:1px solid rgba(255,255,255,.25);
  }

  .msb-mobile-contact svg {
    width:20px;
    height:20px;
    fill:none;
    stroke:currentColor;
    stroke-width:2;
  }

  .msb-policy section h2 { font-size:21px; }
}


/* =========================================================
   v0.3.1 smartphone polish
   ========================================================= */

.msb-mobile-menu-toggle,
.msb-mobile-menu-panel,
.msb-mobile-menu-overlay {
  display:none;
}

@media (max-width:680px) {
  /* Hide the wide desktop navigation and replace it with a hamburger menu. */
  body.medicalist-site-page #navi,
  body.medicalist-site-page .navi {
    display:none !important;
  }

  body.medicalist-site-page .header-in {
    min-height:88px !important;
    position:relative !important;
  }

  body.medicalist-site-page .logo-header {
    padding:8px 70px 8px 14px !important;
    text-align:left !important;
  }

  body.medicalist-site-page .logo-header img.msb-site-logo-image,
  body.medicalist-site-page img.site-logo-image.msb-site-logo-image {
    width:190px !important;
    max-width:190px !important;
    max-height:58px !important;
  }

  /* Reduce the oversized empty area before the hero. */
  body.medicalist-site-page #content {
    margin-top:0 !important;
  }
  body.medicalist-site-page #main {
    padding-top:0 !important;
  }
  body.medicalist-site-page .entry-content {
    margin-top:0 !important;
    padding-top:0 !important;
  }

  .msb-hero {
    padding-top:14px !important;
  }

  /* Hamburger */
  .msb-mobile-menu-toggle {
    display:flex;
    position:absolute;
    top:22px;
    right:18px;
    z-index:10001;
    width:46px;
    height:46px;
    padding:11px;
    border:1px solid #d8e2ed;
    border-radius:12px;
    background:#fff;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:5px;
    box-shadow:0 5px 16px rgba(16,34,55,.08);
    cursor:pointer;
  }

  .msb-mobile-menu-toggle span {
    display:block;
    width:22px;
    height:2px;
    border-radius:2px;
    background:#17304b;
    transition:.18s ease;
  }

  .msb-mobile-menu-toggle.is-open span:nth-child(1) {
    transform:translateY(7px) rotate(45deg);
  }
  .msb-mobile-menu-toggle.is-open span:nth-child(2) {
    opacity:0;
  }
  .msb-mobile-menu-toggle.is-open span:nth-child(3) {
    transform:translateY(-7px) rotate(-45deg);
  }

  body.admin-bar .msb-mobile-menu-toggle {
    top:68px;
  }

  .msb-mobile-menu-overlay {
    position:fixed;
    inset:0;
    z-index:10002;
    background:rgba(6,24,44,.38);
    opacity:0;
    transition:opacity .18s ease;
  }

  .msb-mobile-menu-overlay.is-open {
    display:block;
    opacity:1;
  }

  .msb-mobile-menu-panel {
    display:block;
    position:fixed;
    z-index:10003;
    top:0;
    right:0;
    bottom:0;
    width:min(86vw,350px);
    padding:18px;
    background:#fff;
    transform:translateX(105%);
    transition:transform .22s ease;
    box-shadow:-14px 0 38px rgba(8,34,64,.18);
    overflow-y:auto;
  }

  .msb-mobile-menu-panel.is-open {
    transform:translateX(0);
  }

  .msb-mobile-menu-head {
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:4px 2px 18px;
    border-bottom:1px solid #dce5ef;
    color:#102237;
    font-size:19px;
  }

  .msb-mobile-menu-close {
    width:42px;
    height:42px;
    border:0;
    border-radius:50%;
    background:#f3f7fb;
    color:#17304b;
    font-size:30px;
    line-height:1;
    cursor:pointer;
  }

  .msb-mobile-menu-panel nav {
    display:grid;
    padding-top:12px;
  }

  .msb-mobile-menu-panel nav a {
    display:flex;
    align-items:center;
    min-height:58px;
    padding:10px 8px;
    border-bottom:1px solid #e5ebf2;
    color:#17304b !important;
    text-decoration:none !important;
    font-size:17px;
    font-weight:700;
  }

  .msb-mobile-menu-panel nav a.msb-mobile-menu-contact-link {
    justify-content:center;
    margin-top:18px;
    border:0;
    border-radius:999px;
    background:linear-gradient(135deg,#0c58b5,#0a70d7);
    color:#fff !important;
  }

  html.msb-menu-open,
  html.msb-menu-open body {
    overflow:hidden !important;
  }

  /* Fixed inquiry CTA: hidden while the hero inquiry button is visible. */
  .msb-mobile-contact {
    display:block;
    opacity:0;
    visibility:hidden;
    transform:translateY(18px);
    pointer-events:none;
    transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
  }

  .msb-mobile-contact.is-visible {
    opacity:1;
    visibility:visible;
    transform:translateY(0);
    pointer-events:auto;
  }

  .msb-mobile-contact a {
    min-height:52px;
    font-size:16px;
  }
}


/* =========================================================
   v0.3.2 readability / Cocoon heading override
   ========================================================= */

/* Information headings should not look like CTA buttons. */
body.medicalist-site-page .entry-content .msb-site .msb-section-head h2,
body.medicalist-site-page .article .msb-site .msb-section-head h2,
body.medicalist-site-page .msb-site .msb-section-head h2 {
  display:block !important;
  width:100% !important;
  box-sizing:border-box !important;
  margin:0 !important;
  padding:14px 18px 14px 20px !important;
  background:#eef6ff !important;
  background-image:none !important;
  color:#173a5e !important;
  border:0 !important;
  border-left:5px solid #0c68c8 !important;
  border-radius:10px !important;
  box-shadow:none !important;
  text-shadow:none !important;
  font-weight:800 !important;
  font-size:30px !important;
  line-height:1.38 !important;
  letter-spacing:.01em !important;
}

body.medicalist-site-page .entry-content .msb-site .msb-section-head h2::before,
body.medicalist-site-page .entry-content .msb-site .msb-section-head h2::after,
body.medicalist-site-page .article .msb-site .msb-section-head h2::before,
body.medicalist-site-page .article .msb-site .msb-section-head h2::after {
  content:none !important;
  display:none !important;
}

/* Keep explanatory text clearly separate from the heading. */
body.medicalist-site-page .msb-site .msb-section-head > p {
  margin:12px 4px 0 !important;
  color:#5e6f80 !important;
}

/* Cards stay white and quiet; blue is reserved for icons and real actions. */
body.medicalist-site-page .msb-site .msb-problem {
  background:#fff !important;
  border:1px solid #d9e3ee !important;
  box-shadow:0 5px 18px rgba(28,57,88,.035) !important;
}

@media (max-width:680px) {
  body.medicalist-site-page .entry-content .msb-site .msb-section-head h2,
  body.medicalist-site-page .article .msb-site .msb-section-head h2,
  body.medicalist-site-page .msb-site .msb-section-head h2 {
    padding:13px 14px 13px 16px !important;
    border-left-width:4px !important;
    border-radius:9px !important;
    font-size:23px !important;
    line-height:1.45 !important;
  }

  body.medicalist-site-page .msb-site .msb-section-head {
    margin-bottom:22px !important;
  }

  body.medicalist-site-page .msb-site .msb-problem {
    padding:17px 16px !important;
    border-radius:13px !important;
  }

  body.medicalist-site-page .msb-site .msb-problem > span:last-child {
    font-size:17px !important;
    line-height:1.7 !important;
  }
}


/* =========================================================
   v0.3.3 fixed CTA final adjustment
   ========================================================= */

@media (max-width:680px) {
  /* Keep enough bottom space so the fixed CTA does not cover page content. */
  body.medicalist-site-page {
    padding-bottom:92px !important;
  }

  .msb-mobile-contact {
    left:18px !important;
    right:18px !important;
    bottom:10px !important;
  }

  body.admin-bar .msb-mobile-contact {
    bottom:54px !important;
  }

  .msb-mobile-contact a {
    min-height:46px !important;
    padding:7px 18px !important;
    font-size:15px !important;
    line-height:1.25 !important;
    box-shadow:0 7px 20px rgba(8,45,97,.22) !important;
  }

  .msb-mobile-contact svg {
    width:18px !important;
    height:18px !important;
  }
}


/* =========================================================
   v0.3.4 SEO article internal-link card
   ========================================================= */

.msb-articles-section {
  background:#f8fbff;
}

.msb-article-card {
  display:grid;
  grid-template-columns:minmax(260px, 38%) 1fr;
  gap:28px;
  align-items:center;
  padding:22px;
  border:1px solid #dbe6f1;
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 24px rgba(26,58,92,.055);
}

.msb-article-thumb {
  display:block;
  overflow:hidden;
  border-radius:14px;
  aspect-ratio:16/10;
  background:#eef3f8;
}

.msb-article-thumb img {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.msb-article-copy {
  min-width:0;
}

.msb-article-label {
  margin:0 0 8px !important;
  color:#0c68c8 !important;
  font-size:14px !important;
  font-weight:800 !important;
  letter-spacing:.03em;
}

.msb-article-copy h3 {
  margin:0 0 12px !important;
  padding:0 !important;
  background:none !important;
  border:0 !important;
  color:#122b45 !important;
  font-size:24px !important;
  line-height:1.45 !important;
}

.msb-article-copy h3::before,
.msb-article-copy h3::after {
  display:none !important;
  content:none !important;
}

.msb-article-copy h3 a {
  color:inherit !important;
  text-decoration:none !important;
}

.msb-article-copy h3 a:hover {
  color:#0c68c8 !important;
}

.msb-article-copy > p:not(.msb-article-label) {
  margin:0 0 14px !important;
  color:#56697c !important;
  line-height:1.8 !important;
}

.msb-article-card.is-compact {
  grid-template-columns:minmax(220px, 32%) 1fr;
}

@media (max-width:680px) {
  .msb-article-card,
  .msb-article-card.is-compact {
    grid-template-columns:1fr;
    gap:18px;
    padding:16px;
    border-radius:14px;
  }

  .msb-article-thumb {
    aspect-ratio:16/9;
  }

  .msb-article-copy h3 {
    font-size:20px !important;
    line-height:1.5 !important;
  }

  .msb-article-copy > p:not(.msb-article-label) {
    font-size:15px !important;
  }
}


/* =========================================================
   v0.3.5 SEO article series
   ========================================================= */

.msb-article-list {
  display:grid;
  gap:22px;
}

.msb-article-list .msb-article-card + .msb-article-card {
  margin-top:0;
}


/* =========================================================
   v0.3.6 medical article cleanup
   ========================================================= */

/* Cocoon official share/follow wrappers are intentionally hidden
   on Medicalist's institution-facing SEO articles. */
.medicalist-article-page .sns-share,
.medicalist-article-page .sns-follow {
  display:none !important;
}

/* Builder pages already contain their own legal footer. */
.medicalist-site-page #footer .copyright,
.medicalist-site-page .footer-bottom-logo {
  display:none !important;
}

.msb-article-author {
  margin:44px 0 22px;
  padding:22px 24px;
  border:1px solid #d9e4ef;
  border-left:5px solid #0c68c8;
  border-radius:14px;
  background:#f7fbff;
}

.msb-article-author .msb-article-author-label {
  margin:0 0 5px !important;
  color:#0c68c8;
  font-size:13px;
  font-weight:800;
  letter-spacing:.05em;
}

.msb-article-author-name {
  margin:0 0 8px !important;
  padding:0 !important;
  color:#17304b !important;
  font-size:21px !important;
  font-weight:800 !important;
  line-height:1.45 !important;
}

.msb-article-author p:not(.msb-article-author-label) {
  margin:0 0 8px !important;
  color:#53677b;
  line-height:1.75;
}

.msb-article-author a {
  color:#0c68c8 !important;
  font-weight:700;
  text-decoration:none !important;
}

@media (max-width:680px) {
  .msb-article-author {
    margin-top:32px;
    padding:18px;
  }
  .msb-article-author-name {
    font-size:19px !important;
  }
}


/* =========================================================
   v0.3.7 related internal links
   ========================================================= */

.msb-related-articles {
  margin:42px 0 22px;
  padding:22px 24px;
  border:1px solid #dbe5ee;
  border-radius:14px;
  background:#fff;
}

.msb-related-heading {
  margin:0 0 14px !important;
  color:#17304b !important;
  font-size:18px !important;
  font-weight:800 !important;
}

.msb-related-articles ul {
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
  display:grid;
  gap:10px;
}

.msb-related-articles li {
  margin:0 !important;
  padding:0 !important;
}

.msb-related-articles a {
  display:block;
  padding:12px 14px;
  border:1px solid #e1e9f0;
  border-radius:10px;
  background:#f8fbff;
  text-decoration:none !important;
}

.msb-related-articles a:hover {
  border-color:#b9d2e9;
  background:#f2f8fe;
}

.msb-related-kicker {
  display:block;
  margin-bottom:3px;
  color:#0c68c8;
  font-size:12px;
  font-weight:800;
}

.msb-related-title {
  display:block;
  color:#243a50;
  font-size:15px;
  font-weight:700;
  line-height:1.55;
}

@media (max-width:680px) {
  .msb-related-articles {
    margin-top:32px;
    padding:18px;
  }
}


/* =========================================================
   v0.3.8 SEO discovery / internal navigation
   ========================================================= */

.msb-article-archive-link {
  margin-top:22px;
}

.msb-exam-article-links {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.msb-exam-article-link {
  padding:20px;
  border:1px solid #dbe5ee;
  border-radius:14px;
  background:#f8fbff;
}

.msb-exam-article-kicker {
  margin:0 0 7px !important;
  color:#0c68c8 !important;
  font-size:13px !important;
  font-weight:800 !important;
}

.msb-exam-article-link h3 {
  margin:0 0 10px !important;
  padding:0 !important;
  border:0 !important;
  background:none !important;
  font-size:18px !important;
  line-height:1.5 !important;
}

.msb-exam-article-link h3::before,
.msb-exam-article-link h3::after {
  content:none !important;
  display:none !important;
}

.msb-exam-article-link h3 a {
  color:#17304b !important;
  text-decoration:none !important;
}

.msb-exam-article-link > p:not(.msb-exam-article-kicker) {
  margin:0 0 10px !important;
  color:#5b6d7e !important;
  font-size:14px !important;
  line-height:1.7 !important;
}

@media (max-width:860px) {
  .msb-exam-article-links {
    grid-template-columns:1fr;
  }
}


/* =========================================================
   v0.3.9 request decision page / conversion
   ========================================================= */

.msb-case-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.msb-case-card {
  padding:22px;
  border:1px solid #dbe5ee;
  border-radius:14px;
  background:#fff;
}
.msb-case-label {
  margin:0 0 8px !important;
  color:#0c68c8 !important;
  font-size:12px !important;
  font-weight:800 !important;
  letter-spacing:.06em;
}
.msb-case-card h3 {
  margin:0 0 9px !important;
  padding:0 !important;
  border:0 !important;
  background:none !important;
  color:#17304b !important;
  font-size:19px !important;
  line-height:1.5 !important;
}
.msb-case-card h3::before,.msb-case-card h3::after {content:none !important;display:none !important;}
.msb-check-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.msb-check-grid > div {
  padding:16px 18px;
  border:1px solid #dce6ef;
  border-radius:12px;
  background:#fff;
}
.msb-check-grid strong,.msb-check-grid span {display:block;}
.msb-check-grid strong {margin-bottom:4px;color:#17304b;}
.msb-check-grid span {color:#5b6d7e;font-size:14px;line-height:1.65;}
.msb-price-factors {
  padding:22px 24px;
  border-left:5px solid #0c68c8;
  border-radius:12px;
  background:#f7fbff;
}
.msb-request-steps {
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
  display:grid;
  gap:12px;
}
.msb-request-steps li {
  display:grid;
  grid-template-columns:42px 1fr;
  gap:14px;
  align-items:start;
  padding:16px;
  border:1px solid #dce6ef;
  border-radius:12px;
  background:#fff;
}
.msb-request-steps li > span {
  display:flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  border-radius:999px;
  background:#0c68c8;
  color:#fff;
  font-weight:800;
}
.msb-inline-links {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.msb-inline-links a {
  display:block;
  padding:13px 15px;
  border:1px solid #dce6ef;
  border-radius:10px;
  background:#f8fbff;
  color:#0c68c8 !important;
  font-weight:700;
  text-decoration:none !important;
}
.msb-request-guide-band {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin:28px 0;
  padding:18px 20px;
  border:1px solid #dce6ef;
  border-radius:14px;
  background:#f8fbff;
}
.msb-request-guide-band p {margin:4px 0 0 !important;color:#5b6d7e !important;}
.msb-request-guide-teaser .msb-center {margin-top:18px;}

@media (max-width:680px) {
  .msb-case-grid,.msb-check-grid,.msb-inline-links {grid-template-columns:1fr;}
  .msb-request-guide-band {align-items:flex-start;flex-direction:column;}
}


/* =========================================================
   v0.3.10 request guide visual fix
   ========================================================= */

.msb-request-guide {
  padding-top:34px;
}

.msb-request-intro {
  padding:18px 0 40px;
  border-bottom:1px solid var(--msb-line);
}

.msb-request-intro h1 {
  max-width:900px;
  font-size:clamp(34px,4vw,52px);
  margin:12px 0 16px !important;
}

.msb-request-intro .msb-lead {
  max-width:920px;
  margin:0 !important;
  color:var(--msb-muted);
}

@media (max-width:680px) {
  .msb-request-guide {
    padding-top:18px;
  }

  .msb-request-intro {
    padding:10px 0 30px;
  }

  .msb-request-intro h1 {
    font-size:32px;
  }
}


/* =========================================================
   v0.3.13 inquiry conversion form
   ========================================================= */

.msb-contact-intro-v2 {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:28px;
}

.msb-contact-intro-v2 p {
  margin:7px 0 0 !important;
}

.msb-contact-note {
  display:flex;
  flex-direction:column;
  gap:3px;
  margin:20px 0 28px;
  padding:14px 17px;
  border-left:4px solid #0c68c8;
  border-radius:9px;
  background:#f7fbff;
  color:#44596d;
  font-size:14px;
}

.msb-contact-note strong {
  color:#17304b;
}

.msb-form-section {
  margin:0 0 22px !important;
  padding:22px !important;
  border:1px solid #dbe5ee !important;
  border-radius:14px;
  background:#fff;
}

.msb-form-section legend {
  padding:0 10px 0 0;
  color:#17304b;
  font-size:19px;
  font-weight:800;
}

.msb-form-section legend > span {
  display:inline-flex;
  width:30px;
  height:30px;
  margin-right:7px;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#0c68c8;
  color:#fff;
  font-size:14px;
}

.msb-form-section legend em {
  margin-left:5px;
  color:#65788b;
  font-size:12px;
  font-style:normal;
  font-weight:600;
}

.msb-required {
  display:inline-block !important;
  margin-left:5px;
  padding:1px 6px;
  border-radius:999px;
  background:#fff0f0;
  color:#a12626 !important;
  font-size:11px !important;
  font-weight:800 !important;
}

.msb-lead-form input[type="text"],
.msb-lead-form input[type="email"],
.msb-lead-form select,
.msb-lead-form textarea {
  width:100%;
  margin-top:7px;
  border:1px solid #cfdbe6;
  border-radius:9px;
  background:#fff;
  font-size:16px;
}

.msb-lead-form input[type="text"],
.msb-lead-form input[type="email"],
.msb-lead-form select {
  min-height:48px;
  padding:9px 12px;
}

.msb-lead-form textarea {
  min-height:130px;
  padding:12px;
  line-height:1.65;
}

.msb-lead-form input:focus,
.msb-lead-form select:focus,
.msb-lead-form textarea:focus {
  outline:3px solid rgba(12,104,200,.12);
  border-color:#0c68c8;
}

.msb-choice-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
  margin-top:12px;
}

.msb-choice {
  display:flex !important;
  align-items:flex-start;
  gap:9px;
  margin:0 !important;
  padding:11px 13px;
  border:1px solid #dce6ef;
  border-radius:10px;
  background:#f9fbfd;
  cursor:pointer;
  font-weight:600 !important;
  line-height:1.5;
}

.msb-choice:hover {
  border-color:#b6d0e8;
  background:#f3f8fd;
}

.msb-choice input {
  flex:0 0 auto;
  width:18px;
  height:18px;
  margin:2px 0 0 !important;
}

.msb-choice span {
  color:#30485f;
}

.msb-form-section.has-error {
  border-color:#b42318 !important;
  box-shadow:0 0 0 3px rgba(180,35,24,.06);
}

.msb-form-hint {
  margin:9px 0 0 !important;
  color:#65788b !important;
  font-size:13px !important;
}

.msb-field-title {
  display:block;
  margin:16px 0 8px !important;
  color:#17304b;
  font-weight:700;
}

.msb-field-title small {
  color:#65788b;
  font-weight:500;
}

.msb-form-grid-spaced {
  margin-top:18px;
}

.msb-consent {
  margin:8px 0 20px !important;
  padding:14px 16px;
  border-radius:10px;
  background:#f7f9fb;
}

.msb-submit-area {
  text-align:center;
  padding:8px 0 4px;
}

.msb-submit-btn {
  min-width:280px;
  min-height:54px;
  font-size:17px !important;
}

.msb-submit-area p {
  margin:8px 0 0 !important;
  color:#65788b !important;
  font-size:13px !important;
}

@media (max-width:680px) {
  .msb-contact-intro-v2 {
    align-items:flex-start;
    flex-direction:column;
    gap:12px;
  }

  .msb-form-section {
    padding:17px !important;
  }

  .msb-choice-grid {
    grid-template-columns:1fr;
  }

  .msb-submit-btn {
    width:100%;
    min-width:0;
  }
}


/* =========================================================
   v0.3.14 request decision / trust
   ========================================================= */

.msb-decision-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.msb-decision-card {
  padding:20px;
  border:1px solid #dbe5ee;
  border-radius:14px;
  background:#fff;
}

.msb-decision-card.is-good {
  border-top:4px solid #16803a;
}

.msb-decision-card.is-check {
  border-top:4px solid #c77800;
}

.msb-decision-card.is-out {
  border-top:4px solid #68798a;
}

.msb-decision-kicker {
  margin:0 0 7px !important;
  font-size:12px !important;
  font-weight:800 !important;
  letter-spacing:.05em;
}

.msb-decision-card.is-good .msb-decision-kicker {
  color:#16803a !important;
}

.msb-decision-card.is-check .msb-decision-kicker {
  color:#996000 !important;
}

.msb-decision-card.is-out .msb-decision-kicker {
  color:#5b6d7e !important;
}

.msb-decision-card h3 {
  margin:0 0 10px !important;
  padding:0 !important;
  border:0 !important;
  background:none !important;
  color:#17304b !important;
  font-size:18px !important;
  line-height:1.5 !important;
}

.msb-decision-card h3::before,
.msb-decision-card h3::after {
  content:none !important;
  display:none !important;
}

.msb-decision-card ul {
  margin:0 !important;
  padding-left:1.2em !important;
}

.msb-decision-card li {
  margin:.45em 0 !important;
  color:#52677b;
  line-height:1.65;
}

.msb-before-estimate {
  margin:0 0 16px;
  padding:16px 18px;
  border:1px solid #dbe5ee;
  border-radius:12px;
  background:#fff;
}

.msb-before-estimate strong {
  color:#17304b;
}

.msb-before-estimate p {
  margin:5px 0 0 !important;
  color:#5b6d7e !important;
}

.msb-contact-reassurance {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin:0 0 24px;
}

.msb-contact-reassurance > div {
  padding:13px 15px;
  border:1px solid #dce6ef;
  border-radius:10px;
  background:#fff;
}

.msb-contact-reassurance strong,
.msb-contact-reassurance span {
  display:block;
}

.msb-contact-reassurance strong {
  margin-bottom:4px;
  color:#17304b;
  font-size:14px;
}

.msb-contact-reassurance span {
  color:#65788b;
  font-size:13px;
  line-height:1.6;
}

@media (max-width:860px) {
  .msb-decision-grid {
    grid-template-columns:1fr;
  }
}

@media (max-width:680px) {
  .msb-contact-reassurance {
    grid-template-columns:1fr;
  }
}


/* =========================================================
   v0.3.15 request guide conversion cleanup
   ========================================================= */

/* A sales/decision page should not push its key information below a TOC.
   Keep TOCs on SEO articles, but hide it only on /request-guide/. */
.medicalist-request-guide-page .toc,
.medicalist-request-guide-page .toc-content,
.medicalist-request-guide-page .toc-widget-box {
  display:none !important;
}

.medicalist-request-guide-page .msb-request-intro {
  margin-bottom:18px;
}

.medicalist-request-guide-page .msb-decision-section {
  padding-top:28px;
}


/* =========================================================
   v0.3.16 real anonymous case studies
   ========================================================= */

.msb-real-case-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.msb-real-case-card {
  padding:20px;
  border:1px solid #dbe5ee;
  border-radius:14px;
  background:#fff;
}

.msb-real-case-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:12px;
}

.msb-real-case-no {
  color:#0c68c8;
  font-size:12px;
  font-weight:800;
  letter-spacing:.05em;
}

.msb-real-case-type {
  color:#65788b;
  font-size:12px;
  font-weight:700;
}

.msb-real-case-card h3 {
  margin:0 0 14px !important;
  padding:0 !important;
  border:0 !important;
  background:none !important;
  color:#17304b !important;
  font-size:18px !important;
  line-height:1.55 !important;
}

.msb-real-case-card h3::before,
.msb-real-case-card h3::after {
  content:none !important;
  display:none !important;
}

.msb-real-case-card dl {
  margin:0 !important;
}

.msb-real-case-card dl > div {
  display:grid;
  grid-template-columns:52px 1fr;
  gap:8px;
  padding:9px 0;
  border-top:1px solid #edf2f6;
}

.msb-real-case-card dt {
  color:#65788b;
  font-size:12px;
  font-weight:800;
}

.msb-real-case-card dd {
  margin:0 !important;
  color:#354d64;
  font-size:14px;
  line-height:1.65;
}

.msb-real-case-note {
  margin:14px 0 0 !important;
  color:#65788b !important;
  font-size:12px !important;
  line-height:1.65 !important;
}

.msb-case-teaser-row {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.msb-case-teaser-row > div {
  padding:15px 17px;
  border:1px solid #dce6ef;
  border-radius:12px;
  background:#f8fbff;
}

.msb-case-teaser-row strong,
.msb-case-teaser-row span {
  display:block;
}

.msb-case-teaser-row strong {
  color:#17304b;
  margin-bottom:4px;
}

.msb-case-teaser-row span {
  color:#65788b;
  font-size:13px;
}

.msb-case-teaser-link {
  margin-top:14px;
}

@media (max-width:860px) {
  .msb-real-case-grid,
  .msb-case-teaser-row {
    grid-template-columns:1fr;
  }
}


/* =========================================================
   v0.3.17 request guide simplification
   ========================================================= */

.msb-case-cta {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:18px;
  padding:16px 18px;
  border:1px solid #dce6ef;
  border-radius:12px;
  background:#f8fbff;
}

.msb-case-cta p {
  margin:0 !important;
  color:#30485f !important;
}

.msb-case-cta .msb-btn {
  flex:0 0 auto;
}

@media (max-width:680px) {
  .msb-case-cta {
    align-items:flex-start;
    flex-direction:column;
  }

  .msb-case-cta .msb-btn {
    width:100%;
    text-align:center;
  }
}


/* =========================================================
   v0.3.18 TOP conversion navigation cleanup
   ========================================================= */

.msb-case-teaser-combined .msb-case-teaser-row {
  margin-bottom:16px;
}

.msb-case-teaser-actions {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:16px 18px;
  border:1px solid #dce6ef;
  border-radius:12px;
  background:#f8fbff;
}

.msb-case-teaser-actions p {
  margin:0 !important;
  max-width:700px;
  color:#52677b !important;
  line-height:1.65 !important;
}

.msb-case-teaser-actions .msb-btn {
  flex:0 0 auto;
}

@media (max-width:900px) {
  .msb-case-teaser-actions {
    align-items:flex-start;
    flex-direction:column;
  }
}

@media (max-width:680px) {
  .msb-case-teaser-actions .msb-btn {
    width:100%;
    text-align:center;
  }
}


/* =========================================================
   v0.3.19 TOP final conversion cleanup
   ========================================================= */

/* Keep TOCs on SEO articles, but remove it from the sales-oriented homepage. */
.medicalist-home-page .toc,
.medicalist-home-page .toc-content,
.medicalist-home-page .toc-widget-box {
  display:none !important;
}

/* Slightly tighten the flow after the hero now that the TOC is gone. */
.medicalist-home-page .msb-hero + .msb-section,
.medicalist-home-page .msb-home-hero + .msb-section {
  margin-top:0;
}

.medicalist-home-page .msb-case-teaser-combined {
  border-top:1px solid #e7eef5;
}


/* =========================================================
   v0.3.21 Search-intent redesign
   ========================================================= */
.msb-search-intent-box{
  margin:22px 0 28px;
  padding:20px 22px;
  border-left:4px solid #1267c4;
  border-radius:12px;
  background:#f5f9fe;
}
.msb-search-intent-box strong{
  display:block;
  margin-bottom:8px;
  font-size:18px;
  color:#0d3f76;
}
.msb-search-intent-box p{
  margin:0;
  line-height:1.9;
}
.msb-search-intent-article{
  margin:0 0 28px;
  padding:18px 20px;
  border-left:4px solid #1267c4;
  background:#f7faff;
}
.msb-search-intent-article p{
  margin:.3em 0;
  line-height:1.85;
}


/* =========================================================
   v0.3.22 Informational-intent checklist
   ========================================================= */
.msb-intent-checklist{
  margin:14px 0 16px 1.1em;
  padding:0;
}
.msb-intent-checklist li{
  margin:8px 0;
  line-height:1.8;
}
