/* /legal/* — WordPress trust 미러 정적 페이지 (언어는 사이트 locale) */
#body #ch-plugin,
#body footer:not(.sp-dt-footer),
.nav.clean {
  display: none !important;
}

/* 사업자 정보는 사이트 footer에서만 — PC/모바일 모두 sp-dt-footer 노출 */
#body .sp-dt-footer.sp-dt-only {
  display: block !important;
  background: #1b1f23;
  color: #aeb4bc;
  padding: 28px 16px calc(24px + var(--bottom-naverbar-height, 66px) + var(--safe-b, 0px));
  margin: 0;
}
#body .sp-dt-footer .sp-dt-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
}
#body .sp-dt-footer .sp-dt-footer-legal {
  border-top: 0;
  padding-top: 0;
}
#body .sp-dt-footer .sp-dt-footer-company-link {
  display: inline-block;
  font-weight: 700;
  color: #fff !important;
  margin-bottom: 10px;
  text-decoration: none;
}
#body .sp-dt-footer .sp-dt-footer-company {
  font-size: 12px;
  line-height: 1.65;
  color: #aeb4bc;
  word-break: keep-all;
}
#body .sp-dt-footer .sp-dt-footer-company a {
  color: #aeb4bc;
}
/* 좁은 화면: 링크 그리드 숨기고 사업자 블록만 */
@media (max-width: 900px) {
  #body .sp-dt-footer .sp-dt-footer-grid {
    display: none !important;
  }
}
@media (min-width: 901px) {
  #body .sp-dt-footer .sp-dt-footer-grid {
    display: grid;
  }
  #body .sp-dt-footer .sp-dt-footer-legal {
    border-top: 1px solid #3a3f44;
    padding-top: 24px;
    margin-top: 8px;
  }
}

#content.lg-page {
  background: var(--wh-bg, #f7f7f7) !important;
  font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  padding: calc(76px + 16px) 16px 28px !important;
  -webkit-font-smoothing: antialiased;
}

.lg-wrap {
  max-width: 820px;
  margin: 0 auto;
}

.lg-header {
  margin-bottom: 18px;
}
.lg-header h1 {
  font-size: 24px;
  font-weight: 800;
  color: #111;
  letter-spacing: -0.5px;
  margin: 0 0 8px;
  line-height: 1.3;
}
.lg-header p {
  font-size: 14px;
  color: var(--wh-label-3, #666);
  margin: 0;
  line-height: 1.55;
}

.lg-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
  padding: 22px 20px 28px;
  margin-bottom: 20px;
}

.lg-section-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--wh-brand, #681DC7);
  padding: 0 2px 10px;
  letter-spacing: -0.2px;
}

