/* ROBERIN age calculator reference-first redesign v14 - 2026-05-26: desktop width +100 and PDF-reference Phase 2 article */
body.postid-891 {
  --age-paper: #fff7e8;
  --age-paper-soft: #fbf0dc;
  --age-ink: #2b2119;
  --age-muted: #67584a;
  --age-line: #6b5745;
  --age-line-soft: rgba(107, 87, 69, 0.26);
  --age-green: #e3efd2;
  --age-green-ink: #2f4e2e;
  --age-blue: #dfeef8;
  --age-blue-ink: #28455a;
  --age-amber: #f7df9d;
  --age-red: #a43e2d;
  --age-white: #fffdf7;
  --age-shadow: 4px 4px 0 rgba(72, 55, 40, 0.22);
  --age-shadow-soft: 2px 2px 0 rgba(72, 55, 40, 0.14);
  --age-main-grid: minmax(0, 0.95fr) minmax(0, 0.95fr) minmax(0, 1.1fr);
  background:
    linear-gradient(90deg, rgba(107, 87, 69, 0.025) 1px, transparent 1px) 0 0 / 18px 18px,
    linear-gradient(0deg, rgba(107, 87, 69, 0.022) 1px, transparent 1px) 0 0 / 18px 18px,
    #faf2e8;
}

body.postid-891 .cs-site-content > .cs-container,
body.postid-891 .cs-main-content,
body.postid-891 .cs-content-area,
body.postid-891 .cs-entry__container,
body.postid-891 .cs-entry__content-wrap {
  width: 100%;
  max-width: none;
}

body.postid-891 .cs-breadcrumbs,
body.postid-891 .cs-entry__header,
body.postid-891 .age-calculator-wrapper {
  width: min(1050px, calc(100vw - 32px));
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

body.postid-891 .cs-entry__header {
  margin-top: 18px;
  margin-bottom: 14px;
  text-align: left;
}

body.postid-891 .cs-entry__title {
  color: var(--age-ink);
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -0.055em;
  word-break: keep-all;
}

.age-calculator-wrapper,
.age-calculator-wrapper *,
.age-calculator-wrapper *::before,
.age-calculator-wrapper *::after {
  box-sizing: border-box;
}

.age-calculator-wrapper br {
  display: none !important;
}

.age-calculator-wrapper {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  color: var(--age-ink);
}

.age-calculator-container {
  position: relative;
  isolation: isolate;
  width: 100%;
  margin: 0;
  padding: 14px;
  overflow: hidden;
  color: var(--age-ink);
  background: var(--age-paper);
  border: 2px solid var(--age-line);
  border-radius: 0;
  box-shadow: var(--age-shadow);
  line-height: 1.52;
}

.age-calculator-container::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(107, 87, 69, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(107, 87, 69, 0.045) 1px, transparent 1px);
  background-size: 20px 20px;
  pointer-events: none;
}

.age-calculator-wrapper .calculator-header {
  display: grid;
  gap: 6px;
  margin: 0 0 10px;
  padding: 0 0 10px;
  text-align: left;
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--age-line);
  border-radius: 0;
  box-shadow: none;
}

.age-calculator-wrapper .calculator-header h2 {
  margin: 0;
  color: var(--age-ink);
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.14;
  font-weight: 950;
  letter-spacing: -0.045em;
  text-shadow: none;
  word-break: keep-all;
}

.age-calculator-wrapper .calculator-header .subtitle,
.age-calculator-wrapper .subtitle {
  max-width: 680px;
  margin: 0;
  color: var(--age-muted);
  font-size: 14.5px;
  line-height: 1.55;
  font-weight: 700;
  word-break: keep-all;
}

.age-calculator-wrapper .quick-actions {
  display: grid;
  grid-template-columns: var(--age-main-grid);
  gap: 10px;
  margin: 0 0 10px;
}

.age-calculator-wrapper .btn-quick,
.age-calculator-wrapper .btn-reset,
.age-calculator-wrapper .btn-today,
.age-calculator-wrapper .btn-calculate,
.age-calculator-wrapper .btn-milestone,
.age-calculator-wrapper .copy-btn {
  appearance: none;
  border-radius: 0;
  font-family: inherit;
  cursor: pointer;
  transition: transform 120ms ease, box-shadow 120ms ease, background-color 120ms ease, color 120ms ease;
}

.age-calculator-wrapper .btn-quick,
.age-calculator-wrapper .btn-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  min-height: 38px;
  padding: 8px 10px;
  color: var(--age-green-ink);
  background: var(--age-green);
  border: 1px solid var(--age-line);
  box-shadow: var(--age-shadow-soft);
  font-size: 13.5px;
  line-height: 1.1;
  font-weight: 900;
  white-space: nowrap;
}

.age-calculator-wrapper .btn-reset {
  color: #743528;
  background: #f3dfd3;
}

.age-calculator-wrapper .calculator-main {
  display: grid;
  grid-template-columns: var(--age-main-grid);
  gap: 10px;
  margin: 0 0 10px;
  align-items: stretch;
}

.age-calculator-wrapper .input-section,
.age-calculator-wrapper .result-section,
.age-calculator-wrapper .special-section,
.age-calculator-wrapper .info-section {
  min-width: 0;
  background: rgba(255, 253, 247, 0.94);
  border: 1px solid var(--age-line);
  border-radius: 0;
  box-shadow: var(--age-shadow-soft);
  padding: 12px;
}

.age-calculator-wrapper .input-section,
.age-calculator-wrapper .result-section,
.age-calculator-wrapper .special-section {
  display: flex;
  flex-direction: column;
}

.age-calculator-wrapper .input-section {
  grid-column: 1 / 2;
}

.age-calculator-wrapper .result-section {
  grid-column: 2 / 3;
}

.age-calculator-wrapper .special-section {
  grid-column: 3 / 4;
}

.age-calculator-wrapper .section-title {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 10px;
  padding: 0 0 8px;
  color: var(--age-ink) !important;
  border-bottom: 1px solid var(--age-line-soft);
  font-size: 15.5px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.age-calculator-wrapper .section-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  min-width: 18px;
  height: 18px;
  color: var(--age-line);
  font-size: 16px;
  line-height: 1;
}

.age-calculator-wrapper .input-group {
  margin: 0 0 9px;
}

.age-calculator-wrapper .input-group label {
  display: block;
  margin: 0 0 5px;
  color: var(--age-muted);
  font-size: 12.5px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.age-calculator-wrapper .date-input-row,
.age-calculator-wrapper .days-input-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.age-calculator-wrapper .date-input,
.age-calculator-wrapper .number-input,
.age-calculator-wrapper .select-input {
  min-width: 0;
  min-height: 40px;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  color: var(--age-ink);
  -webkit-text-fill-color: var(--age-ink);
  background: #fffdf8;
  border: 1px solid var(--age-line);
  border-radius: 0;
  box-shadow: inset 0 1px 0 rgba(107, 87, 69, 0.08);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  font-family: inherit;
  color-scheme: light;
}

.age-calculator-wrapper .number-input {
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.age-calculator-wrapper .select-input--static {
  flex: 0 0 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  color: var(--age-muted);
  background: #fffaf0;
  font-weight: 950;
}

.age-calculator-wrapper .date-input:focus,
.age-calculator-wrapper .number-input:focus,
.age-calculator-wrapper .select-input:focus {
  background: #fff6d8;
  border-color: #5f4834;
  outline: none;
}

.age-calculator-wrapper .btn-today {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 8px 9px;
  color: var(--age-green-ink);
  background: var(--age-green);
  border: 1px solid var(--age-line);
  box-shadow: var(--age-shadow-soft);
  font-size: 12.5px;
  line-height: 1;
  font-weight: 950;
  white-space: nowrap;
}

.age-calculator-wrapper .reference-shortcuts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  margin: 0 0 9px;
}

.age-calculator-wrapper .btn-milestone {
  min-height: 34px;
  padding: 7px 8px;
  color: var(--age-ink);
  background: #fffdf8;
  border: 1px solid var(--age-line);
  box-shadow: 2px 2px 0 rgba(72, 55, 40, 0.14);
  font-size: 12.5px;
  line-height: 1.1;
  font-weight: 900;
}

.age-calculator-wrapper .btn-calculate,
.age-calculator-wrapper .copy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  min-height: 42px;
  padding: 10px 14px;
  color: #fffaf0;
  -webkit-text-fill-color: #fffaf0;
  background: #35271d;
  border: 1px solid #231a13;
  box-shadow: 3px 3px 0 rgba(72, 55, 40, 0.24);
  font-size: 14.5px;
  line-height: 1;
  font-weight: 950;
}

