/* 이혼정보 글(jr-info-article)과 동일 비주얼 — lawyer·기타 서브페이지는 body에 jr-article-theme */

.subpage.jr-article-theme .contents > section.page-hero.jr-article-hero {
  margin-top: 7rem;
  padding: clamp(4.5rem, 10vw, 7rem) 1.5rem clamp(3.25rem, 8vw, 5.25rem);
  min-height: 28vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left !important;
  background: linear-gradient(152deg, #fffefb 0%, #f6f1eb 38%, #ebe3d9 100%);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(45, 36, 25, 0.06);
}
.subpage.jr-article-theme .contents > section.page-hero.jr-article-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--brown600, #a67c52) 0%, var(--brown800, #714923) 100%);
}
.subpage.jr-article-theme .contents > section.page-hero.jr-article-hero::after {
  content: "";
  position: absolute;
  top: -25%;
  right: -12%;
  width: min(52vw, 28rem);
  height: 150%;
  background: radial-gradient(ellipse 80% 60% at 60% 40%, rgba(139, 90, 43, 0.07) 0%, transparent 72%);
  pointer-events: none;
}
.subpage.jr-article-theme .contents > section .innerWrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box;
}
.subpage.jr-article-theme .contents > section.page-hero .innerWrap {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  text-align: left !important;
  align-items: flex-start;
}
.subpage.jr-article-theme .jr-hero-eyebrow {
  display: inline-block;
  margin: 0 0 0.65rem;
  padding: 0.35rem 0.75rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6b5a48;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(45, 36, 25, 0.1);
  border-radius: 6px;
}
.subpage.jr-article-theme .contents > section.sect {
  text-align: left !important;
  padding-top: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  box-sizing: border-box;
}
.subpage.jr-article-theme .contents > section.sect .innerWrap {
  align-items: stretch;
  text-align: left !important;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.subpage.jr-article-theme .seo-body.jr-article-body {
  max-width: 680px;
  margin-left: 0;
  margin-right: auto;
  padding: 1.5rem 0 2.75rem;
  line-height: 1.82;
  font-size: 1.62rem;
  color: #2c261f;
  letter-spacing: -0.012em;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.subpage.jr-article-theme .jr-seo-section {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
}
.subpage.jr-article-theme .jr-seo-section--h2 {
  margin-top: 2.35rem;
  padding-top: 2.1rem;
  border-top: 1px solid rgba(45, 36, 25, 0.1);
}
.subpage.jr-article-theme .jr-seo-section--h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.subpage.jr-article-theme .jr-seo-section--h3 {
  margin: 1.35rem 0 1.15rem;
  padding: 0 0 0 1rem;
  border-left: 3px solid rgba(139, 90, 43, 0.35);
}
.subpage.jr-article-theme .jr-seo-section h2 {
  display: inline-block;
  max-width: 100%;
  font-size: clamp(1.88rem, 1.38rem + 1.25vw, 2.38rem);
  color: #231c15;
  margin: 0 0 1.05rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.035em;
  position: relative;
  padding-bottom: 0.65rem;
}
.subpage.jr-article-theme .jr-seo-section h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--brown600, #a67c52), rgba(139, 90, 43, 0.35));
}
.subpage.jr-article-theme .jr-seo-section--h3 h3 {
  font-size: clamp(1.42rem, 1.22rem + 0.55vw, 1.68rem);
  color: #3d342a;
  margin: 0 0 0.7rem;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: -0.025em;
}
.subpage.jr-article-theme .jr-seo-section p {
  font-size: 1.62rem;
  line-height: 1.82;
  margin: 0 0 0.85rem;
  color: #342c24;
}
.subpage.jr-article-theme .jr-seo-section p:last-child {
  margin-bottom: 0;
}
.subpage.jr-article-theme .seo-body.jr-article-body > h2 {
  display: inline-block;
  width: auto;
  max-width: 100%;
  font-size: clamp(1.88rem, 1.38rem + 1.25vw, 2.38rem);
  color: #231c15;
  margin: 2.35rem 0 1.05rem;
  padding-top: 2.1rem;
  padding-bottom: 0.65rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.035em;
  position: relative;
  border-top: 1px solid rgba(45, 36, 25, 0.1);
}
.subpage.jr-article-theme .seo-body.jr-article-body > h2:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
/* 도입 단락 직후 첫 소제목: 본문 2줄 분량 여백 (서울 등) */
.subpage.jr-article-theme .seo-body.jr-article-body > h2.jr-h2-lead-gap {
  margin-top: calc(2 * 1.82em);
}
.subpage.jr-article-theme .seo-body.jr-article-body > h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--brown600, #a67c52), rgba(139, 90, 43, 0.35));
}
.subpage.jr-article-theme .seo-body.jr-article-body > h3 {
  font-size: clamp(1.42rem, 1.22rem + 0.55vw, 1.68rem);
  color: #3d342a;
  margin: 1.35rem 0 0.7rem;
  padding: 0 0 0 1rem;
  border-left: 3px solid rgba(139, 90, 43, 0.35);
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: -0.025em;
}
.subpage.jr-article-theme .seo-body.jr-article-body > p,
.subpage.jr-article-theme .seo-body.jr-article-body > .jr-seo-consult-bridge {
  font-size: 1.62rem;
  line-height: 1.82;
  margin: 0 0 0.85rem;
  color: #342c24;
}
/* /consult 안내 문단 바로 다음 첫 소제목까지 본문 2줄 분량 여백 */
.subpage.jr-article-theme .seo-body.jr-article-body > .jr-seo-consult-bridge + h2 {
  margin-top: calc(2 * 1.82em);
}
.subpage.jr-article-theme .seo-body.jr-article-body > ul,
.subpage.jr-article-theme .seo-body.jr-article-body > ol {
  margin: 0 0 0.85rem;
  padding-left: 1.35rem;
  color: #342c24;
}
.subpage.jr-article-theme .seo-body.jr-article-body > ul li,
.subpage.jr-article-theme .seo-body.jr-article-body > ol li {
  margin-bottom: 0.45rem;
  line-height: 1.72;
}
.subpage.jr-article-theme .contents > section.page-hero h1 {
  font-size: clamp(2.25rem, 4.5vw, 3.15rem);
  font-weight: 800;
  color: #1f1812;
  margin: 0;
  line-height: 1.28;
  text-align: left;
  letter-spacing: -0.038em;
  max-width: 22em;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.subpage.jr-article-theme .contents > section.page-hero .hero-sub {
  font-size: clamp(1.48rem, 3.2vw, 1.72rem);
  color: #4d4338;
  margin: 1.15rem 0 0;
  line-height: 1.72;
  text-align: left;
  font-weight: 400;
  max-width: none;
  opacity: 0.97;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.subpage.jr-article-theme .jr-info-tel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 1rem 1.85rem;
  min-height: 4.5rem;
  background: linear-gradient(180deg, #9d6b3d 0%, var(--brown700, #8b5a2b) 45%, #7a4e28 100%);
  color: #fff !important;
  font-size: 1.55rem;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  line-height: 1.25;
  box-shadow: 0 4px 18px rgba(45, 36, 25, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.subpage.jr-article-theme .jr-info-tel:hover {
  background: linear-gradient(180deg, #8b5f35 0%, var(--brown800, #714923) 100%);
  color: #fff !important;
  box-shadow: 0 6px 22px rgba(45, 36, 25, 0.24);
  transform: translateY(-1px);
}
.subpage.jr-article-theme .jr-info-tel:focus-visible {
  outline: 3px solid rgba(139, 90, 43, 0.45);
  outline-offset: 3px;
}
.subpage.jr-article-theme .page-hero .jr-info-tel {
  margin-top: 1.45rem;
}
.subpage.jr-article-theme .jr-info-tel--lg {
  padding: 1.05rem 2rem;
  min-height: 4.8rem;
  font-size: 1.58rem;
}
.subpage.jr-article-theme .jr-related-articles {
  margin: 2rem 0 0;
  padding: 1.35rem 0 1.5rem;
  border-top: 1px solid rgba(45, 36, 25, 0.1);
}
.subpage.jr-article-theme .jr-related-title {
  font-size: clamp(1.52rem, 1.12rem + 0.95vw, 1.85rem);
  font-weight: 800;
  color: #2d2419;
  margin: 0 0 0.85rem;
  letter-spacing: -0.03em;
  line-height: 1.3;
}
.subpage.jr-article-theme .jr-related-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.subpage.jr-article-theme .jr-related-list li {
  margin: 0 0 0.55rem;
  padding: 0;
  line-height: 1.5;
}
.subpage.jr-article-theme .jr-related-list a {
  font-size: 1.48rem;
  color: var(--brown800, #714923);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.subpage.jr-article-theme .jr-related-list a:hover {
  color: #2d2419;
}
.subpage.jr-article-theme .jr-faq-section-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  font-size: clamp(1.82rem, 1.32rem + 1.35vw, 2.32rem);
  font-weight: 800;
  color: var(--brown900);
  margin: 2.75rem 0 1rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(45, 36, 25, 0.1);
  letter-spacing: -0.03em;
  line-height: 1.3;
}
.subpage.jr-article-theme .jr-faq-section-title::before {
  content: "";
  width: 5px;
  height: 1.15em;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--brown600, #a67c52), var(--brown800, #714923));
  flex-shrink: 0;
}
.subpage.jr-article-theme .jr-faq-section-title .jr-faq-kicker {
  font-size: 0.45em;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a7a68;
  margin-left: 0.25rem;
}
/* Schema FAQ(이혼정보·서울 lawyer 정적 FAQ) — 아코디언 내부 .jr-faq-panel과 구분 */
.subpage.jr-article-theme .seo-faq.jr-faq-panel {
  margin-top: 0.5rem;
  padding: 1.35rem 1.2rem 1.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, #faf7f3 100%);
  border: 1px solid rgba(45, 36, 25, 0.1);
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(45, 36, 25, 0.06);
}
.subpage.jr-article-theme .seo-faq.jr-faq-panel > .jr-faq-item {
  margin-bottom: 1rem;
  padding: 1.25rem 1.35rem 1.35rem;
  background: #fff;
  border: 1px solid rgba(45, 36, 25, 0.09);
  border-radius: 14px;
  box-shadow: 0 2px 14px rgba(45, 36, 25, 0.05);
}
.subpage.jr-article-theme .seo-faq.jr-faq-panel > .jr-faq-item:last-child {
  margin-bottom: 0;
}
.subpage.jr-article-theme .seo-faq.jr-faq-panel h3.jr-faq-q {
  font-size: 1.62rem;
  font-weight: 700;
  color: #342c24;
  margin: 0 0 0.65rem;
  line-height: 1.82;
  text-align: left;
}
.subpage.jr-article-theme .seo-faq.jr-faq-panel h3.jr-faq-q::before {
  content: "Q";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65em;
  height: 1.65em;
  margin-right: 0.5rem;
  font-size: 0.72em;
  font-weight: 800;
  color: #fff;
  background: var(--brown700, #8b5a2b);
  border-radius: 8px;
  vertical-align: 0.05em;
}
.subpage.jr-article-theme .seo-faq.jr-faq-panel p.jr-faq-a {
  font-size: 1.62rem;
  line-height: 1.82;
  color: #342c24;
  margin: 0;
  padding-left: 0.15rem;
  text-align: left;
}
.subpage.jr-article-theme .seo-reviewer {
  margin-top: 2.25rem;
  padding: 1.2rem 1.35rem 1.25rem 1.5rem;
  background: linear-gradient(90deg, rgba(139, 90, 43, 0.07) 0%, #f5f0ea 35%, #f0ebe4 100%);
  border-radius: 12px;
  border: 1px solid rgba(45, 36, 25, 0.08);
  border-left: 4px solid var(--brown600, #a67c52);
  font-size: 1.42rem;
  line-height: 1.68;
  color: #4a4035;
}
.subpage.jr-article-theme .seo-reviewer strong {
  color: #2d2419;
}
.subpage.jr-article-theme .jr-cta-panel {
  text-align: center;
  margin-top: 2.25rem;
  padding: 2rem 1.5rem 2.15rem;
  background: linear-gradient(165deg, #faf6f0 0%, #f3ebe3 50%, #ede3d8 100%);
  border-radius: 16px;
  border: 1px solid rgba(45, 36, 25, 0.12);
  box-shadow: 0 10px 36px rgba(45, 36, 25, 0.1);
}
.subpage.jr-article-theme .jr-cta-lead {
  font-size: 1.58rem;
  line-height: 1.55;
  color: #2d2419;
  margin: 0 0 0.25rem;
}
.subpage.jr-article-theme .jr-cta-lead strong {
  font-weight: 800;
  letter-spacing: -0.02em;
}
.subpage.jr-article-theme .jr-cta-sub {
  font-size: 1.48rem;
  line-height: 1.65;
  color: #4d4338;
  margin: 0 0 1rem;
}
.subpage.jr-article-theme .jr-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.35rem;
}
.subpage.jr-article-theme .jr-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.65rem;
  min-height: 4.5rem;
  font-size: 1.48rem;
  font-weight: 600;
  color: var(--brown800, #714923) !important;
  text-decoration: none !important;
  border: 2px solid var(--brown600, #a67c52);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.subpage.jr-article-theme .jr-cta-secondary:hover {
  background: #fff;
  border-color: var(--brown800, #714923);
  color: #2d2419 !important;
}
.subpage.jr-article-theme .jr-cta-secondary:focus-visible {
  outline: 3px solid rgba(139, 90, 43, 0.4);
  outline-offset: 2px;
}

/* 지역 lawyer FAQ 아코디언 — index.css와 유사, 테마 페이지에만 한정 */
.subpage.jr-article-theme .jr-seo-subpage-faq {
  margin-top: 0.5rem;
  padding: 1.35rem 1.2rem 1.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, #faf7f3 100%);
  border: 1px solid rgba(45, 36, 25, 0.1);
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(45, 36, 25, 0.06);
}
.subpage.jr-article-theme .jr-seo-subpage-faq .jr-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.subpage.jr-article-theme .jr-seo-subpage-faq .jr-faq-item {
  border: 1px solid rgba(45, 36, 25, 0.12);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 2px 14px rgba(45, 36, 25, 0.05);
  overflow: hidden;
}
.subpage.jr-article-theme .jr-seo-subpage-faq .jr-faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.5rem;
  padding: 1.15rem 1.2rem 1.15rem 1.35rem;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.2s ease;
}
.subpage.jr-article-theme .jr-seo-subpage-faq .jr-faq-trigger:hover,
.subpage.jr-article-theme .jr-seo-subpage-faq .jr-faq-trigger:focus-visible {
  background: rgba(245, 239, 230, 0.55);
}
.subpage.jr-article-theme .jr-seo-subpage-faq .jr-faq-trigger:focus-visible {
  outline: 2px solid rgba(205, 131, 78, 0.65);
  outline-offset: -2px;
}
.subpage.jr-article-theme .jr-seo-subpage-faq .jr-faq-q {
  font-size: 1.62rem;
  font-weight: 700;
  color: #342c24;
  line-height: 1.82;
  flex: 1;
  min-width: 0;
}
.subpage.jr-article-theme .jr-seo-subpage-faq .jr-faq-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(45, 36, 25, 0.06);
  color: #2d2419;
}
.subpage.jr-article-theme .jr-seo-subpage-faq .jr-faq-icon svg {
  display: block;
  transition: transform 0.35s ease;
}
.subpage.jr-article-theme .jr-seo-subpage-faq .jr-faq-item.is-open .jr-faq-icon svg {
  transform: rotate(180deg);
}
.subpage.jr-article-theme .jr-seo-subpage-faq .jr-faq-panel-inner {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s ease;
}
.subpage.jr-article-theme .jr-seo-subpage-faq .jr-faq-item.is-open .jr-faq-panel-inner {
  max-height: 48rem;
}
.subpage.jr-article-theme .jr-seo-subpage-faq .jr-faq-answer {
  padding: 0 1.35rem 1rem;
  border-top: 1px solid rgba(176, 160, 144, 0.35);
  background: linear-gradient(180deg, rgba(250, 248, 245, 0.9) 0%, #fff 40%);
}
.subpage.jr-article-theme .jr-seo-subpage-faq .jr-faq-answer p {
  margin: 0;
  font-size: 1.62rem;
  line-height: 1.82;
  color: #342c24;
}
.subpage.jr-article-theme .jr-seo-subpage-faq .jr-faq-answer p + p {
  margin-top: 0.85rem;
}
.subpage.jr-article-theme .jr-seo-subpage-faq .jr-faq-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  padding: 0 1.35rem 1.15rem;
}
.subpage.jr-article-theme .jr-seo-subpage-faq .jr-faq-cta-mini {
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  font-size: clamp(1.12rem, 1rem + 0.3vw, 1.28rem);
  font-weight: 600;
  text-decoration: none !important;
  background: linear-gradient(180deg, #4a4035 0%, #2d2419 100%);
  color: #fff !important;
  box-shadow: 0 2px 10px rgba(45, 36, 25, 0.12);
}
.subpage.jr-article-theme .jr-seo-subpage-faq .jr-faq-cta-mini:hover {
  color: #fff !important;
  transform: translateY(-1px);
}

@media screen and (max-width: 768px) {
  .subpage.jr-article-theme.mobilelayout .contents {
    padding-bottom: calc(6.5rem + env(safe-area-inset-bottom, 0px));
  }
  .subpage.jr-article-theme .contents > section.page-hero.jr-article-hero {
    margin-top: 6.25rem;
    padding-left: max(1rem, env(safe-area-inset-left, 0px));
    padding-right: max(1rem, env(safe-area-inset-right, 0px));
  }
  .subpage.jr-article-theme .contents > section.page-hero.jr-article-hero .innerWrap {
    width: 100%;
    max-width: none;
  }
  .subpage.jr-article-theme .contents > section.sect {
    padding-left: max(1rem, env(safe-area-inset-left, 0px));
    padding-right: max(1rem, env(safe-area-inset-right, 0px));
  }
  .subpage.jr-article-theme .contents > section.page-hero h1 {
    max-width: none;
    font-size: clamp(1.78rem, 4.8vw + 0.35rem, 2.35rem);
    line-height: 1.32;
  }
  .subpage.jr-article-theme .contents > section.page-hero .hero-sub {
    font-size: clamp(1.38rem, 3.5vw + 0.2rem, 1.62rem);
    line-height: 1.68;
  }
  .subpage.jr-article-theme .jr-seo-section h2 {
    display: block;
    width: 100%;
    font-size: clamp(1.62rem, 3.8vw + 0.35rem, 2.05rem);
    line-height: 1.34;
  }
  .subpage.jr-article-theme .jr-seo-section--h3 h3 {
    font-size: clamp(1.38rem, 2.8vw + 0.3rem, 1.55rem);
    line-height: 1.4;
  }
  .subpage.jr-article-theme .jr-seo-section p {
    font-size: clamp(1.45rem, 2.6vw + 0.55rem, 1.58rem);
    line-height: 1.78;
  }
  .subpage.jr-article-theme .contents > section.sect .innerWrap {
    max-width: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
  .subpage.jr-article-theme .seo-body.jr-article-body {
    max-width: none;
    width: 100%;
    padding: 1.15rem 0 2.4rem;
    box-sizing: border-box;
    font-size: clamp(1.45rem, 2.6vw + 0.55rem, 1.58rem);
    line-height: 1.78;
  }
  .subpage.jr-article-theme .seo-body.jr-article-body > h2 {
    display: block;
    width: 100%;
    font-size: clamp(1.62rem, 3.8vw + 0.35rem, 2.05rem);
  }
  .subpage.jr-article-theme .seo-body.jr-article-body > h3 {
    font-size: clamp(1.38rem, 2.8vw + 0.3rem, 1.55rem);
  }
  .subpage.jr-article-theme .seo-body.jr-article-body > p,
  .subpage.jr-article-theme .seo-body.jr-article-body > .jr-seo-consult-bridge {
    font-size: clamp(1.45rem, 2.6vw + 0.55rem, 1.58rem);
    line-height: 1.78;
  }
  .subpage.jr-article-theme .seo-body.jr-article-body > .jr-seo-consult-bridge + h2 {
    margin-top: calc(2 * 1.78em);
  }
  .subpage.jr-article-theme .seo-body.jr-article-body > h2.jr-h2-lead-gap {
    margin-top: calc(2 * 1.78em);
  }
  .subpage.jr-article-theme .seo-faq.jr-faq-panel h3.jr-faq-q {
    font-size: clamp(1.45rem, 2.6vw + 0.55rem, 1.58rem);
    line-height: 1.78;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .subpage.jr-article-theme .seo-faq.jr-faq-panel p.jr-faq-a {
    font-size: clamp(1.45rem, 2.6vw + 0.55rem, 1.58rem);
    line-height: 1.78;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .subpage.jr-article-theme .jr-seo-subpage-faq .jr-faq-q {
    font-size: clamp(1.45rem, 2.6vw + 0.55rem, 1.58rem);
    line-height: 1.78;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .subpage.jr-article-theme .jr-seo-subpage-faq .jr-faq-answer p {
    font-size: clamp(1.45rem, 2.6vw + 0.55rem, 1.58rem);
    line-height: 1.78;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .subpage.jr-article-theme .seo-reviewer {
    font-size: clamp(1.32rem, 2.2vw + 0.45rem, 1.4rem);
    padding: 1rem 1.1rem 1.1rem 1.2rem;
  }
  .subpage.jr-article-theme .seo-faq.jr-faq-panel {
    padding: 1.1rem 0.95rem 1.25rem;
  }
  .subpage.jr-article-theme .seo-faq.jr-faq-panel > .jr-faq-item {
    padding: 1.1rem 1.15rem 1.25rem;
  }
  .subpage.jr-article-theme .jr-cta-panel {
    padding: 1.65rem 1.15rem 1.85rem;
  }
  .subpage.jr-article-theme .jr-cta-actions {
    flex-direction: column;
    width: 100%;
  }
  .subpage.jr-article-theme .jr-cta-actions .jr-info-tel,
  .subpage.jr-article-theme .jr-cta-actions .jr-cta-secondary {
    width: 100%;
    max-width: 22rem;
  }
  .subpage.jr-article-theme .jr-seo-subpage-faq {
    padding: 1.1rem 0.95rem 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .subpage.jr-article-theme .jr-seo-subpage-faq .jr-faq-panel-inner,
  .subpage.jr-article-theme .jr-seo-subpage-faq .jr-faq-icon svg {
    transition: none !important;
  }
  .subpage.jr-article-theme .jr-seo-subpage-faq .jr-faq-item.is-open .jr-faq-panel-inner {
    max-height: none;
  }
}