.lg-hub-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lg-hub-list li {
  border-top: 1px solid #f0f0f0;
}
.lg-hub-list li:first-child { border-top: 0; }
.lg-hub-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 4px;
  text-decoration: none;
  color: #111;
}
.lg-hub-list a:hover .lg-hub-name {
  color: var(--wh-brand, #681DC7);
}
.lg-hub-name {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.2px;
}
.lg-hub-desc {
  display: block;
  font-size: 12px;
  color: #888;
  margin-top: 3px;
  font-weight: 400;
  line-height: 1.4;
}
.lg-hub-arrow {
  color: #bbb;
  font-size: 18px;
  flex-shrink: 0;
}

/* long-form prose (약관·안내) */
.lg-prose {
  font-size: 15px;
  line-height: 1.75;
  color: #222;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.lg-prose h1 {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 16px;
  letter-spacing: -0.4px;
}
.lg-prose h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 28px 0 12px;
  letter-spacing: -0.3px;
  color: #111;
}
.lg-prose h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 22px 0 10px;
}
.lg-prose h4 {
  font-size: 15px;
  font-weight: 700;
  margin: 18px 0 8px;
}
.lg-prose p {
  margin: 0 0 12px;
}
/* 전역 style.css / m/layout.css 의 ul{list-style:none} 덮어쓰기 */
.lg-prose ul,
.lg-prose ol {
  margin: 0 0 14px;
  padding-left: 1.5em;
  list-style-position: outside;
}
.lg-prose ul {
  list-style-type: disc !important;
}
.lg-prose ol {
  list-style-type: decimal !important;
}
.lg-prose ul ul,
.lg-prose ol ol,
.lg-prose ul ol,
.lg-prose ol ul {
  margin-top: 6px;
  margin-bottom: 6px;
}
.lg-prose ul ul {
  list-style-type: circle !important;
}
.lg-prose ul ul ul {
  list-style-type: square !important;
}
.lg-prose li {
  margin: 0 0 6px;
  display: list-item;
  list-style: inherit;
}
.lg-prose a {
  color: var(--wh-brand, #681DC7);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.lg-prose img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 12px 0;
}
.lg-prose img.lg-prose-img--zoomable {
  cursor: zoom-in;
}
.lg-prose img.lg-prose-img--zoomable:focus-visible {
  outline: 2px solid var(--wh-focus-ring, #681DC7);
  outline-offset: 2px;
}
/* WP 이모지 SVG: width 없으면 본문 전체 폭으로 커짐 */
.lg-prose img[src*="s.w.org/images/core/emoji"],
.lg-prose img[alt="❗️"],
.lg-prose img[alt="❗"] {
  width: 1.15em;
  height: 1.15em;
  max-width: 1.15em;
  margin: 0 0.2em 0 0;
  vertical-align: -0.15em;
  border-radius: 0;
  display: inline;
  cursor: default;
}

/* 본문 이미지 클릭 확대 */
html.lg-img-lightbox-open {
  overflow: hidden;
}
.lg-img-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  padding-bottom: calc(20px + var(--safe-b, 0px));
  background: rgba(17, 17, 17, 0.88);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  box-sizing: border-box;
}
.lg-img-lightbox[hidden] {
  display: none !important;
}
.lg-img-lightbox__img {
  display: block;
  max-width: min(960px, 100%);
  max-height: min(90vh, 100%);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  background: #fff;
}
.lg-img-lightbox__close {
  position: absolute;
  top: calc(12px + var(--safe-t, 0px));
  right: 12px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.lg-img-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.22);
}
.lg-img-lightbox__close:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  .lg-img-lightbox,
  .lg-img-lightbox__img {
    transition: none !important;
  }
}
.lg-prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 14px 0;
  font-size: 13px;
}
.lg-prose th,
.lg-prose td {
  border: 1px solid #e5e5e5;
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
}
.lg-prose th {
  background: #faf5ff;
  font-weight: 600;
}
.lg-prose blockquote {
  margin: 14px 0;
  padding: 10px 14px;
  border-left: 3px solid var(--wh-brand, #681DC7);
  background: #faf5ff;
  color: #444;
}
.lg-prose hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 24px 0;
}
.lg-prose .lg-note {
  background: #faf5ff;
  border-radius: 10px;
  padding: 12px 14px;
  margin: 16px 0;
  font-size: 14px;
  color: #444;
}
.lg-prose .elementor-widget-container > *:last-child,
.lg-prose > *:last-child {
  margin-bottom: 0;
}

.lg-wp-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  color: var(--wh-brand, #681DC7);
}

@media (min-width: 768px) {
  #content.lg-page {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .lg-card {
    padding: 28px 32px 36px;
  }
  .lg-header h1 {
    font-size: 28px;
  }
  .lg-prose {
    font-size: 16px;
  }
}