.age-calculator-wrapper .btn-calculate {
  margin-top: auto;
}

.age-calculator-wrapper .copy-btn {
  margin-top: 10px;
  color: var(--age-green-ink);
  -webkit-text-fill-color: var(--age-green-ink);
  background: var(--age-green);
  border-color: var(--age-line);
}

.age-calculator-wrapper .tool-status {
  margin: 9px 0 0;
  padding: 9px 10px;
  color: var(--age-muted);
  background: #fffaf0;
  border: 1px dashed rgba(107, 87, 69, 0.42);
  font-size: 12.8px;
  line-height: 1.45;
  font-weight: 800;
}

.age-calculator-wrapper .tool-status[data-tone="success"] {
  color: var(--age-green-ink);
  background: #edf5df;
}

.age-calculator-wrapper .tool-status[data-tone="error"] {
  color: #743528;
  background: #f6dfd2;
}

.age-calculator-wrapper .result-display {
  display: grid;
  gap: 0;
  text-align: left;
}

.age-calculator-wrapper .result-display[hidden],
.age-calculator-wrapper .special-result[hidden],
.age-calculator-wrapper .no-result[hidden] {
  display: none !important;
}

.age-calculator-wrapper .result-display > .main-result + .detail-results {
  margin-top: 12px;
}

.age-calculator-wrapper .main-result {
  display: grid;
  place-items: center;
  min-height: 98px;
  margin: 0;
  padding: 12px;
  background: var(--age-blue);
  border: 1px solid var(--age-line);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.38);
  text-align: center;
}

.age-calculator-wrapper .big-number {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 3px;
  margin: 0;
  color: var(--age-blue-ink);
  font-size: clamp(34px, 4vw, 48px);
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: -0.045em;
  font-family: inherit;
  font-variant-numeric: tabular-nums;
}

.age-calculator-wrapper .result-unit {
  font-size: 0.48em;
  letter-spacing: -0.02em;
}

.age-calculator-wrapper .result-label {
  margin-top: 6px;
  color: var(--age-muted);
  font-size: 12.5px;
  line-height: 1.2;
  font-weight: 900;
}

.age-calculator-wrapper .detail-results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.age-calculator-wrapper .result-item {
  display: grid;
  gap: 2px;
  align-items: start;
  min-width: 0;
  margin: 0;
  padding: 8px 9px;
  background: #fffaf0;
  border: 1px solid rgba(107, 87, 69, 0.36);
}

.age-calculator-wrapper .result-label-text,
.age-calculator-wrapper .date-info-row .label {
  color: var(--age-muted);
  font-size: 11.5px;
  line-height: 1.1;
  font-weight: 900;
}

.age-calculator-wrapper .result-value,
.age-calculator-wrapper .date-info-row .value {
  color: var(--age-ink);
  font-size: 14px;
  line-height: 1.15;
  font-weight: 950;
  font-family: inherit;
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
}

.age-calculator-wrapper .date-info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  margin: 10px 0 0;
}

.age-calculator-wrapper .date-info-row {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 8px 9px;
  background: #fffdf8;
  border: 1px solid rgba(107, 87, 69, 0.28);
}

.age-calculator-wrapper .no-result {
  display: grid;
  min-height: 186px;
  place-items: center;
  padding: 16px;
  color: var(--age-muted);
  background: #fffaf0;
  border: 1px dashed rgba(107, 87, 69, 0.52);
  text-align: center;
  font-size: 13.5px;
  line-height: 1.5;
  font-weight: 800;
}

.age-calculator-wrapper .no-result p {
  margin: 0;
}

.age-calculator-wrapper .special-result {
  display: grid;
  gap: 5px;
  margin: 9px 0 0;
  padding: 12px;
  background: #f5ead2;
  border: 1px solid var(--age-line);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.34);
  text-align: center;
}

.age-calculator-wrapper .special-date {
  margin: 0;
  color: #5c3827;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -0.04em;
  font-family: inherit;
  font-variant-numeric: tabular-nums;
  word-break: keep-all;
}

.age-calculator-wrapper .special-info {
  color: var(--age-muted);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
}

.age-calculator-wrapper .age-law-note {
  margin-top: auto;
}

.age-calculator-wrapper .info-section {
  margin: 0;
  padding: 12px;
}

.age-calculator-wrapper .info-content {
  color: var(--age-muted);
  font-size: 13.5px;
  line-height: 1.62;
  font-weight: 650;
}

.age-calculator-wrapper .info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 10px;
}

.age-calculator-wrapper .info-card {
  min-width: 0;
  padding: 10px;
  background: #fffaf0;
  border: 1px solid rgba(107, 87, 69, 0.32);
  text-align: left;
}

.age-calculator-wrapper .info-icon {
  margin: 0 0 5px;
  font-size: 19px;
  line-height: 1;
}

.age-calculator-wrapper .info-title {
  margin: 0 0 4px;
  color: var(--age-ink);
  font-size: 12.5px;
  line-height: 1.2;
  font-weight: 950;
}

.age-calculator-wrapper .info-desc {
  color: var(--age-muted);
  font-size: 12px;
  line-height: 1.42;
  font-weight: 700;
}

.age-calculator-wrapper .feature-list {
  margin: 0 0 9px;
  padding: 10px;
  background: #fffdf8;
  border: 1px solid rgba(107, 87, 69, 0.28);
}

.age-calculator-wrapper .feature-list p {
  margin: 0 0 7px;
  color: var(--age-ink);
  font-size: 13px;
  font-weight: 950;
}

.age-calculator-wrapper .feature-list ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 12px;
  margin: 0;
  padding-left: 18px;
}

.age-calculator-wrapper .feature-list li {
  margin: 0;
  color: var(--age-muted);
  font-size: 12.5px;
  line-height: 1.42;
  font-weight: 700;
}

.age-calculator-wrapper .warning-box {
  margin: 0;
  padding: 10px 11px;
  color: #6f4b1d;
  background: #fff2c1;
  border: 1px solid #c99a35;
  border-left: 5px solid #c99a35;
  font-size: 12.8px;
  line-height: 1.55;
  font-weight: 750;
}

.age-calculator-wrapper .warning-box strong {
  color: #5f3d12;
  font-weight: 950;
}

.age-calculator-wrapper .btn-quick:hover,
.age-calculator-wrapper .btn-reset:hover,
.age-calculator-wrapper .btn-today:hover,
.age-calculator-wrapper .btn-calculate:hover,
.age-calculator-wrapper .btn-milestone:hover,
.age-calculator-wrapper .copy-btn:hover {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px 0 rgba(72, 55, 40, 0.16);
}

.age-calculator-wrapper .btn-quick:active,
.age-calculator-wrapper .btn-reset:active,
.age-calculator-wrapper .btn-today:active,
.age-calculator-wrapper .btn-calculate:active,
.age-calculator-wrapper .btn-milestone:active,
.age-calculator-wrapper .copy-btn:active {
  transform: translate(2px, 2px);
  box-shadow: none;
}

.age-calculator-wrapper .btn-quick:focus-visible,
.age-calculator-wrapper .btn-reset:focus-visible,
.age-calculator-wrapper .btn-today:focus-visible,
.age-calculator-wrapper .btn-calculate:focus-visible,
.age-calculator-wrapper .btn-milestone:focus-visible,
.age-calculator-wrapper .copy-btn:focus-visible,
.age-calculator-wrapper .date-input:focus-visible,
.age-calculator-wrapper .number-input:focus-visible {
  outline: 3px solid #d6a62b;
  outline-offset: 2px;
}

