/* policy 페이지 전용 스타일 */
/* theme.css는 레이아웃에서 로드됨 */

/* ==========================================================================
   Dark Mode Styles (inlined from wv/darkmode.css)
   ========================================================================== */
.dark-theme body {
  color: var(--color-gray900);
  background-color: var(--color-background);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.dark-theme .section-svg-icon path,
.dark-theme .section-svg-icon rect {
  stroke: var(--color-background);
}

.dark-theme .force-darkmode * {
  color: var(--color-gray900) !important;
  -webkit-text-fill-color: var(--color-gray900) !important;
}

/* ==========================================================================
   Policy Page Styles
   ========================================================================== */
.page-content {
  padding-bottom: 3.2rem;
  max-width: 740px;
  margin: 0 auto;
}

.page-content .wrapper {
  margin: 1.6rem;
}

.page-content a {
  color: #212529;
  text-decoration: underline;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.dark-theme .page-content a {
  color: var(--color-blue800);
}

.page-content p {
  margin: 1.6rem 0;
  font-size: 1.6rem;
  line-height: 1.6;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
  font-weight: bold;
}

.page-content h1 {
  font-size: 2.4rem;
}

.page-content h2 {
  font-size: 1.8rem;
}

.page-content h3 {
  font-size: 1.6rem;
}

.page-content h4 {
  font-size: 1.4rem;
}

.page-content h5 {
  font-size: 1.3rem;
}

.page-content h6 {
  font-size: 1.2rem;
}

.page-content ol {
  list-style: decimal;
}

.page-content ol li {
  font-size: 1.6rem;
  margin: 1.2rem 0 1.2rem 2.4rem;
  line-height: 1.6;
}

.page-content ol li p {
  margin: 1.6rem 0;
}

.page-content ol li::marker {
  text-indent: 0.8rem;
}

.page-content ul {
  list-style: disc;
}

.page-content ul li {
  font-size: 1.6rem;
  margin: 1.2rem 0 1.2rem 2.4rem;
  line-height: 1.6;
}

.page-content ul li p {
  margin: 1.6rem 0;
}

.page-content ul li::marker {
  text-indent: 0.8rem;
}

.page-content ol li > ol li {
  list-style-type: lower-alpha;
}

.page-content ul li > ul li {
  list-style-type: circle;
}

.page-content table {
  border-collapse: collapse;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 1.6rem 0;
}

.page-content table thead th {
  padding: 0.8rem;
  text-align: left;
  vertical-align: middle;
}

.page-content table tbody td {
  padding: 0.8rem;
  vertical-align: top;
}

.page-content table th,
.page-content table td {
  min-width: 8rem;
  border: 1px solid #CED4DA;
}

.page-content table ol li,
.page-content table ul li {
  font-size: 1.2rem;
}