.lg-embed-card { padding: 0 !important; overflow: hidden; }
.lg-embed-frame { width: 100%; min-height: 78vh; height: 900px; border: 0; display: block; background: #fff; }
@media (min-width: 768px) { .lg-embed-frame { min-height: 85vh; height: 960px; } }

/* ── Stay 호스트 가이드 (/legal/calendar_sync) ── */
#content.lg-page--guide {
  background: var(--wh-bg-stay, #f7f7f7) !important;
  padding-top: calc(76px + 12px) !important;
}
.lg-page--guide .lg-wrap {
  max-width: 720px;
}
.lg-guide {
  display: flex;
  flex-direction: column;
  gap: var(--wh-stack-lg, 24px);
  padding-bottom: 8px;
  word-break: keep-all;
  letter-spacing: -0.02em;
}
.lg-guide-hero {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 8px 2px 4px;
}
.lg-guide-eyebrow {
  display: inline-flex;
  align-self: flex-start;
  margin: 0;
  padding: 5px 12px;
  border-radius: var(--wh-radius-sharp, 10px);
  background: var(--wh-brand-tint, #F3EEFA);
  color: var(--wh-brand, #681DC7);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.2px;
}
.lg-guide-title {
  margin: 0;
  font-family: var(--wh-ff-display, 'SUIT Variable', SUIT, Pretendard, sans-serif);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -0.04em;
  color: var(--wh-tx, #191f28);
}
.lg-guide-lead {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--wh-tx2, #4e5968);
}
.lg-guide-body {
  margin: 0;
}
/* CMS 정책·약관 본문 — Stay 면 계층(캔버스 위 흰 카드) */
.lg-guide-body.lg-prose {
  max-width: none;
  background: var(--wh-card, #fff);
  border-radius: 20px;
  box-shadow: var(--wh-shadow-listing, 0 1px 3px rgba(0, 0, 0, 0.06));
  padding: 22px 20px 28px;
  color: var(--wh-tx2, #4e5968);
  font-size: 15px;
  line-height: 1.75;
}
.lg-guide-body.lg-prose > *:first-child {
  margin-top: 0;
}
.lg-guide-body.lg-prose > *:last-child {
  margin-bottom: 0;
}
.lg-guide-body.lg-prose h2 {
  margin: 28px 0 12px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--wh-tx, #191f28);
}
.lg-guide-body.lg-prose h3 {
  margin: 22px 0 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--wh-tx, #191f28);
}
.lg-guide-body.lg-prose h4 {
  margin: 18px 0 8px;
  font-size: 15px;
  font-weight: 700;
  color: var(--wh-tx, #191f28);
}
.lg-guide-body.lg-prose p,
.lg-guide-body.lg-prose li {
  color: var(--wh-tx2, #4e5968);
}
.lg-guide-body.lg-prose a {
  color: var(--wh-brand, #681DC7);
  text-decoration: none;
  font-weight: 600;
}
.lg-guide-body.lg-prose a:hover,
.lg-guide-body.lg-prose a:focus,
.lg-guide-body.lg-prose a:active {
  text-decoration: none !important;
  color: var(--wh-brand, #681DC7);
}
.lg-guide-body.lg-prose code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.9em;
  font-weight: 600;
  background: var(--wh-brand-tint, #F3EEFA);
  color: var(--wh-brand, #681DC7);
  padding: 2px 7px;
  border-radius: 6px;
  word-break: break-all;
}
.lg-guide-meta {
  margin: 8px 0 0;
  font-size: 12px;
  color: var(--wh-tx3, #66707d);
}
.lg-guide-chip {
  display: inline-flex;
  align-self: flex-start;
  margin: 4px 0 0;
  padding: 8px 12px;
  border-radius: var(--wh-radius-sharp, 10px);
  border: 1px solid var(--wh-bd, rgba(0,0,0,0.06));
  background: var(--wh-card, #fff);
  box-shadow: var(--wh-shadow-listing, 0 1px 3px rgba(0,0,0,.06));
  font-size: 13px;
  font-weight: 600;
  color: var(--wh-tx2, #4e5968);
}
.lg-guide-section-title {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--wh-tx, #191f28);
}
.lg-guide-panel {
  background: var(--wh-card, #fff);
  border-radius: 20px;
  box-shadow: var(--wh-shadow-listing, 0 1px 3px rgba(0,0,0,.06));
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lg-guide-panel--warn {
  background: var(--wh-warn-bg, #fffbeb);
  box-shadow: none;
  border: 1px solid var(--wh-warn-bd, #fde68a);
}
.lg-guide-panel--ok {
  background: var(--wh-ok-bg, #ecfdf5);
  box-shadow: none;
  border: 1px solid var(--wh-ok-bd, #a7f3d0);
}
.lg-guide-panel__title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--wh-tx, #191f28);
}
.lg-guide-panel--warn .lg-guide-panel__title {
  color: var(--wh-warn-tx, #92400e);
}
.lg-guide-panel--ok .lg-guide-panel__title {
  color: var(--wh-ok, #0f766e);
}
.lg-guide-panel__body,
.lg-guide-panel__hint {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: var(--wh-tx2, #4e5968);
}
.lg-guide-panel--warn .lg-guide-panel__body,
.lg-guide-panel--warn .lg-guide-panel__hint {
  color: var(--wh-warn-tx, #92400e);
}
.lg-guide-panel--ok .lg-guide-panel__body {
  color: var(--wh-ok, #0f766e);
}
.lg-guide-olist {
  margin: 0;
  padding-left: 1.25em;
  font-size: 16px;
  line-height: 1.7;
  color: var(--wh-tx2, #4e5968);
}
.lg-guide-olist li {
  margin: 0 0 8px;
}
.lg-guide-examples {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lg-guide-example {
  background: var(--wh-card, #fff);
  border-radius: var(--wh-radius-sharp, 10px);
  padding: 12px 14px;
  border: 1px solid var(--wh-bd, rgba(0,0,0,0.06));
}
.lg-guide-example__label {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  color: var(--wh-tx3, #66707d);
}
.lg-guide-example--ok .lg-guide-example__label {
  color: var(--wh-ok, #0f766e);
}
.lg-guide-example--bad .lg-guide-example__label {
  color: var(--wh-err-tx, #b91c1c);
}
.lg-guide-code,
.lg-guide-example__list code {
  display: block;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  line-height: 1.5;
  word-break: break-all;
  color: var(--wh-tx, #191f28);
}
.lg-guide-example__list {
  margin: 0;
  padding-left: 1.1em;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.lg-guide-cta-wrap {
  display: flex;
  justify-content: stretch;
}
.lg-guide-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--wh-touch-cta, 48px);
  width: 100%;
  padding: 14px 20px;
  border-radius: var(--wh-radius-btn, 18px);
  background: var(--wh-brand, #681DC7);
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none !important;
  border: 0;
  box-sizing: border-box;
}
.lg-guide-cta:hover,
.lg-guide-cta:focus,
.lg-guide-cta:active {
  color: #fff !important;
  text-decoration: none !important;
  background: var(--wh-brand-hover, #5416A3);
}
.lg-guide-cta:focus-visible {
  outline: 2px solid var(--wh-focus-ring, #681DC7);
  outline-offset: 2px;
}
.lg-guide-steps {
  display: flex;
  flex-direction: column;
  gap: var(--wh-stack-md, 16px);
}
.lg-guide-step {
  background: var(--wh-card, #fff);
  border-radius: 20px;
  box-shadow: var(--wh-shadow-listing, 0 1px 3px rgba(0,0,0,.06));
  padding: 20px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lg-guide-step__head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.lg-guide-step__num {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: var(--wh-radius-sharp, 10px);
  background: var(--wh-brand, #681DC7);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.lg-guide-step__title {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--wh-tx, #191f28);
}
.lg-guide-step__body {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--wh-tx2, #4e5968);
}
.lg-guide-step__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 4px 0 0;
  border-radius: 12px;
  border: 1px solid var(--wh-bd, rgba(0,0,0,0.06));
  background: var(--wh-surface, #f4f5f7);
  cursor: zoom-in;
}
.lg-guide-related {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 4px 2px 12px;
}
.lg-guide-related__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lg-guide-related__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--wh-touch-min, 44px);
  padding: 12px 16px;
  border-radius: var(--wh-radius-sharp, 10px);
  background: var(--wh-card, #fff);
  border: 1px solid var(--wh-bd, rgba(0,0,0,0.06));
  color: var(--wh-tx, #191f28) !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  box-sizing: border-box;
}
.lg-guide-related__link::after {
  content: '';
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--wh-tx3, #66707d);
  border-top: 2px solid var(--wh-tx3, #66707d);
  transform: rotate(45deg);
  flex-shrink: 0;
}
.lg-guide-related__link:hover,
.lg-guide-related__link:focus,
.lg-guide-related__link:active {
  text-decoration: none !important;
  color: var(--wh-brand, #681DC7) !important;
}
.lg-guide-related__link:focus-visible {
  outline: 2px solid var(--wh-focus-ring, #681DC7);
  outline-offset: 2px;
}
@media (hover: hover) and (pointer: fine) {
  .lg-guide-related__link.wh-lift:hover,
  .lg-guide-related__link:hover {
    transform: translateY(-1px);
    box-shadow: var(--wh-shadow-listing-hover, 0 4px 12px rgba(0,0,0,.08));
  }
}
@media (min-width: 1024px) {
  /* early-head transparent #content 보다 Stay 캔버스 유지 */
  html.sp-force-desktop-ui #content.lg-page--guide,
  html.sp-force-desktop-ui div#content.lg-page.lg-page--guide {
    padding-top: calc(var(--sp-dt-header-h, 108px) + 32px) !important;
    padding-bottom: 56px !important;
    background: var(--wh-bg-stay, #f7f7f7) !important;
    max-width: none !important;
    width: 100% !important;
  }
  .lg-page--guide .lg-wrap {
    max-width: min(800px, calc(100vw - 80px));
  }
  .lg-guide {
    gap: var(--wh-stack-xl, 32px);
  }
  .lg-guide-title {
    font-size: 36px;
  }
  .lg-guide-lead {
    font-size: 17px;
    max-width: 36em;
  }
  .lg-guide-panel__title {
    font-size: 20px;
  }
  .lg-guide-panel__body,
  .lg-guide-panel__hint,
  .lg-guide-olist,
  .lg-guide-step__body {
    font-size: 17px;
  }
  .lg-guide-step__title {
    font-size: 18px;
  }
  .lg-guide-body.lg-prose {
    padding: 28px 32px 36px;
  }
  .lg-guide-panel {
    padding: 26px 28px;
  }
  .lg-guide-cta {
    width: auto;
    min-width: 240px;
  }
  .lg-guide-cta-wrap {
    justify-content: flex-start;
  }
  .lg-guide-step {
    padding: 24px 24px 22px;
  }
  .lg-guide-step__img {
    max-width: min(560px, 100%);
    margin-left: 0;
  }
  .lg-guide-examples {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}
/* ── 오픈호스팅 유형 탭 (비외도 / 외도) ── */
.lg-oh-tabs {
  display: flex;
  flex-direction: column;
  margin-top: 4px;
}
.lg-oh-tabs__radio {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.lg-oh-tabs__bar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  background: var(--wh-card, #fff);
  border: 1px solid var(--wh-bd, rgba(0,0,0,0.06));
  box-shadow: var(--wh-shadow-listing, 0 1px 3px rgba(0,0,0,.06));
  border-radius: var(--wh-radius-sharp, 10px);
  padding: 4px;
  margin-bottom: 16px;
}
.lg-oh-tabs__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-height: var(--wh-touch-min, 44px);
  padding: 10px 8px;
  border-radius: 8px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transition: background 0.15s ease, color 0.15s ease;
}
.lg-oh-tabs__title {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--wh-tx3, #66707d);
  word-break: keep-all;
}
.lg-oh-tabs__sub {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: var(--wh-tx3, #66707d);
  word-break: keep-all;
}
#lg-oh-tab-new:checked ~ .lg-oh-tabs__bar .lg-oh-tabs__item[for="lg-oh-tab-new"],
#lg-oh-tab-urban:checked ~ .lg-oh-tabs__bar .lg-oh-tabs__item[for="lg-oh-tab-urban"] {
  background: var(--wh-brand-tint, #F3EEFA);
}
#lg-oh-tab-new:checked ~ .lg-oh-tabs__bar .lg-oh-tabs__item[for="lg-oh-tab-new"] .lg-oh-tabs__title,
#lg-oh-tab-urban:checked ~ .lg-oh-tabs__bar .lg-oh-tabs__item[for="lg-oh-tab-urban"] .lg-oh-tabs__title,
#lg-oh-tab-new:checked ~ .lg-oh-tabs__bar .lg-oh-tabs__item[for="lg-oh-tab-new"] .lg-oh-tabs__sub,
#lg-oh-tab-urban:checked ~ .lg-oh-tabs__bar .lg-oh-tabs__item[for="lg-oh-tab-urban"] .lg-oh-tabs__sub {
  color: var(--wh-brand, #681DC7);
}
.lg-oh-tabs__item:focus-within,
.lg-oh-tabs__radio:focus-visible + .lg-oh-tabs__bar .lg-oh-tabs__item,
#lg-oh-tab-new:focus-visible ~ .lg-oh-tabs__bar .lg-oh-tabs__item[for="lg-oh-tab-new"],
#lg-oh-tab-urban:focus-visible ~ .lg-oh-tabs__bar .lg-oh-tabs__item[for="lg-oh-tab-urban"] {
  outline: 2px solid var(--wh-focus-ring, #681DC7);
  outline-offset: 2px;
}
.lg-oh-tabs__panel {
  display: none;
  flex-direction: column;
  gap: var(--wh-stack-md, 16px);
}
#lg-oh-tab-new:checked ~ #lg-oh-panel-new,
#lg-oh-tab-urban:checked ~ #lg-oh-panel-urban {
  display: flex;
}
.lg-oh-tabs__desc {
  margin: 0 0 4px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--wh-tx3, #66707d);
  word-break: keep-all;
}
.lg-oh-fee {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 4px;
  padding: 10px 14px;
  border-radius: var(--wh-radius-sharp, 10px);
  background: var(--wh-brand-tint, #F3EEFA);
}
.lg-oh-fee__num {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--wh-brand, #681DC7);
}
.lg-oh-fee__label {
  font-size: 14px;
  font-weight: 600;
  color: var(--wh-tx2, #4e5968);
}
@media (max-width: 379px) {
  .lg-oh-tabs__bar {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1024px) {
  .lg-oh-tabs__title {
    font-size: 17px;
  }
  .lg-oh-tabs__sub {
    font-size: 14px;
  }
  .lg-oh-tabs__desc {
    font-size: 16px;
  }
  .lg-oh-tabs__item {
    padding: 14px 12px;
  }
  .lg-oh-tabs__panel {
    gap: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .lg-guide-related__link:hover {
    transform: none;
  }
  .lg-oh-tabs__item {
    transition: none;
  }
}
