/* GEO 프로토타입 - 제품 게시판 스킨 */
body.geo-product-view,
.geo-product-shell-main.geo-product-view {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  box-sizing: border-box;
  max-width: 100%;
}

body.geo-product-view,
.geo-product-shell-main.geo-product-view {
  overflow-x: hidden;
}
.geo-product-view article {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
}
.geo-product-view.geo-tgc-authority .tgc-professional-only-notice,
.geo-product-shell-main.geo-tgc-authority .tgc-professional-only-notice {
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  font-style: italic;
  color: #000;
  text-decoration: underline;
}
.geo-product-view.geo-tgc-authority .faq-patient-variability-notice,
.geo-product-shell-main.geo-tgc-authority .faq-patient-variability-notice {
  font-style: italic;
  text-decoration: underline;
}
.geo-product-view .product-image {
  margin: 0 0 1.25rem;
  max-width: 100%;
}
.geo-product-view .product-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.geo-product-view table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
.geo-product-view table th,
.geo-product-view table td {
  padding: 0.4rem 0.5rem;
  word-break: break-word;
  hyphens: auto;
}

/* Size Selection Guide — header/body column alignment */
.geo-product-view #size-selection-guide { scroll-margin-top: 100px; }
.geo-product-view #size-selection-guide .size-guide-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0.5rem 0 1rem;
}
.geo-product-view #size-selection-guide .size-guide-table {
  width: 100%;
  min-width: 520px;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #d1d5db;
}
.geo-product-view #size-selection-guide .size-guide-table thead th {
  text-align: left;
  vertical-align: bottom;
  padding: 0.65rem 0.75rem;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #1f2937;
  background: #f3f4f6;
  border-bottom: 2px solid #9ca3af;
  white-space: nowrap;
  word-break: normal;
  hyphens: none;
}
.geo-product-view #size-selection-guide .size-guide-table tbody td {
  text-align: left;
  vertical-align: top;
  padding: 0.65rem 0.75rem;
  border-bottom: 1px solid #e5e7eb;
  line-height: 1.45;
}
.geo-product-view #size-selection-guide .size-guide-table tbody tr:last-child td {
  border-bottom: none;
}
.geo-product-view #size-selection-guide .size-guide-table tbody tr:nth-child(even) {
  background: #fafafa;
}
.geo-product-view #size-selection-guide .size-guide-table th:nth-child(1),
.geo-product-view #size-selection-guide .size-guide-table td:nth-child(1) {
  width: 16%;
}
.geo-product-view #size-selection-guide .size-guide-table th:nth-child(2),
.geo-product-view #size-selection-guide .size-guide-table td:nth-child(2) {
  width: 14%;
  white-space: nowrap;
}
.geo-product-view #size-selection-guide .size-guide-table th:nth-child(3),
.geo-product-view #size-selection-guide .size-guide-table td:nth-child(3) {
  width: 70%;
}

