/* Momentline Terms Common Styles (used only by terms_type_1_ko_updated-3.html) */
html, body { margin: 0; padding: 0; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR",
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.65;
  color: #111;
  background: #fff;
}

.container {
  max-width: 880px;
  margin: 40px auto;
  padding: 28px 24px;
  border: 1px solid #eaeaea;
  border-radius: 14px;
}

h1 { font-size: 1.375rem; margin: 0 0 12px; }
h2 { font-size: 1.05rem; margin: 26px 0 10px; }
h3 { font-size: 1rem; margin: 22px 0 8px; }

p { margin: 0 0 10px; }
p:last-child { margin-bottom: 0; }

.lead { margin: 0 0 20px; color: #444; }
.small { font-size: 0.92rem; color: #555; }

ol, ul { margin: 8px 0 16px; padding-left: 1.25rem; }
li { margin: 6px 0; }

a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
hr { border: 0; border-top: 1px solid #eaeaea; margin: 24px 0; }

/* Table (for privacy policy) */
.styled-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  margin-top: 16px;
  table-layout: fixed;
}
.styled-table th, .styled-table td {
  border: 1px solid #d0d0d0;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  white-space: pre-wrap;
  word-break: break-word;
}
.styled-table thead tr { background-color: #f5f5f5; }
.styled-table th { font-weight: 600; }

/* Mobile */
@media (max-width: 520px) {
  .container { margin: 18px 12px; padding: 20px 16px; border-radius: 12px; }
  h1 { font-size: 1.25rem; }
  .styled-table { font-size: 0.9rem; }
}
