/* Search content detail — editorial medical article layout */
.content-detail-page {
  background: #fbfcfe;
}

.content-detail-container {
  max-width: 1200px;
  padding-top: 2.1rem;
  padding-bottom: 6.5rem;
}

.content-breadcrumb {
  max-width: 1120px;
  margin: 0 auto 2.25rem;
}

.content-breadcrumb strong {
  max-width: min(58vw, 720px);
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.content-article {
  max-width: 1120px;
  margin: 0 auto;
}

.content-article-header {
  max-width: 900px;
  margin: 0 auto 2rem;
  text-align: center;
}

.content-article-category {
  padding: .4rem .7rem;
  border: 1px solid #d8e4fb;
  background: #f2f6ff;
  color: #3157c8;
  font-size: .7rem;
  letter-spacing: .02em;
}

.content-article-header h1 {
  max-width: 900px;
  margin: .95rem auto .8rem;
  color: #14264a;
  font-size: clamp(2rem, 3.5vw, 2.5rem);
  line-height: 1.25;
  letter-spacing: -.055em;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.content-article-meta {
  margin-top: 1rem;
  color: #8793a5;
  font-size: .72rem;
}

.content-article-cover {
  max-width: 1040px;
  margin: 0 auto 3rem;
}

.content-article-cover img {
  max-height: 560px;
  border-radius: 14px;
}

.content-article-layout {
  grid-template-columns: minmax(0, 760px) 250px;
  gap: 3.25rem;
  max-width: 1070px;
}

.content-article-main {
  min-width: 0;
}

.content-summary-box {
  margin: 0 0 2.55rem;
  padding: 1.2rem 1.35rem 1.25rem;
  border: 1px solid #dbe6f8;
  border-left: 4px solid #3157c8;
  border-radius: 4px 12px 12px 4px;
  background: #f3f7ff;
}

.content-summary-label {
  margin: 0 0 .45rem;
  color: #1f3f91;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: -.01em;
}

.content-summary-label::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
  margin-right: .42rem;
  border-radius: 50%;
  background: #3157c8;
  color: #fff;
  font-size: .68rem;
}

.content-summary-text {
  margin: 0;
  color: #435776;
  font-size: .96rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.content-article-body {
  color: #354763;
  font-size: 1.06rem;
  line-height: 1.82;
}

.content-article-body h2 {
  position: relative;
  margin: 3.55rem 0 1.05rem;
  padding-left: .9rem;
  color: #15284e;
  font-size: 1.8rem;
  line-height: 1.35;
  letter-spacing: -.045em;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.content-article-body h2::before {
  position: absolute;
  top: .18em;
  bottom: .18em;
  left: 0;
  width: 4px;
  border-radius: 4px;
  background: #3157c8;
  content: '';
}

.content-article-body h3 {
  margin: 2.35rem 0 .75rem;
  color: #1c3567;
  font-size: 1.35rem;
  line-height: 1.45;
  letter-spacing: -.035em;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.content-article-body p {
  margin: 0 0 1.15rem;
}

.content-article-body ul,
.content-article-body ol {
  margin: .3rem 0 1.3rem;
  padding-left: 1.5rem;
}

.content-article-body li {
  margin: .35rem 0;
  padding-left: .2rem;
}

.content-article-body blockquote {
  margin: 1.75rem 0;
  padding: 1.1rem 1.3rem;
  border-left-width: 4px;
  border-radius: 0 8px 8px 0;
}

.content-article-body img {
  max-width: 100%;
  height: auto;
}

.content-article-related {
  top: 2rem;
  padding: 1.3rem 1.25rem 1.2rem;
  border-color: #dfe7f2;
  box-shadow: 0 12px 30px rgba(25, 47, 94, .05);
}

.content-article-related h2 {
  color: #1b315c;
  font-size: 1.08rem;
}

.content-article-related li a {
  padding: .8rem 0;
  color: #52617a;
  line-height: 1.5;
}

.content-related-cta {
  margin-top: 1rem;
  background: #3157c8;
  box-shadow: 0 7px 16px rgba(49, 87, 200, .16);
}

.content-medical-note {
  margin-top: 3rem;
  padding: 1rem 1.1rem;
  border: 1px solid #e2e8f0;
  background: #f7f9fc;
}

.content-faq-section,
.content-review-section,
.content-bottom-related {
  margin-top: 3.75rem;
  padding-top: 2.25rem;
  border-top-color: #dfe6f0;
}

.content-faq-section h2,
.content-review-section h2,
.content-bottom-related h2 {
  margin-bottom: 1.15rem;
  color: #162b53;
  font-size: 1.55rem;
  line-height: 1.4;
}

.content-faq-item summary {
  padding: 1.1rem .15rem;
  font-size: .95rem;
  line-height: 1.55;
}

.content-faq-item > div {
  padding: 0 .15rem 1.1rem;
  font-size: .9rem;
  line-height: 1.8;
}

.content-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
}

.content-review-grid > div {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  padding: .9rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
}

.content-review-grid span {
  color: #8995a7;
  font-size: .72rem;
}

.content-review-grid strong,
.content-review-grid time {
  color: #29416e;
  font-size: .86rem;
  font-weight: 700;
}

.content-review-pending {
  margin: 0;
  color: #69778b;
  font-size: .9rem;
}

.content-bottom-related-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .7rem;
}

.content-bottom-related-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  min-height: 3.2rem;
  padding: .8rem .95rem;
  border: 1px solid #e0e7f2;
  border-radius: 8px;
  background: #fff;
  color: #405577;
  font-size: .82rem;
  line-height: 1.45;
  text-decoration: none;
}

.content-bottom-related-links a span,
.content-back-link a span {
  color: #3157c8;
  flex-shrink: 0;
}

.content-contact-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 3.75rem;
  padding: 1.4rem 1.5rem;
  border: 1px solid #dbe5f5;
  border-radius: 12px;
  background: linear-gradient(115deg, #f1f5ff, #f8fbff);
}

.content-contact-panel .content-section-kicker {
  margin-bottom: .35rem;
}

.content-contact-panel h2 {
  margin: 0;
  color: #1b315c;
  font-size: 1.22rem;
  letter-spacing: -.035em;
}

.content-contact-panel p:not(.content-section-kicker) {
  margin: .35rem 0 0;
  color: #6c7a90;
  font-size: .82rem;
}

.content-contact-panel > a {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  flex-shrink: 0;
  padding: .75rem 1rem;
  border-radius: 7px;
  background: #3157c8;
  color: #fff;
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 7px 16px rgba(49, 87, 200, .16);
}

.content-back-link {
  margin-top: 2.2rem;
  text-align: center;
}

.content-back-link a {
  color: #3157c8;
  font-size: .82rem;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 900px) {
  .content-article-layout {
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 2.25rem;
    max-width: 100%;
  }
}

@media (max-width: 650px) {
  .content-detail-container {
    padding-top: 1.2rem;
    padding-bottom: 4.5rem;
  }

  .content-breadcrumb {
    margin-bottom: 1.65rem;
  }

  .content-article-header {
    margin-bottom: 1.45rem;
  }

  .content-article-header h1 {
    max-width: 100%;
    margin-top: .8rem;
    font-size: clamp(1.8rem, 8vw, 2rem);
    line-height: 1.35;
  }

  .content-article-meta {
    gap: .45rem .75rem;
    line-height: 1.5;
  }

  .content-article-cover {
    margin-bottom: 2rem;
  }

  .content-summary-box {
    margin-bottom: 2.1rem;
    padding: 1.05rem 1rem;
  }

  .content-summary-text {
    font-size: .9rem;
  }

  .content-article-layout {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }

  .content-article-body {
    font-size: 1rem;
    line-height: 1.82;
  }

  .content-article-body h2 {
    margin-top: 2.8rem;
    font-size: 1.55rem;
  }

  .content-article-body h3 {
    margin-top: 2rem;
    font-size: 1.2rem;
  }

  .content-article-related {
    position: static;
    width: 100%;
    order: 2;
  }

  .content-review-grid,
  .content-bottom-related-links {
    grid-template-columns: 1fr;
  }

  .content-contact-panel {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
    padding: 1.2rem 1.1rem;
  }

  .content-contact-panel > a {
    width: 100%;
    justify-content: center;
  }
}