/* Size Selection Guide — mobile: no horizontal scroll + centered size/model cells */
@media (max-width: 640px) {
  .geo-product-view #size-selection-guide .size-guide-table-wrap {
    overflow-x: visible;
  }

  .geo-product-view #size-selection-guide .size-guide-table {
    min-width: 0;
    table-layout: fixed;
    width: 100%;
  }

  .geo-product-view #size-selection-guide .size-guide-table th:nth-child(1),
  .geo-product-view #size-selection-guide .size-guide-table td:nth-child(1) {
    width: 22%;
    white-space: nowrap;
    word-break: keep-all;
    text-align: center;
    vertical-align: middle;
  }

  .geo-product-view #size-selection-guide .size-guide-table th:nth-child(2),
  .geo-product-view #size-selection-guide .size-guide-table td:nth-child(2) {
    width: 20%;
    white-space: nowrap;
    word-break: keep-all;
    text-align: center;
    vertical-align: middle;
  }

  .geo-product-view #size-selection-guide .size-guide-table th:nth-child(3),
  .geo-product-view #size-selection-guide .size-guide-table td:nth-child(3) {
    width: 58%;
    white-space: normal;
    word-break: break-word;
    text-align: left;
    vertical-align: middle;
  }

  .geo-product-view #size-selection-guide .size-guide-table thead th:nth-child(1),
  .geo-product-view #size-selection-guide .size-guide-table thead th:nth-child(2) {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
  }
}
@media (max-width: 640px) {
  .geo-product-view table {
    font-size: 0.8125rem;
  }
}
@media (max-width: 480px) {
  .geo-product-view .technical-spec dl {
    grid-template-columns: 1fr;
  }
}
.geo-product-view .technical-spec { margin-top: 2rem; border-top: 1px solid #ddd; padding-top: 1.5rem; }
.geo-product-view .technical-spec h2 { font-size: 1.25rem; margin-bottom: 1rem; }
.geo-product-view .technical-spec dl { display: grid; grid-template-columns: 140px 1fr; gap: 0.5rem 1rem; }
.geo-product-view .technical-spec dt { font-weight: 600; color: #444; }
.geo-product-view .technical-spec dd { margin: 0; }
.geo-product-view .geo-disclaimer { margin-top: 1rem; font-size: 0.875rem; color: #666; }
.geo-product-view .product-skus { margin-top: 1.5rem; }
.geo-product-view .product-skus ul { list-style: disc; padding-left: 1.5rem; }
.geo-product-view .product-skus li { margin: 0.25rem 0; }
.geo-product-view .reference { margin-top: 2rem; border-top: 1px solid #ddd; padding-top: 1.25rem; }
.geo-product-view .reference-journal-group { margin-top: 1rem; padding: 0.875rem 1rem; border: 1px solid #e6e6e6; border-radius: 8px; background: #fafafa; }
.geo-product-view .reference-journal-title { margin: 0 0 0.75rem; font-size: 1.05rem; color: #1f2937; }
.geo-product-view .citation-block { margin-top: 0.75rem; padding-top: 0.75rem; border-top: 1px dashed #ddd; scroll-margin-top: 100px; }
.geo-product-view #reference { scroll-margin-top: 100px; }
.geo-product-view .reference-journal-group .citation-block:first-of-type { margin-top: 0; padding-top: 0; border-top: 0; }
.geo-product-view a.citation-inline-ref { white-space: nowrap; }
@media (max-width: 767px) {
  .geo-product-view #size-selection-guide,
  .geo-product-view .citation-block,
  .geo-product-view #reference { scroll-margin-top: 120px; }
}
.geo-product-view .citation { display: grid; gap: 0.25rem; }
.geo-product-view .citation-title { font-style: normal; font-weight: 600; }
.geo-product-view .citation-authors,
.geo-product-view .citation-year,
.geo-product-view .citation-doi,
.geo-product-view .citation-author-summary,
.geo-product-view .citation-control,
.geo-product-view .citation-performance,
.geo-product-view .citation-source,
.geo-product-view .citation-reviewer { display: block; margin-top: 0.25rem; }

/* Regulatory / marketing copy updates: <span class="regulatory-copy-update">…</span> or <mark class="regulatory-copy-update">…</mark> */
.geo-product-view .regulatory-copy-update,
.geo-product-view mark.regulatory-copy-update {
  background-color: #fff59d;
  padding: 0.125em 0.25em;
  border-radius: 2px;
}
.geo-product-view #faq mark.regulatory-copy-update {
  cursor: help;
}
.geo-product-view.geo-tgc-authority .regulatory-copy-update,
.geo-product-view.geo-tgc-authority mark.regulatory-copy-update {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  cursor: inherit;
}

/* Authority page: FAQ → Clinical Evidence spacing */
.geo-product-view.geo-tgc-authority #faq {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}
.geo-product-view.geo-tgc-authority #faq .faq-item:last-of-type {
  margin-bottom: 0.75rem;
}
/* TGC authority: per-question h3+p passages for crawler/citability block extraction */
.geo-product-view.geo-tgc-authority #faq.faq-passage-layout .faq-item-passage {
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eef0f2;
}
.geo-product-view.geo-tgc-authority #faq.faq-passage-layout .faq-item-passage:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.geo-product-view.geo-tgc-authority #faq.faq-passage-layout .faq-question-heading {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  color: #111827;
}
.geo-product-view.geo-tgc-authority #faq.faq-passage-layout .faq-item-passage > p {
  margin: 0;
}
.geo-product-view.geo-tgc-authority #clinical-evidence {
  margin-top: 2.5rem;
  padding-top: 0.25rem;
}
.geo-product-view.geo-tgc-authority #clinical-evidence > h2 {
  margin-top: 0;
  margin-bottom: 1rem;
}
.geo-product-view.geo-tgc-authority #instruction-for-use {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
}

.geo-product-view #faq .faq-header-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  margin-bottom: 0.75rem;
}
.geo-product-view #faq .faq-header-row h2 {
  margin: 0;
}
.geo-product-view .faq-expand-all {
  font: inherit;
  cursor: pointer;
  padding: 0.35rem 0.75rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  color: #1f2937;
  white-space: nowrap;
}
.geo-product-view .faq-expand-all:hover,
.geo-product-view .faq-expand-all:focus {
  border-color: #9ca3af;
  outline: none;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.25);
}
.geo-product-view .geo-faq-tooltip {
  position: fixed;
  z-index: 10050;
  max-width: min(420px, calc(100vw - 24px));
  padding: 0.6rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  background: #1f2937;
  color: #f9fafb;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.geo-product-view .geo-faq-tooltip .geo-faq-tooltip-line + .geo-faq-tooltip-line {
  margin-top: 0.35rem;
}

/* Instruction for Use — consistent disc bullets (no legacy Word PUA glyphs in text) */
.geo-product-view .ifu-content ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin: 0.5rem 0 1rem;
}
.geo-product-view .ifu-content ul li {
  margin: 0.25rem 0;
}
.geo-product-view .ifu-content h4,
.geo-product-view .ifu-content h5 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