body.postid-891 .age-calculator-wrapper + .roberin-leaderboard-ad,
body.postid-891 .age-calculator-wrapper + .roberin-leaderboard-ad--after-tool,
body.postid-891 .entry-content > .roberin-leaderboard-ad {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body.postid-891 .age-calculator-wrapper + .roberin-leaderboard-ad--after-tool,
body.postid-891 .age-calculator-wrapper + .roberin-leaderboard-ad {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

body.postid-891 .age-calculator-wrapper + .roberin-leaderboard-ad--after-tool + article.roberin-article-body,
body.postid-891 .age-calculator-wrapper + .roberin-leaderboard-ad + article.roberin-article-body {
  margin-top: 0 !important;
}

body.postid-891[data-scheme="dark"],
body.postid-891[data-scheme="inverse"] {
  --age-paper: #2b2119;
  --age-paper-soft: #241c15;
  --age-ink: #f7ebd8;
  --age-muted: #f0dfc5;
  --age-line: #a98b6b;
  --age-line-soft: rgba(169, 139, 107, 0.48);
  --age-green: #344a32;
  --age-green-ink: #f7ebd8;
  --age-blue: #233c43;
  --age-blue-ink: #f1e8cf;
  --age-amber: #d2aa55;
  --age-red: #d08b75;
  --age-white: #241c15;
  --age-shadow: 4px 4px 0 rgba(0, 0, 0, 0.34);
  --age-shadow-soft: 2px 2px 0 rgba(0, 0, 0, 0.24);
  color: #f2e4cf !important;
  background:
    linear-gradient(90deg, rgba(229, 196, 139, 0.055) 1px, transparent 1px) 0 0 / 18px 18px,
    linear-gradient(0deg, rgba(229, 196, 139, 0.045) 1px, transparent 1px) 0 0 / 18px 18px,
    #201811 !important;
}

body.postid-891[data-scheme="dark"] .cs-wrapper,
body.postid-891[data-scheme="inverse"] .cs-wrapper,
body.postid-891[data-scheme="dark"] .cs-site,
body.postid-891[data-scheme="inverse"] .cs-site,
body.postid-891[data-scheme="dark"] .cs-site-inner,
body.postid-891[data-scheme="inverse"] .cs-site-inner,
body.postid-891[data-scheme="dark"] .cs-site-primary,
body.postid-891[data-scheme="inverse"] .cs-site-primary,
body.postid-891[data-scheme="dark"] .cs-site-content,
body.postid-891[data-scheme="inverse"] .cs-site-content,
body.postid-891[data-scheme="dark"] footer.cs-footer,
body.postid-891[data-scheme="inverse"] footer.cs-footer {
  color: #f2e4cf !important;
  background-color: #201811 !important;
  background-image:
    linear-gradient(90deg, rgba(229, 196, 139, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(229, 196, 139, 0.045) 1px, transparent 1px) !important;
  background-size: 18px 18px !important;
}

body.postid-891[data-scheme="dark"] .cs-main-content,
body.postid-891[data-scheme="inverse"] .cs-main-content,
body.postid-891[data-scheme="dark"] .cs-entry__wrap,
body.postid-891[data-scheme="inverse"] .cs-entry__wrap,
body.postid-891[data-scheme="dark"] .entry-content,
body.postid-891[data-scheme="inverse"] .entry-content {
  color: #f2e4cf !important;
}

body.postid-891[data-scheme="dark"] .cs-entry__title,
body.postid-891[data-scheme="inverse"] .cs-entry__title,
body.postid-891[data-scheme="dark"] .age-calculator-wrapper .calculator-header h2,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .calculator-header h2,
body.postid-891[data-scheme="dark"] .age-calculator-wrapper .section-title,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .section-title {
  color: #f7ebd8 !important;
  -webkit-text-fill-color: #f7ebd8 !important;
}

body.postid-891[data-scheme="dark"] .age-calculator-wrapper .calculator-header .subtitle,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .calculator-header .subtitle,
body.postid-891[data-scheme="dark"] .age-calculator-wrapper .result-label,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .result-label,
body.postid-891[data-scheme="dark"] .age-calculator-wrapper .result-label-text,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .result-label-text,
body.postid-891[data-scheme="dark"] .age-calculator-wrapper .input-group label,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .input-group label,
body.postid-891[data-scheme="dark"] .age-calculator-wrapper .info-desc,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .info-desc,
body.postid-891[data-scheme="dark"] .age-calculator-wrapper .feature-list li,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .feature-list li {
  color: #f0dfc5 !important;
  -webkit-text-fill-color: #f0dfc5 !important;
}

body.postid-891[data-scheme="dark"] .age-calculator-container,
body.postid-891[data-scheme="inverse"] .age-calculator-container {
  color: var(--age-ink) !important;
  background: var(--age-paper) !important;
  border-color: var(--age-line) !important;
  box-shadow: var(--age-shadow) !important;
}

body.postid-891[data-scheme="dark"] .age-calculator-container::before,
body.postid-891[data-scheme="inverse"] .age-calculator-container::before {
  background:
    linear-gradient(rgba(229, 196, 139, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(229, 196, 139, 0.045) 1px, transparent 1px) !important;
  background-size: 20px 20px !important;
}

body.postid-891[data-scheme="dark"] .age-calculator-wrapper .calculator-header,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .calculator-header {
  border-bottom-color: var(--age-line) !important;
}

body.postid-891[data-scheme="dark"] .age-calculator-wrapper .input-section,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .input-section,
body.postid-891[data-scheme="dark"] .age-calculator-wrapper .result-section,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .result-section,
body.postid-891[data-scheme="dark"] .age-calculator-wrapper .special-section,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .special-section,
body.postid-891[data-scheme="dark"] .age-calculator-wrapper .info-section,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .info-section {
  color: #f2e4cf !important;
  background: rgba(36, 28, 21, 0.94) !important;
  border-color: var(--age-line) !important;
  box-shadow: var(--age-shadow-soft) !important;
}

body.postid-891[data-scheme="dark"] .age-calculator-wrapper .date-input,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .date-input,
body.postid-891[data-scheme="dark"] .age-calculator-wrapper .number-input,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .number-input,
body.postid-891[data-scheme="dark"] .age-calculator-wrapper .select-input,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .select-input {
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  background: #201811 !important;
  border-color: var(--age-line) !important;
  box-shadow: inset 0 1px 0 rgba(229, 196, 139, 0.08) !important;
  color-scheme: dark;
}

body.postid-891[data-scheme="dark"] .age-calculator-wrapper .date-input:focus,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .date-input:focus,
body.postid-891[data-scheme="dark"] .age-calculator-wrapper .number-input:focus,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .number-input:focus {
  background: #2b2119 !important;
  border-color: #d2aa55 !important;
}

body.postid-891[data-scheme="dark"] .age-calculator-wrapper .btn-calculate,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .btn-calculate {
  color: #241c15 !important;
  -webkit-text-fill-color: #241c15 !important;
  background: #d2aa55 !important;
  border-color: #a98b6b !important;
}

body.postid-891[data-scheme="dark"] .age-calculator-wrapper .btn-quick,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .btn-quick,
body.postid-891[data-scheme="dark"] .age-calculator-wrapper .btn-today,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .btn-today,
body.postid-891[data-scheme="dark"] .age-calculator-wrapper .copy-btn,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .copy-btn {
  color: #f7ebd8 !important;
  -webkit-text-fill-color: #f7ebd8 !important;
  background: #344a32 !important;
  border-color: var(--age-line) !important;
}

body.postid-891[data-scheme="dark"] .age-calculator-wrapper .btn-reset,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .btn-reset,
body.postid-891[data-scheme="dark"] .age-calculator-wrapper .btn-milestone,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .btn-milestone {
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  background: #33271d !important;
  border-color: var(--age-line) !important;
}

body.postid-891[data-scheme="dark"] .age-calculator-wrapper .main-result,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .main-result {
  background: #233c43 !important;
  border-color: var(--age-line) !important;
}

body.postid-891[data-scheme="dark"] .age-calculator-wrapper .big-number,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .big-number {
  color: #f1e8cf !important;
  -webkit-text-fill-color: #f1e8cf !important;
}

body.postid-891[data-scheme="dark"] .age-calculator-wrapper .result-item,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .result-item,
body.postid-891[data-scheme="dark"] .age-calculator-wrapper .date-info-row,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .date-info-row,
body.postid-891[data-scheme="dark"] .age-calculator-wrapper .no-result,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .no-result,
body.postid-891[data-scheme="dark"] .age-calculator-wrapper .info-card,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .info-card,
body.postid-891[data-scheme="dark"] .age-calculator-wrapper .feature-list,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .feature-list,
body.postid-891[data-scheme="dark"] .age-calculator-wrapper .tool-status,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .tool-status {
  color: #f2e4cf !important;
  background: #2b2119 !important;
  border-color: rgba(169, 139, 107, 0.54) !important;
}

body.postid-891[data-scheme="dark"] .age-calculator-wrapper .result-value,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .result-value,
body.postid-891[data-scheme="dark"] .age-calculator-wrapper .date-info-row .value,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .date-info-row .value,
body.postid-891[data-scheme="dark"] .age-calculator-wrapper .info-title,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .info-title,
body.postid-891[data-scheme="dark"] .age-calculator-wrapper .feature-list p,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .feature-list p {
  color: #f7ebd8 !important;
  -webkit-text-fill-color: #f7ebd8 !important;
}

body.postid-891[data-scheme="dark"] .age-calculator-wrapper .special-result,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .special-result {
  color: #f2e4cf !important;
  background: #33271d !important;
  border-color: var(--age-line) !important;
}

body.postid-891[data-scheme="dark"] .age-calculator-wrapper .special-date,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .special-date {
  color: #f7ebd8 !important;
  -webkit-text-fill-color: #f7ebd8 !important;
}

body.postid-891[data-scheme="dark"] .age-calculator-wrapper .warning-box,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .warning-box {
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  background: #3a2b18 !important;
  border-color: #d2aa55 !important;
}

body.postid-891[data-scheme="dark"] .age-calculator-wrapper .warning-box strong,
body.postid-891[data-scheme="inverse"] .age-calculator-wrapper .warning-box strong {
  color: #f7deb0 !important;
  -webkit-text-fill-color: #f7deb0 !important;
}

@media (max-width: 980px) {
  body.postid-891 .cs-breadcrumbs,
  body.postid-891 .cs-entry__header,
  body.postid-891 .age-calculator-wrapper {
    width: min(950px, calc(100vw - 20px));
  }

  .age-calculator-wrapper .calculator-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .age-calculator-wrapper .input-section,
  .age-calculator-wrapper .result-section,
  .age-calculator-wrapper .special-section {
    grid-column: auto;
  }

  .age-calculator-wrapper .special-section {
    grid-column: 1 / -1;
  }

  .age-calculator-wrapper .info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.postid-891 .cs-breadcrumbs,
  body.postid-891 .cs-entry__header,
  body.postid-891 .age-calculator-wrapper {
    width: calc(100vw - 10px);
    max-width: calc(100vw - 10px);
    margin-left: 50%;
    margin-right: 0;
    transform: translateX(-50%);
  }

  body.postid-891 .cs-entry__header {
    margin-top: 12px;
    margin-bottom: 10px;
  }

  .age-calculator-container {
    padding: 9px;
    border-width: 1px;
    box-shadow: 3px 3px 0 rgba(72, 55, 40, 0.18);
  }

  .age-calculator-wrapper .calculator-header {
    gap: 4px;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }

  .age-calculator-wrapper .quick-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-bottom: 8px;
  }

  .age-calculator-wrapper .btn-quick,
  .age-calculator-wrapper .btn-reset {
    min-height: 36px;
    padding: 7px 8px;
    font-size: 12.5px;
  }

  .age-calculator-wrapper .calculator-main {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 8px;
  }

  .age-calculator-wrapper .input-section,
  .age-calculator-wrapper .result-section,
  .age-calculator-wrapper .special-section,
  .age-calculator-wrapper .info-section {
    padding: 9px;
  }

  .age-calculator-wrapper .section-title {
    margin-bottom: 8px;
    padding-bottom: 7px;
    font-size: 14.5px;
  }

  .age-calculator-wrapper .date-input,
  .age-calculator-wrapper .number-input,
  .age-calculator-wrapper .select-input,
  .age-calculator-wrapper .btn-today {
    min-height: 38px;
    font-size: 13.5px;
  }

  .age-calculator-wrapper .btn-today {
    padding-left: 8px;
    padding-right: 8px;
  }

  .age-calculator-wrapper .no-result {
    min-height: 110px;
  }

  .age-calculator-wrapper .detail-results,
  .age-calculator-wrapper .date-info,
  .age-calculator-wrapper .info-grid,
  .age-calculator-wrapper .feature-list ul {
    grid-template-columns: 1fr;
  }

  body.postid-891 .age-calculator-wrapper + .roberin-leaderboard-ad--after-tool,
  body.postid-891 .age-calculator-wrapper + .roberin-leaderboard-ad {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
}

@media (max-width: 380px) {
  .age-calculator-container {
    padding: 8px;
  }

  .age-calculator-wrapper .date-input-row,
  .age-calculator-wrapper .days-input-row {
    gap: 5px;
  }

  .age-calculator-wrapper .select-input--static {
    flex-basis: 42px;
  }

  .age-calculator-wrapper .special-date {
    font-size: 20px;
  }
}


body.postid-891 .entry-content article.roberin-article-body.age-body-article,
body.postid-891 article.roberin-article-body.age-body-article,
body.postid-891 .age-body-article {
  width: min(980px, calc(100vw - 32px)) !important;
  max-width: min(980px, calc(100vw - 32px)) !important;
  margin: 30px auto 42px !important;
  padding: 28px !important;
  color: #34281f !important;
  background:
    linear-gradient(rgba(107, 87, 69, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(107, 87, 69, .028) 1px, transparent 1px),
    #f8efe2 !important;
  background-size: 22px 22px, 22px 22px, auto !important;
  border: 2px solid #6b5745 !important;
  border-radius: 0 !important;
  box-shadow: 5px 5px 0 rgba(82, 65, 50, .2) !important;
  font-family: Pretendard, "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
  overflow-wrap: anywhere !important;
}

body.postid-891 .age-body-article,
body.postid-891 .age-body-article *,
body.postid-891 .age-body-article *::before,
body.postid-891 .age-body-article *::after {
  box-sizing: border-box !important;
  border-radius: 0 !important;
}

body.postid-891 .age-body-article :is(p, li, summary, span, strong, h2, h3, a) {
  letter-spacing: 0 !important;
}

body.postid-891 .age-body-article__hero,
body.postid-891 .age-body-article__section {
  display: grid !important;
  gap: 14px !important;
}

body.postid-891 .age-body-article__hero {
  padding: 0 0 20px !important;
}

body.postid-891 .age-body-article__section {
  padding-top: 22px !important;
  border-top: 1px dashed rgba(107, 87, 69, .34) !important;
}

body.postid-891 .age-body-article__kicker {
  display: inline-flex !important;
  width: fit-content !important;
  margin: 0 !important;
  padding: 5px 8px !important;
  color: #5f4a38 !important;
  background: #fffaf1 !important;
  border: 1px solid rgba(107, 87, 69, .42) !important;
  box-shadow: 2px 2px 0 rgba(82, 65, 50, .12) !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body.postid-891 .age-body-article h2,
body.postid-891 .age-calculator-article.age-body-article h2 {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #34281f !important;
  -webkit-text-fill-color: #34281f !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 28px !important;
  font-weight: 950 !important;
  line-height: 1.24 !important;
}

body.postid-891 .age-body-article h3,
body.postid-891 .age-calculator-article.age-body-article h3 {
  width: auto !important;
  margin: 0 !important;
  padding: 0 0 7px !important;
  color: #34281f !important;
  -webkit-text-fill-color: #34281f !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px dashed rgba(107, 87, 69, .28) !important;
  box-shadow: none !important;
  font-size: 17px !important;
  font-weight: 950 !important;
  line-height: 1.35 !important;
}

body.postid-891 .age-body-article p {
  width: min(100%, 850px) !important;
  max-width: 850px !important;
  margin: 0 !important;
  color: #46372a !important;
  -webkit-text-fill-color: #46372a !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
}

body.postid-891 .age-body-article__nav {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
}

body.postid-891 .age-body-article__nav a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 29px !important;
  width: auto !important;
  padding: 7px 10px !important;
  color: #34281f !important;
  -webkit-text-fill-color: #34281f !important;
  background: #fffaf1 !important;
  border: 1px solid #6b5745 !important;
  box-shadow: 2px 2px 0 rgba(82, 65, 50, .14) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1.15 !important;
  text-decoration: none !important;
}

body.postid-891 .age-body-article__nav a:hover,
body.postid-891 .age-body-article__nav a:focus-visible,
body.postid-891 .age-body-article__source-link:hover,
body.postid-891 .age-body-article__source-link:focus-visible {
  transform: translate(-1px, -1px) !important;
  box-shadow: 3px 3px 0 rgba(82, 65, 50, .18) !important;
}

body.postid-891 .age-body-article__card-grid,
body.postid-891 .age-body-article__grid,
body.postid-891 .age-body-article__definition-grid,
body.postid-891 .age-body-article__formula-grid,
body.postid-891 .age-body-article__walkthrough,
body.postid-891 .age-body-article__source-list,
body.postid-891 .age-body-article__faq-list {
  display: grid !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  gap: 10px !important;
}

body.postid-891 .age-body-article__card-grid,
body.postid-891 .age-body-article__definition-grid,
body.postid-891 .age-body-article__formula-grid,
body.postid-891 .age-body-article__walkthrough {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.postid-891 .age-body-article__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.postid-891 .age-body-article__source-list {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.postid-891 .age-body-article__faq-list {
  grid-template-columns: 1fr !important;
}

body.postid-891 .age-body-article__card,
body.postid-891 .age-body-article__definition,
body.postid-891 .age-body-article__formula,
body.postid-891 .age-body-article__walk-step,
body.postid-891 .age-body-article__source-link,
body.postid-891 .age-body-article__notice,
body.postid-891 .age-body-article details {
  display: grid !important;
  gap: 8px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 15px !important;
  color: #34281f !important;
  -webkit-text-fill-color: #34281f !important;
  background: #fffaf1 !important;
  border: 1px solid #6b5745 !important;
  box-shadow: 3px 3px 0 rgba(82, 65, 50, .16) !important;
}

body.postid-891 .age-body-article__formula,
body.postid-891 .age-body-article__walk-step {
  align-content: start !important;
  min-height: 112px !important;
  text-align: center !important;
}

body.postid-891 .age-body-article__walk-step.is-result {
  background: #e3efd2 !important;
}

body.postid-891 .age-body-article__formula span,
body.postid-891 .age-body-article__walk-step span {
  display: block !important;
  color: #6b5745 !important;
  -webkit-text-fill-color: #6b5745 !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1.25 !important;
}

body.postid-891 .age-body-article__formula strong,
body.postid-891 .age-body-article__walk-step strong {
  display: block !important;
  color: #2f241b !important;
  -webkit-text-fill-color: #2f241b !important;
  font-size: 17px !important;
  font-weight: 950 !important;
  line-height: 1.3 !important;
  overflow-wrap: anywhere !important;
}

body.postid-891 .age-body-article__card p,
body.postid-891 .age-body-article__definition p,
body.postid-891 .age-body-article__notice p,
body.postid-891 .age-body-article details p {
  width: 100% !important;
  max-width: 100% !important;
  color: #46372a !important;
  -webkit-text-fill-color: #46372a !important;
}

body.postid-891 .age-body-article__source-link {
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  color: #34281f !important;
  text-decoration: none !important;
}

body.postid-891 .age-body-article__source-link::after {
  content: "열기" !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 28px !important;
  padding: 5px 8px !important;
  color: #2b2119 !important;
  background: #f2e3d3 !important;
  border: 1px solid #6b5745 !important;
  box-shadow: 2px 2px 0 rgba(82, 65, 50, .12) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
}

body.postid-891 .age-body-article__source-link strong,
body.postid-891 .age-body-article__source-link span {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}

body.postid-891 .age-body-article__source-link span {
  display: block !important;
  color: #6b5745 !important;
  -webkit-text-fill-color: #6b5745 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

body.postid-891 .age-body-article__checklist {
  display: grid !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 8px !important;
  list-style: none !important;
}

body.postid-891 .age-body-article__steps {
  display: grid !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 8px !important;
  list-style: none !important;
  counter-reset: age-body-step !important;
}

body.postid-891 .age-body-article :is(ul, ol) {
  list-style: none !important;
}

body.postid-891 .age-body-article :is(ul, ol) > li {
  display: grid !important;
  grid-template-columns: 24px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 9px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  color: #46372a !important;
  -webkit-text-fill-color: #46372a !important;
  background: #fffaf1 !important;
  border: 1px solid rgba(107, 87, 69, .52) !important;
  box-shadow: 2px 2px 0 rgba(82, 65, 50, .12) !important;
  font-size: 15px !important;
  line-height: 1.62 !important;
}

body.postid-891 .age-body-article :is(ul, ol) > li::before {
  content: "" !important;
  position: static !important;
  display: block !important;
  align-self: center !important;
  justify-self: center !important;
  width: 9px !important;
  height: 9px !important;
  margin: 0 !important;
  background: #d2aa55 !important;
  border: 1px solid #6b5745 !important;
  box-shadow: 1px 1px 0 rgba(82, 65, 50, .16) !important;
}

body.postid-891 .age-body-article__steps > li {
  counter-increment: age-body-step !important;
}

body.postid-891 .age-body-article__steps > li::before {
  content: counter(age-body-step) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 20px !important;
  height: 20px !important;
  color: #34281f !important;
  -webkit-text-fill-color: #34281f !important;
  background: #f7df9d !important;
  border: 1px solid #6b5745 !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

body.postid-891 .age-body-article__li-text {
  display: block !important;
  min-width: 0 !important;
}

body.postid-891 .age-body-article details {
  padding: 0 !important;
  overflow: hidden !important;
}

body.postid-891 .age-body-article details summary {
  display: grid !important;
  grid-template-columns: 24px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 12px !important;
  color: #34281f !important;
  -webkit-text-fill-color: #34281f !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  line-height: 1.72 !important;
  list-style: none !important;
}

body.postid-891 .age-body-article details summary::-webkit-details-marker {
  display: none !important;
}

body.postid-891 .age-body-article details summary::marker {
  content: "" !important;
}

body.postid-891 .age-body-article details summary::before {
  content: "+" !important;
  position: static !important;
  display: inline-flex !important;
  align-self: center !important;
  justify-self: center !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  color: #34281f !important;
  -webkit-text-fill-color: #34281f !important;
  background: #f2e3d3 !important;
  border: 1px solid #6b5745 !important;
  box-shadow: 1px 1px 0 rgba(82, 65, 50, .16) !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

body.postid-891 .age-body-article details[open] summary::before {
  content: "-" !important;
}

body.postid-891 .age-body-article details p {
  padding: 0 12px 13px 46px !important;
}

body.postid-891[data-scheme="dark"] .entry-content article.roberin-article-body.age-body-article,
body.postid-891[data-scheme="inverse"] .entry-content article.roberin-article-body.age-body-article,
body.postid-891[data-scheme="dark"] .age-body-article,
body.postid-891[data-scheme="inverse"] .age-body-article,
body[data-scheme="dark"] .age-body-article,
body[data-scheme="inverse"] .age-body-article,
.dark-mode .age-body-article,
.theme-dark .age-body-article {
  color: #f7ebd8 !important;
  background:
    linear-gradient(rgba(242, 227, 211, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(242, 227, 211, .045) 1px, transparent 1px),
    #241c15 !important;
  border-color: #a98b6b !important;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, .32) !important;
}

body.postid-891[data-scheme="dark"] .age-body-article h2,
body.postid-891[data-scheme="inverse"] .age-body-article h2,
body[data-scheme="dark"] .age-body-article h2,
body[data-scheme="inverse"] .age-body-article h2,
.dark-mode .age-body-article h2,
.theme-dark .age-body-article h2,
body.postid-891[data-scheme="dark"] .age-body-article :is(h3, strong, summary),
body.postid-891[data-scheme="inverse"] .age-body-article :is(h3, strong, summary),
body[data-scheme="dark"] .age-body-article :is(h3, strong, summary),
body[data-scheme="inverse"] .age-body-article :is(h3, strong, summary),
.dark-mode .age-body-article :is(h3, strong, summary),
.theme-dark .age-body-article :is(h3, strong, summary) {
  color: #f7ebd8 !important;
  -webkit-text-fill-color: #f7ebd8 !important;
}

body.postid-891[data-scheme="dark"] .age-body-article :is(p, li, span),
body.postid-891[data-scheme="inverse"] .age-body-article :is(p, li, span),
body[data-scheme="dark"] .age-body-article :is(p, li, span),
body[data-scheme="inverse"] .age-body-article :is(p, li, span),
.dark-mode .age-body-article :is(p, li, span),
.theme-dark .age-body-article :is(p, li, span) {
  color: #ead9bf !important;
  -webkit-text-fill-color: #ead9bf !important;
}

body.postid-891[data-scheme="dark"] .age-body-article__kicker,
body.postid-891[data-scheme="dark"] .age-body-article__nav a,
body.postid-891[data-scheme="dark"] .age-body-article__card,
body.postid-891[data-scheme="dark"] .age-body-article__definition,
body.postid-891[data-scheme="dark"] .age-body-article__formula,
body.postid-891[data-scheme="dark"] .age-body-article__walk-step,
body.postid-891[data-scheme="dark"] .age-body-article__source-link,
body.postid-891[data-scheme="dark"] .age-body-article__notice,
body.postid-891[data-scheme="dark"] .age-body-article details,
body.postid-891[data-scheme="dark"] .age-body-article :is(ul, ol) > li,
body.postid-891[data-scheme="inverse"] .age-body-article__kicker,
body.postid-891[data-scheme="inverse"] .age-body-article__nav a,
body.postid-891[data-scheme="inverse"] .age-body-article__card,
body.postid-891[data-scheme="inverse"] .age-body-article__definition,
body.postid-891[data-scheme="inverse"] .age-body-article__formula,
body.postid-891[data-scheme="inverse"] .age-body-article__walk-step,
body.postid-891[data-scheme="inverse"] .age-body-article__source-link,
body.postid-891[data-scheme="inverse"] .age-body-article__notice,
body.postid-891[data-scheme="inverse"] .age-body-article details,
body.postid-891[data-scheme="inverse"] .age-body-article :is(ul, ol) > li {
  background: #2b2119 !important;
  border-color: #a98b6b !important;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, .28) !important;
}

body.postid-891[data-scheme="dark"] .age-body-article__walk-step.is-result,
body.postid-891[data-scheme="inverse"] .age-body-article__walk-step.is-result {
  background: #243321 !important;
}

body.postid-891[data-scheme="dark"] .age-body-article__source-link::after,
body.postid-891[data-scheme="inverse"] .age-body-article__source-link::after,
body.postid-891[data-scheme="dark"] .age-body-article details summary::before,
body.postid-891[data-scheme="inverse"] .age-body-article details summary::before {
  color: #241c15 !important;
  -webkit-text-fill-color: #241c15 !important;
  background: #d2aa55 !important;
  border-color: #a98b6b !important;
}

body.postid-891[data-scheme="dark"] .age-body-article__section,
body.postid-891[data-scheme="inverse"] .age-body-article__section {
  border-top-color: rgba(242, 227, 211, .32) !important;
}

@media (max-width: 980px) {
  body.postid-891 .entry-content article.roberin-article-body.age-body-article,
  body.postid-891 article.roberin-article-body.age-body-article,
  body.postid-891 .age-body-article {
    width: min(948px, calc(100vw - 24px)) !important;
    max-width: min(948px, calc(100vw - 24px)) !important;
    padding: 24px !important;
  }

  body.postid-891 .age-body-article__card-grid,
  body.postid-891 .age-body-article__grid,
  body.postid-891 .age-body-article__definition-grid,
  body.postid-891 .age-body-article__formula-grid,
  body.postid-891 .age-body-article__walkthrough {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.postid-891 .entry-content article.roberin-article-body.age-body-article,
  body.postid-891 article.roberin-article-body.age-body-article,
  body.postid-891 .age-body-article {
    width: calc(100vw - 18px) !important;
    max-width: calc(100vw - 18px) !important;
    margin: 24px auto 34px !important;
    padding: 18px !important;
    transform: none !important;
  }

  body.postid-891 .age-body-article h2,
  body.postid-891 .age-calculator-article.age-body-article h2 {
    font-size: 22px !important;
    line-height: 1.28 !important;
  }

  body.postid-891 .age-body-article p {
    font-size: 14px !important;
    line-height: 1.68 !important;
  }

  body.postid-891 .age-body-article__nav {
    gap: 6px !important;
  }

  body.postid-891 .age-body-article__nav a {
    min-height: 30px !important;
    padding: 7px 8px !important;
    font-size: 11.5px !important;
  }

  body.postid-891 .age-body-article__card-grid,
  body.postid-891 .age-body-article__grid,
  body.postid-891 .age-body-article__definition-grid,
  body.postid-891 .age-body-article__formula-grid,
  body.postid-891 .age-body-article__walkthrough,
  body.postid-891 .age-body-article__source-list {
    grid-template-columns: 1fr !important;
  }

  body.postid-891 .age-body-article__card,
  body.postid-891 .age-body-article__definition,
  body.postid-891 .age-body-article__formula,
  body.postid-891 .age-body-article__walk-step,
  body.postid-891 .age-body-article__source-link,
  body.postid-891 .age-body-article__notice {
    padding: 13px !important;
  }

  body.postid-891 .age-body-article__source-link {
    grid-template-columns: 1fr !important;
  }

  body.postid-891 .age-body-article__source-link::after {
    width: fit-content !important;
  }

  body.postid-891 .age-body-article details p {
    padding: 0 12px 13px 42px !important;
  }
}

body.postid-891 .entry-content > article.roberin-article-body.age-body-article,
body.postid-891 .entry-content article.roberin-article-body.age-body-article,
body.postid-891 article.roberin-article-body.age-body-article,
body.postid-891 .age-body-article {
  --age-body-paper: #f8efe2;
  --age-body-card: #fffaf1;
  --age-body-card-strong: #fffdf7;
  --age-body-ink: #34281f;
  --age-body-muted: #6b5745;
  --age-body-line: #6b5745;
  --age-body-line-soft: rgba(107, 87, 69, 0.28);
  --age-body-grid: rgba(107, 87, 69, 0.052);
  --age-body-green: #e3efd2;
  --age-body-blue: #dfeef8;
  --age-body-amber: #f7df9d;
  --age-body-shadow: 5px 5px 0 rgba(82, 65, 50, 0.2);
  --age-body-shadow-tight: 3px 3px 0 rgba(82, 65, 50, 0.16);

  box-sizing: border-box !important;
  width: min(100% - 32px, 980px) !important;
  max-width: 980px !important;
  margin: 30px auto 42px !important;
  padding: 28px !important;
  color: var(--age-body-ink) !important;
  background:
    linear-gradient(var(--age-body-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--age-body-grid) 1px, transparent 1px),
    var(--age-body-paper) !important;
  background-size: 18px 18px, 18px 18px, auto !important;
  border: 2px solid var(--age-body-line) !important;
  border-radius: 0 !important;
  box-shadow: var(--age-body-shadow) !important;
  font-family: "Noto Sans KR", "Malgun Gothic", -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
  letter-spacing: 0 !important;
  overflow-wrap: break-word !important;
  word-break: keep-all !important;
}

body.postid-891 .age-body-article,
body.postid-891 .age-body-article *,
body.postid-891 .age-body-article *::before,
body.postid-891 .age-body-article *::after {
  box-sizing: border-box !important;
  border-radius: 0 !important;
  letter-spacing: 0 !important;
}

body.postid-891 .age-body-article :where(h2, h3, h4, p, ul, ol, li) {
  margin: 0 !important;
}

body.postid-891 .age-body-article__hero {
  display: block !important;
  padding: 0 0 20px !important;
  border-bottom: 1px dashed var(--age-body-line-soft) !important;
}

body.postid-891 .age-body-article__section {
  display: block !important;
  padding: 22px 0 0 !important;
  border-top: 0 !important;
}

body.postid-891 .age-body-article__section + .age-body-article__section {
  margin-top: 22px !important;
  border-top: 1px dashed var(--age-body-line-soft) !important;
}

body.postid-891 .age-body-article__kicker {
  display: inline-block !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 0 9px !important;
  padding: 5px 8px !important;
  color: var(--age-body-muted) !important;
  -webkit-text-fill-color: var(--age-body-muted) !important;
  background: var(--age-body-amber) !important;
  border: 1px solid var(--age-body-line) !important;
  box-shadow: none !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
}

body.postid-891 .age-body-article h2,
body.postid-891 .age-calculator-article.age-body-article h2 {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--age-body-ink) !important;
  -webkit-text-fill-color: var(--age-body-ink) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 28px !important;
  font-weight: 950 !important;
  line-height: 1.24 !important;
  word-break: keep-all !important;
}

body.postid-891 .age-body-article h3,
body.postid-891 .age-calculator-article.age-body-article h3 {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--age-body-ink) !important;
  -webkit-text-fill-color: var(--age-body-ink) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 18px !important;
  font-weight: 950 !important;
  line-height: 1.34 !important;
}

body.postid-891 .age-body-article p,
body.postid-891 .age-body-article li,
body.postid-891 .age-body-article summary {
  width: auto !important;
  max-width: none !important;
  color: var(--age-body-muted) !important;
  -webkit-text-fill-color: var(--age-body-muted) !important;
  font-size: 15px !important;
  font-weight: 720 !important;
  line-height: 1.72 !important;
  word-break: keep-all !important;
}

body.postid-891 .age-body-article strong {
  color: var(--age-body-ink) !important;
  -webkit-text-fill-color: var(--age-body-ink) !important;
  font-weight: 950 !important;
}

body.postid-891 .age-body-article__hero > p:not(.age-body-article__kicker),
body.postid-891 .age-body-article__section > p {
  max-width: 860px !important;
  margin-top: 10px !important;
}

body.postid-891 .age-body-article__nav {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  margin: 16px 0 0 !important;
  padding: 0 !important;
  position: static !important;
}

body.postid-891 .age-body-article__nav a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 34px !important;
  width: auto !important;
  padding: 7px 10px !important;
  color: var(--age-body-ink) !important;
  -webkit-text-fill-color: var(--age-body-ink) !important;
  background: var(--age-body-card) !important;
  border: 1px solid var(--age-body-line) !important;
  box-shadow: 2px 2px 0 rgba(82, 65, 50, 0.14) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1.15 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

body.postid-891 .age-body-article__nav a:hover,
body.postid-891 .age-body-article__nav a:focus-visible,
body.postid-891 .age-body-article__source-link:hover,
body.postid-891 .age-body-article__source-link:focus-visible {
  color: var(--age-body-ink) !important;
  background: var(--age-body-card) !important;
  box-shadow: 4px 4px 0 rgba(82, 65, 50, 0.22) !important;
  transform: translate(-1px, -1px) !important;
}

body.postid-891 .age-body-article__grid,
body.postid-891 .age-body-article__formula-grid,
body.postid-891 .age-body-article__walkthrough,
body.postid-891 .age-body-article__source-list,
body.postid-891 .age-body-article__faq-list,
body.postid-891 .age-body-article__steps,
body.postid-891 .age-body-article__checklist {
  display: grid !important;
  gap: 10px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 16px 0 0 !important;
  padding: 0 !important;
}

body.postid-891 .age-body-article__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.postid-891 .age-body-article__formula-grid,
body.postid-891 .age-body-article__walkthrough {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.postid-891 .age-body-article__source-list {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.postid-891 .age-body-article__faq-list {
  grid-template-columns: 1fr !important;
}

body.postid-891 .age-body-article__card,
body.postid-891 .age-body-article__formula,
body.postid-891 .age-body-article__walk-step,
body.postid-891 .age-body-article__source-link,
body.postid-891 .age-body-article__notice,
body.postid-891 .age-body-article details {
  min-width: 0 !important;
  color: var(--age-body-muted) !important;
  -webkit-text-fill-color: var(--age-body-muted) !important;
  background: var(--age-body-card) !important;
  border: 1px solid var(--age-body-line) !important;
  border-radius: 0 !important;
  box-shadow: var(--age-body-shadow-tight) !important;
}

body.postid-891 .age-body-article__card,
body.postid-891 .age-body-article__notice {
  display: block !important;
  padding: 15px !important;
}

body.postid-891 .age-body-article__card p,
body.postid-891 .age-body-article__notice p {
  width: auto !important;
  max-width: none !important;
  margin-top: 8px !important;
  color: var(--age-body-muted) !important;
  -webkit-text-fill-color: var(--age-body-muted) !important;
  font-size: 14px !important;
  line-height: 1.66 !important;
}

body.postid-891 .age-body-article__formula,
body.postid-891 .age-body-article__walk-step {
  display: block !important;
  min-height: 0 !important;
  padding: 13px 10px !important;
  text-align: center !important;
}

body.postid-891 .age-body-article__formula span,
body.postid-891 .age-body-article__walk-step span {
  display: block !important;
  color: var(--age-body-muted) !important;
  -webkit-text-fill-color: var(--age-body-muted) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

body.postid-891 .age-body-article__formula strong,
body.postid-891 .age-body-article__walk-step strong {
  display: block !important;
  min-width: 0 !important;
  margin-top: 7px !important;
  color: var(--age-body-ink) !important;
  -webkit-text-fill-color: var(--age-body-ink) !important;
  overflow-wrap: anywhere !important;
  font-size: 16px !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
}

body.postid-891 .age-body-article__walk-step.is-result {
  background: var(--age-body-green) !important;
}

body.postid-891 .age-body-article__notice {
  margin-top: 16px !important;
  background: var(--age-body-blue) !important;
}

body.postid-891 .age-body-article__source-link {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 5px 12px !important;
  align-items: center !important;
  padding: 13px 13px 13px 14px !important;
  color: var(--age-body-muted) !important;
  background: var(--age-body-card-strong) !important;
  border-width: 2px !important;
  box-shadow: 3px 3px 0 rgba(82, 65, 50, 0.18) !important;
  text-decoration: none !important;
}

body.postid-891 .age-body-article__source-link::after {
  content: "열기" !important;
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  align-self: center !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 30px !important;
  padding: 6px 10px !important;
  color: var(--age-body-ink) !important;
  -webkit-text-fill-color: var(--age-body-ink) !important;
  background: var(--age-body-amber) !important;
  border: 1px solid var(--age-body-line) !important;
  box-shadow: 2px 2px 0 rgba(82, 65, 50, 0.16) !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body.postid-891 .age-body-article__source-link strong {
  min-width: 0 !important;
  color: var(--age-body-ink) !important;
  -webkit-text-fill-color: var(--age-body-ink) !important;
  font-size: 14px !important;
  line-height: 1.28 !important;
}

body.postid-891 .age-body-article__source-link span {
  min-width: 0 !important;
  color: var(--age-body-muted) !important;
  -webkit-text-fill-color: var(--age-body-muted) !important;
  font-size: 12px !important;
  font-weight: 760 !important;
  line-height: 1.48 !important;
}

body.postid-891 .age-body-article :where(ul, ol) {
  padding: 0 !important;
  list-style: none !important;
}

body.postid-891 .age-body-article li {
  position: relative !important;
  padding-left: 34px !important;
}

body.postid-891 .age-body-article li::before {
  content: none !important;
}

body.postid-891 .age-body-article__steps {
  counter-reset: age-body-step !important;
}

body.postid-891 .age-body-article__steps > li,
body.postid-891 .age-body-article__checklist > li {
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: center !important;
  min-height: 0 !important;
  padding: 12px 14px !important;
  color: var(--age-body-muted) !important;
  background: var(--age-body-card) !important;
  border: 1px solid var(--age-body-line) !important;
  box-shadow: 2px 2px 0 rgba(82, 65, 50, 0.12) !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
}

body.postid-891 .age-body-article__steps > li {
  counter-increment: age-body-step !important;
}

body.postid-891 .age-body-article__steps > li::before,
body.postid-891 .age-body-article__checklist > li::before {
  position: static !important;
  display: inline-grid !important;
  width: 22px !important;
  height: 22px !important;
  margin-top: 0 !important;
  align-self: center !important;
  place-items: center !important;
  color: var(--age-body-ink) !important;
  -webkit-text-fill-color: var(--age-body-ink) !important;
  background: var(--age-body-amber) !important;
  border: 1px solid var(--age-body-line) !important;
  box-shadow: 1px 1px 0 rgba(82, 65, 50, 0.22) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

body.postid-891 .age-body-article__steps > li::before {
  content: counter(age-body-step) !important;
}

body.postid-891 .age-body-article__checklist > li::before {
  content: "" !important;
}

body.postid-891 .age-body-article__li-text {
  display: block !important;
  min-width: 0 !important;
  grid-column: 2 !important;
  align-self: center !important;
}

body.postid-891 .age-body-article details {
  display: block !important;
  padding: 0 !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

body.postid-891 .age-body-article details summary {
  display: grid !important;
  grid-template-columns: 20px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 9px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 12px !important;
  color: var(--age-body-ink) !important;
  -webkit-text-fill-color: var(--age-body-ink) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  line-height: 1.72 !important;
  list-style: none !important;
}

body.postid-891 .age-body-article details summary::-webkit-details-marker {
  display: none !important;
}

body.postid-891 .age-body-article details summary::marker {
  content: "" !important;
}

body.postid-891 .age-body-article details summary::before {
  content: "+" !important;
  position: static !important;
  display: inline-grid !important;
  align-self: center !important;
  place-items: center !important;
  width: 20px !important;
  height: 20px !important;
  margin-top: 0 !important;
  color: var(--age-body-ink) !important;
  -webkit-text-fill-color: var(--age-body-ink) !important;
  background: var(--age-body-amber) !important;
  border: 1px solid var(--age-body-line) !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

body.postid-891 .age-body-article details[open] summary {
  border-bottom: 1px dashed var(--age-body-line-soft) !important;
}

body.postid-891 .age-body-article details[open] summary::before {
  content: "-" !important;
}

body.postid-891 .age-body-article details p {
  padding: 12px !important;
  color: var(--age-body-muted) !important;
  -webkit-text-fill-color: var(--age-body-muted) !important;
  font-size: 14px !important;
  line-height: 1.68 !important;
}

body.postid-891[data-scheme="dark"] .entry-content article.roberin-article-body.age-body-article,
body.postid-891[data-scheme="inverse"] .entry-content article.roberin-article-body.age-body-article,
html[data-scheme="dark"] body.postid-891 .entry-content article.roberin-article-body.age-body-article,
html[data-scheme="inverse"] body.postid-891 .entry-content article.roberin-article-body.age-body-article,
body[data-scheme="dark"].postid-891 .entry-content article.roberin-article-body.age-body-article,
body[data-scheme="inverse"].postid-891 .entry-content article.roberin-article-body.age-body-article {
  --age-body-paper: #2b2119;
  --age-body-card: #33271d;
  --age-body-card-strong: #241c15;
  --age-body-ink: #f7ebd8;
  --age-body-muted: #ead8bd;
  --age-body-line: #a98b6b;
  --age-body-line-soft: rgba(169, 139, 107, 0.42);
  --age-body-grid: rgba(229, 196, 139, 0.055);
  --age-body-green: #344a32;
  --age-body-blue: #233c43;
  --age-body-amber: #5a461e;
  --age-body-shadow: 5px 5px 0 rgba(0, 0, 0, 0.34);
  --age-body-shadow-tight: 3px 3px 0 rgba(0, 0, 0, 0.24);
}

@media (max-width: 760px) {
  body.postid-891 .entry-content > article.roberin-article-body.age-body-article,
  body.postid-891 .entry-content article.roberin-article-body.age-body-article,
  body.postid-891 article.roberin-article-body.age-body-article,
  body.postid-891 .age-body-article {
    width: min(100% - 20px, 980px) !important;
    max-width: 980px !important;
    margin: 24px auto 34px !important;
    padding: 18px !important;
  }

  body.postid-891 .age-body-article h2,
  body.postid-891 .age-calculator-article.age-body-article h2 {
    font-size: 24px !important;
  }

  body.postid-891 .age-body-article__grid,
  body.postid-891 .age-body-article__formula-grid,
  body.postid-891 .age-body-article__walkthrough,
  body.postid-891 .age-body-article__source-list {
    grid-template-columns: 1fr !important;
  }

  body.postid-891 .age-body-article__nav a {
    white-space: normal !important;
  }
}

@media (max-width: 390px) {
  body.postid-891 .entry-content > article.roberin-article-body.age-body-article,
  body.postid-891 .entry-content article.roberin-article-body.age-body-article,
  body.postid-891 article.roberin-article-body.age-body-article,
  body.postid-891 .age-body-article {
    width: min(100% - 16px, 980px) !important;
    padding: 16px !important;
  }

  body.postid-891 .age-body-article p,
  body.postid-891 .age-body-article li,
  body.postid-891 .age-body-article summary {
    font-size: 14px !important;
  }

  body.postid-891 .age-body-article__formula strong,
  body.postid-891 .age-body-article__walk-step strong {
    font-size: 15px !important;
  }
}

html body.postid-891 .entry-content article.roberin-article-body.age-body-article .age-body-article__hero,
html[data-scheme="dark"] body.postid-891 .entry-content article.roberin-article-body.age-body-article .age-body-article__hero,
html[data-scheme="inverse"] body.postid-891 .entry-content article.roberin-article-body.age-body-article .age-body-article__hero,
body.postid-891[data-scheme="dark"] .entry-content article.roberin-article-body.age-body-article .age-body-article__hero,
body.postid-891[data-scheme="inverse"] .entry-content article.roberin-article-body.age-body-article .age-body-article__hero {
  display: block !important;
  padding: 0 0 20px !important;
  border-top: 0 !important;
  border-bottom: 1px dashed var(--age-body-line-soft) !important;
}

html body.postid-891 .entry-content article.roberin-article-body.age-body-article .age-body-article__section,
html[data-scheme="dark"] body.postid-891 .entry-content article.roberin-article-body.age-body-article .age-body-article__section,
html[data-scheme="inverse"] body.postid-891 .entry-content article.roberin-article-body.age-body-article .age-body-article__section,
body.postid-891[data-scheme="dark"] .entry-content article.roberin-article-body.age-body-article .age-body-article__section,
body.postid-891[data-scheme="inverse"] .entry-content article.roberin-article-body.age-body-article .age-body-article__section {
  display: block !important;
  padding: 22px 0 0 !important;
  border-top: 0 !important;
}

html body.postid-891 .entry-content article.roberin-article-body.age-body-article .age-body-article__section + .age-body-article__section,
html[data-scheme="dark"] body.postid-891 .entry-content article.roberin-article-body.age-body-article .age-body-article__section + .age-body-article__section,
html[data-scheme="inverse"] body.postid-891 .entry-content article.roberin-article-body.age-body-article .age-body-article__section + .age-body-article__section,
body.postid-891[data-scheme="dark"] .entry-content article.roberin-article-body.age-body-article .age-body-article__section + .age-body-article__section,
body.postid-891[data-scheme="inverse"] .entry-content article.roberin-article-body.age-body-article .age-body-article__section + .age-body-article__section {
  margin-top: 22px !important;
  border-top: 1px dashed var(--age-body-line-soft) !important;
}

html body.postid-891 .entry-content article.roberin-article-body.age-body-article .age-body-article__kicker,
html[data-scheme="dark"] body.postid-891 .entry-content article.roberin-article-body.age-body-article .age-body-article__kicker,
html[data-scheme="inverse"] body.postid-891 .entry-content article.roberin-article-body.age-body-article .age-body-article__kicker,
body.postid-891[data-scheme="dark"] .entry-content article.roberin-article-body.age-body-article .age-body-article__kicker,
body.postid-891[data-scheme="inverse"] .entry-content article.roberin-article-body.age-body-article .age-body-article__kicker {
  display: inline-block !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 0 9px !important;
  padding: 5px 8px !important;
  color: var(--age-body-muted) !important;
  -webkit-text-fill-color: var(--age-body-muted) !important;
  background: var(--age-body-amber) !important;
  border: 1px solid var(--age-body-line) !important;
  box-shadow: none !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
}

html body.postid-891 .entry-content article.roberin-article-body.age-body-article .age-body-article__steps > li,
html body.postid-891 .entry-content article.roberin-article-body.age-body-article .age-body-article__checklist > li,
html[data-scheme="dark"] body.postid-891 .entry-content article.roberin-article-body.age-body-article .age-body-article__steps > li,
html[data-scheme="dark"] body.postid-891 .entry-content article.roberin-article-body.age-body-article .age-body-article__checklist > li,
html[data-scheme="inverse"] body.postid-891 .entry-content article.roberin-article-body.age-body-article .age-body-article__steps > li,
html[data-scheme="inverse"] body.postid-891 .entry-content article.roberin-article-body.age-body-article .age-body-article__checklist > li {
  padding: 12px 14px !important;
  align-items: center !important;
}

html body.postid-891 article.roberin-article-body.age-body-article .age-body-article__kicker,
html body.postid-891 .age-body-article.age-calculator-article .age-body-article__kicker {
  display: inline-block !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 0 9px !important;
  padding: 5px 8px !important;
  color: var(--age-body-muted) !important;
  -webkit-text-fill-color: var(--age-body-muted) !important;
  background: var(--age-body-amber) !important;
  border: 1px solid var(--age-body-line) !important;
  box-shadow: none !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
}

html body.postid-891 article.roberin-article-body.age-body-article .age-body-article__steps > li,
html body.postid-891 article.roberin-article-body.age-body-article .age-body-article__checklist > li,
html body.postid-891 .age-body-article.age-calculator-article .age-body-article__steps > li,
html body.postid-891 .age-body-article.age-calculator-article .age-body-article__checklist > li {
  padding: 12px 14px !important;
  align-items: center !important;
}
