/* ROBERIN installment savings calculator redesign - v5 2026-05-18 article namespace cleanup */
body.postid-1704 {
  --isc-paper: #fff7e8;
  --isc-paper-soft: #fbf0dc;
  --isc-ink: #2b2119;
  --isc-muted: #67584a;
  --isc-line: #6b5745;
  --isc-line-soft: rgba(107, 87, 69, 0.28);
  --isc-green: #e3efd2;
  --isc-green-ink: #2f4e2e;
  --isc-blue: #dfeef8;
  --isc-blue-ink: #28455a;
  --isc-amber: #f7df9d;
  --isc-red: #a43e2d;
  --isc-white: #fffdf7;
  --isc-shadow: 4px 4px 0 rgba(72, 55, 40, 0.22);
  --isc-shadow-soft: 2px 2px 0 rgba(72, 55, 40, 0.14);
  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-1704 .cs-site-content > .cs-container,
body.postid-1704 .cs-main-content,
body.postid-1704 .cs-content-area,
body.postid-1704 .cs-entry__container,
body.postid-1704 .cs-entry__content-wrap {
  width: 100% !important;
  max-width: none !important;
}

body.postid-1704 .cs-breadcrumbs,
body.postid-1704 .cs-entry__header,
body.postid-1704 .installment-savings-calculator,
body.postid-1704 .entry-content > .wp-block-group.content1,
body.postid-1704 .entry-content > article {
  width: min(950px, calc(100vw - 32px)) !important;
  max-width: 950px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

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

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

.installment-savings-calculator,
.installment-savings-calculator *,
.installment-savings-calculator *::before,
.installment-savings-calculator *::after {
  box-sizing: border-box !important;
}

.installment-savings-calculator {
  margin-top: 0 !important;
  margin-bottom: 28px !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--isc-ink) !important;
  background: transparent !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif !important;
}

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

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

.installment-savings-calculator .calculator-header {
  display: grid !important;
  gap: 6px !important;
  margin: 0 0 10px !important;
  padding: 0 0 10px !important;
  text-align: left !important;
  border: 0 !important;
  border-bottom: 2px solid var(--isc-line) !important;
  background: transparent !important;
}

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

.installment-savings-calculator .subtitle {
  max-width: 720px !important;
  margin: 0 !important;
  color: var(--isc-muted) !important;
  -webkit-text-fill-color: var(--isc-muted) !important;
  font-size: 14.5px !important;
  line-height: 1.55 !important;
  font-weight: 700 !important;
  word-break: keep-all !important;
}

.installment-savings-calculator .quick-actions {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin: 0 0 10px !important;
}

.installment-savings-calculator button,
.installment-savings-calculator input {
  font-family: inherit !important;
}

.installment-savings-calculator .period-btn,
.installment-savings-calculator .btn-reset,
.installment-savings-calculator .btn-calculate {
  appearance: none !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  transition: transform 120ms ease, box-shadow 120ms ease, background-color 120ms ease, color 120ms ease !important;
}

.installment-savings-calculator .period-btn,
.installment-savings-calculator .btn-reset {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  min-height: 38px !important;
  padding: 8px 10px !important;
  color: var(--isc-green-ink) !important;
  -webkit-text-fill-color: var(--isc-green-ink) !important;
  background: var(--isc-green) !important;
  border: 1px solid var(--isc-line) !important;
  box-shadow: var(--isc-shadow-soft) !important;
  font-size: 13.5px !important;
  line-height: 1.1 !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}

.installment-savings-calculator .btn-reset {
  color: #743528 !important;
  -webkit-text-fill-color: #743528 !important;
  background: #f3dfd3 !important;
}

.installment-savings-calculator .period-btn:hover,
.installment-savings-calculator .btn-reset:hover,
.installment-savings-calculator .btn-calculate:hover {
  transform: translate(1px, 1px) !important;
  box-shadow: 1px 1px 0 rgba(72, 55, 40, 0.16) !important;
}

.installment-savings-calculator .period-btn:active,
.installment-savings-calculator .btn-reset:active,
.installment-savings-calculator .btn-calculate:active {
  transform: translate(2px, 2px) !important;
  box-shadow: none !important;
}

.installment-savings-calculator .period-btn:focus-visible,
.installment-savings-calculator .btn-reset:focus-visible,
.installment-savings-calculator .btn-calculate:focus-visible,
.installment-savings-calculator .number-input:focus-visible,
.installment-savings-calculator .radio-chip input:focus-visible {
  outline: 3px solid #d6a62b !important;
  outline-offset: 2px !important;
}

.installment-savings-calculator .calculator-main {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr) !important;
  gap: 10px !important;
  margin: 0 0 10px !important;
  align-items: stretch !important;
}

.installment-savings-calculator .input-section,
.installment-savings-calculator .result-section,
.installment-savings-calculator .info-section {
  min-width: 0 !important;
  padding: 12px !important;
  color: var(--isc-ink) !important;
  background: rgba(255, 253, 247, 0.94) !important;
  border: 1px solid var(--isc-line) !important;
  border-radius: 0 !important;
  box-shadow: var(--isc-shadow-soft) !important;
}

.installment-savings-calculator .input-section,
.installment-savings-calculator .result-section {
  display: flex !important;
  flex-direction: column !important;
}

.installment-savings-calculator .section-title {
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  margin: 0 0 10px !important;
  padding: 0 0 8px !important;
  color: var(--isc-ink) !important;
  -webkit-text-fill-color: var(--isc-ink) !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--isc-line-soft) !important;
  box-shadow: none !important;
  font-size: 15.5px !important;
  line-height: 1.2 !important;
  font-weight: 950 !important;
  letter-spacing: -0.02em !important;
}

.installment-savings-calculator .field-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(128px, 0.55fr) !important;
  gap: 9px !important;
  margin: 0 0 10px !important;
}

.installment-savings-calculator .input-group {
  min-width: 0 !important;
  margin: 0 !important;
}

.installment-savings-calculator .input-group--period {
  grid-column: 1 / -1 !important;
}

.installment-savings-calculator label,
.installment-savings-calculator .input-group label,
.installment-savings-calculator legend {
  display: block !important;
  margin: 0 0 5px !important;
  padding: 0 !important;
  color: var(--isc-muted) !important;
  -webkit-text-fill-color: var(--isc-muted) !important;
  font-size: 12.5px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  letter-spacing: -0.01em !important;
}

.installment-savings-calculator .label-note {
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
}

.installment-savings-calculator .input-wrapper,
.installment-savings-calculator .period-wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  min-width: 0 !important;
}

.installment-savings-calculator .period-wrapper > .input-wrapper {
  flex: 1 1 0 !important;
}

.installment-savings-calculator .number-input {
  min-width: 0 !important;
  min-height: 40px !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 8px 10px !important;
  color: var(--isc-ink) !important;
  -webkit-text-fill-color: var(--isc-ink) !important;
  caret-color: #5f4834 !important;
  background: #fffdf8 !important;
  border: 1px solid var(--isc-line) !important;
  border-radius: 0 !important;
  box-shadow: inset 0 1px 0 rgba(107, 87, 69, 0.08) !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 850 !important;
  font-variant-numeric: tabular-nums !important;
  color-scheme: light !important;
}

.installment-savings-calculator .number-input::placeholder {
  color: rgba(103, 88, 74, 0.50) !important;
  -webkit-text-fill-color: rgba(103, 88, 74, 0.50) !important;
  opacity: 1 !important;
  font-weight: 650 !important;
}

.installment-savings-calculator input[type="number"] {
  -moz-appearance: textfield !important;
}

.installment-savings-calculator input::-webkit-outer-spin-button,
.installment-savings-calculator input::-webkit-inner-spin-button {
  margin: 0 !important;
  -webkit-appearance: none !important;
}

.installment-savings-calculator .number-input:focus {
  background: #fff6d8 !important;
  border-color: #5f4834 !important;
  outline: none !important;
}

.installment-savings-calculator .input-unit {
  flex: 0 0 auto !important;
  min-width: 28px !important;
  color: var(--isc-muted) !important;
  -webkit-text-fill-color: var(--isc-muted) !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}

.installment-savings-calculator .option-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin: 0 0 10px !important;
}

.installment-savings-calculator .option-card {
  display: grid !important;
  gap: 6px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 10px !important;
  background: #fffaf0 !important;
  border: 1px solid rgba(107, 87, 69, 0.36) !important;
  border-radius: 0 !important;
}

.installment-savings-calculator .radio-chip {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  min-height: 30px !important;
  margin: 0 !important;
  color: var(--isc-ink) !important;
  -webkit-text-fill-color: var(--isc-ink) !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 850 !important;
  cursor: pointer !important;
}

.installment-savings-calculator .radio-chip input {
  flex: 0 0 auto !important;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  accent-color: #426f52 !important;
}

.installment-savings-calculator .button-group {
  margin-top: auto !important;
}

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

.installment-savings-calculator .error-message {
  min-height: 20px !important;
  margin: 8px 0 0 !important;
  color: var(--isc-red) !important;
  -webkit-text-fill-color: var(--isc-red) !important;
  font-size: 12.8px !important;
  line-height: 1.45 !important;
  font-weight: 850 !important;
}

.installment-savings-calculator .result-display {
  display: grid !important;
  gap: 12px !important;
  text-align: left !important;
}

.installment-savings-calculator .main-result {
  display: grid !important;
  place-items: center !important;
  min-height: 118px !important;
  margin: 0 !important;
  padding: 14px 12px !important;
  color: var(--isc-blue-ink) !important;
  background: var(--isc-blue) !important;
  border: 1px solid var(--isc-line) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.38) !important;
  text-align: center !important;
}

.installment-savings-calculator .big-number {
  max-width: 100% !important;
  margin: 0 !important;
  color: var(--isc-blue-ink) !important;
  -webkit-text-fill-color: var(--isc-blue-ink) !important;
  font-size: clamp(30px, 4vw, 46px) !important;
  line-height: 0.98 !important;
  font-weight: 950 !important;
  letter-spacing: -0.045em !important;
  font-variant-numeric: tabular-nums !important;
  overflow-wrap: anywhere !important;
}

.installment-savings-calculator .result-label {
  margin-top: 6px !important;
  color: var(--isc-muted) !important;
  -webkit-text-fill-color: var(--isc-muted) !important;
  font-size: 12.5px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}

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

.installment-savings-calculator .result-item {
  display: grid !important;
  gap: 2px !important;
  align-items: start !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 8px 9px !important;
  color: var(--isc-ink) !important;
  background: #fffaf0 !important;
  border: 1px solid rgba(107, 87, 69, 0.36) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.installment-savings-calculator .result-label-text {
  color: var(--isc-muted) !important;
  -webkit-text-fill-color: var(--isc-muted) !important;
  font-size: 11.5px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
}

.installment-savings-calculator .result-value {
  color: var(--isc-ink) !important;
  -webkit-text-fill-color: var(--isc-ink) !important;
  font-size: 14px !important;
  line-height: 1.15 !important;
  font-weight: 950 !important;
  font-variant-numeric: tabular-nums !important;
  overflow-wrap: anywhere !important;
}

.installment-savings-calculator .info-section {
  display: grid !important;
  gap: 10px !important;
  margin: 0 !important;
}

.installment-savings-calculator .table-heading-row {
  display: grid !important;
  grid-template-columns: minmax(0, auto) minmax(260px, 1fr) !important;
  gap: 10px !important;
  align-items: end !important;
}

.installment-savings-calculator .table-heading-row .section-title {
  margin: 0 !important;
}

.installment-savings-calculator .info-desc {
  margin: 0 0 8px !important;
  color: var(--isc-muted) !important;
  -webkit-text-fill-color: var(--isc-muted) !important;
  font-size: 12.5px !important;
  line-height: 1.45 !important;
  font-weight: 750 !important;
  word-break: keep-all !important;
}

.installment-savings-calculator .table-container {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  background: #fffdf8 !important;
  border: 1px solid var(--isc-line) !important;
  border-radius: 0 !important;
  -webkit-overflow-scrolling: touch !important;
}

.installment-savings-calculator .result-table {
  width: 100% !important;
  min-width: 620px !important;
  border-collapse: collapse !important;
  color: var(--isc-ink) !important;
  font-variant-numeric: tabular-nums !important;
}

.installment-savings-calculator .result-table th,
.installment-savings-calculator .result-table td {
  padding: 9px 10px !important;
  border: 1px solid rgba(107, 87, 69, 0.25) !important;
  text-align: right !important;
  color: var(--isc-ink) !important;
  -webkit-text-fill-color: var(--isc-ink) !important;
  background: transparent !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
}

.installment-savings-calculator .result-table th {
  color: var(--isc-ink) !important;
  background: #f5ead2 !important;
  font-weight: 950 !important;
}

.installment-savings-calculator .result-table td:first-child,
.installment-savings-calculator .result-table th:first-child {
  text-align: center !important;
}

.installment-savings-calculator .result-table tbody tr:nth-child(even) {
  background: rgba(227, 239, 210, 0.32) !important;
}

.installment-savings-calculator .result-table td[colspan="4"] {
  padding: 34px 10px !important;
  color: var(--isc-muted) !important;
  -webkit-text-fill-color: var(--isc-muted) !important;
  text-align: center !important;
  font-weight: 800 !important;
}

.installment-savings-calculator .warning-box {
  margin: 0 !important;
  padding: 10px 11px !important;
  color: #6f4b1d !important;
  -webkit-text-fill-color: #6f4b1d !important;
  background: #fff2c1 !important;
  border: 1px solid #c99a35 !important;
  border-left: 5px solid #c99a35 !important;
  font-size: 12.8px !important;
  line-height: 1.55 !important;
  font-weight: 750 !important;
}

.installment-savings-calculator .warning-box strong {
  color: #5f3d12 !important;
  -webkit-text-fill-color: #5f3d12 !important;
  font-weight: 950 !important;
}

body.postid-1704 .entry-content > .installment-savings-ad,
body.postid-1704 .entry-content > .roberin-qa-ad-placeholder {
  width: min(728px, calc(100vw - 20px)) !important;
  max-width: calc(100vw - 20px) !important;
  margin: 0 auto 28px !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: var(--isc-muted) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-align: center !important;
}

body.postid-1704 .entry-content > .installment-savings-ad ins.adsbygoogle {
  display: block !important;
  width: min(728px, calc(100vw - 20px)) !important;
  max-width: 100% !important;
  min-height: 90px !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.postid-1704 .installment-savings-calculator + .installment-savings-ad,
body.postid-1704 .installment-savings-calculator + .roberin-qa-ad-placeholder {
  margin-top: 0 !important;
}

body.postid-1704 .entry-content > .installment-savings-ad--after-tool + .wp-block-group.content1,
body.postid-1704 .entry-content > .roberin-qa-ad-placeholder + .wp-block-group.content1 {
  margin-top: 0 !important;
}

body.postid-1704 .entry-content > .installment-savings-ad--bottom {
  margin-top: 28px !important;
  margin-bottom: 32px !important;
}

body.postid-1704 .entry-content > .wp-block-group.content1 :where(table, pre, code, img) {
  max-width: 100% !important;
}

@media (max-width: 980px) {
  body.postid-1704 .cs-breadcrumbs,
  body.postid-1704 .cs-entry__header,
  body.postid-1704 .installment-savings-calculator,
  body.postid-1704 .entry-content > .wp-block-group.content1,
  body.postid-1704 .entry-content > article {
    width: min(950px, calc(100vw - 20px)) !important;
  }

  .installment-savings-calculator .calculator-main {
    grid-template-columns: 1fr !important;
  }

  .installment-savings-calculator .result-display {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
    align-items: stretch !important;
  }

  .installment-savings-calculator .main-result {
    min-height: 100% !important;
  }
}

@media (max-width: 700px) {
  html,
  body.postid-1704 {
    overflow-x: clip !important;
  }

  body.postid-1704 .cs-breadcrumbs,
  body.postid-1704 .cs-entry__header,
  body.postid-1704 .installment-savings-calculator,
  body.postid-1704 .entry-content > .wp-block-group.content1,
  body.postid-1704 .entry-content > article {
    width: calc(100vw - 10px) !important;
    max-width: calc(100vw - 10px) !important;
    margin-left: 50% !important;
    margin-right: 0 !important;
    transform: translateX(-50%) !important;
  }

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

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

  .installment-savings-calculator .calculator-header {
    gap: 4px !important;
    margin-bottom: 8px !important;
    padding-bottom: 8px !important;
  }

  .installment-savings-calculator .quick-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
    margin-bottom: 8px !important;
  }

  .installment-savings-calculator .period-btn,
  .installment-savings-calculator .btn-reset {
    min-height: 36px !important;
    padding: 7px 8px !important;
    font-size: 12.5px !important;
  }

  .installment-savings-calculator .calculator-main {
    gap: 8px !important;
    margin-bottom: 8px !important;
  }

  .installment-savings-calculator .input-section,
  .installment-savings-calculator .result-section,
  .installment-savings-calculator .info-section {
    padding: 9px !important;
  }

  .installment-savings-calculator .field-grid,
  .installment-savings-calculator .option-grid,
  .installment-savings-calculator .result-display,
  .installment-savings-calculator .table-heading-row {
    grid-template-columns: 1fr !important;
  }

  .installment-savings-calculator .detail-results {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .installment-savings-calculator .section-title {
    margin-bottom: 8px !important;
    padding-bottom: 7px !important;
    font-size: 14.5px !important;
  }

  .installment-savings-calculator .number-input {
    min-height: 38px !important;
    font-size: 13.5px !important;
  }

  .installment-savings-calculator .main-result {
    min-height: 96px !important;
  }

  .installment-savings-calculator .result-table {
    min-width: 560px !important;
  }
}

@media (max-width: 380px) {
  .installment-savings-container {
    padding: 8px !important;
  }

  .installment-savings-calculator .quick-actions,
  .installment-savings-calculator .detail-results {
    grid-template-columns: 1fr 1fr !important;
  }

  .installment-savings-calculator .period-wrapper {
    gap: 5px !important;
  }

  .installment-savings-calculator .input-unit {
    min-width: 24px !important;
  }

  .installment-savings-calculator .big-number {
    font-size: 28px !important;
  }
}

body.postid-1704[data-scheme="dark"],
body.postid-1704[data-scheme="inverse"] {
  --isc-paper: #2b2119;
  --isc-paper-soft: #241c15;
  --isc-ink: #f7ebd8;
  --isc-muted: #f0dfc5;
  --isc-line: #a98b6b;
  --isc-line-soft: rgba(169, 139, 107, 0.48);
  --isc-green: #344a32;
  --isc-green-ink: #f7ebd8;
  --isc-blue: #233c43;
  --isc-blue-ink: #f1e8cf;
  --isc-amber: #d2aa55;
  --isc-red: #d08b75;
  --isc-white: #241c15;
  --isc-shadow: 4px 4px 0 rgba(0, 0, 0, 0.34);
  --isc-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-1704[data-scheme="dark"] .cs-wrapper,
body.postid-1704[data-scheme="inverse"] .cs-wrapper,
body.postid-1704[data-scheme="dark"] .cs-site,
body.postid-1704[data-scheme="inverse"] .cs-site,
body.postid-1704[data-scheme="dark"] .cs-site-inner,
body.postid-1704[data-scheme="inverse"] .cs-site-inner,
body.postid-1704[data-scheme="dark"] .cs-site-primary,
body.postid-1704[data-scheme="inverse"] .cs-site-primary,
body.postid-1704[data-scheme="dark"] .cs-site-content,
body.postid-1704[data-scheme="inverse"] .cs-site-content,
body.postid-1704[data-scheme="dark"] footer.cs-footer,
body.postid-1704[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-1704[data-scheme="dark"] .cs-entry__title,
body.postid-1704[data-scheme="inverse"] .cs-entry__title,
body.postid-1704[data-scheme="dark"] .calculator-header h2,
body.postid-1704[data-scheme="inverse"] .calculator-header h2,
body.postid-1704[data-scheme="dark"] .section-title,
body.postid-1704[data-scheme="inverse"] .section-title {
  color: #f7ebd8 !important;
  -webkit-text-fill-color: #f7ebd8 !important;
}

body.postid-1704[data-scheme="dark"] .subtitle,
body.postid-1704[data-scheme="inverse"] .subtitle,
body.postid-1704[data-scheme="dark"] label,
body.postid-1704[data-scheme="inverse"] label,
body.postid-1704[data-scheme="dark"] legend,
body.postid-1704[data-scheme="inverse"] legend,
body.postid-1704[data-scheme="dark"] .input-unit,
body.postid-1704[data-scheme="inverse"] .input-unit,
body.postid-1704[data-scheme="dark"] .result-label,
body.postid-1704[data-scheme="inverse"] .result-label,
body.postid-1704[data-scheme="dark"] .result-label-text,
body.postid-1704[data-scheme="inverse"] .result-label-text,
body.postid-1704[data-scheme="dark"] .info-desc,
body.postid-1704[data-scheme="inverse"] .info-desc,
body.postid-1704[data-scheme="dark"] .result-table td[colspan="4"],
body.postid-1704[data-scheme="inverse"] .result-table td[colspan="4"] {
  color: #f0dfc5 !important;
  -webkit-text-fill-color: #f0dfc5 !important;
}

body.postid-1704[data-scheme="dark"] .installment-savings-container,
body.postid-1704[data-scheme="inverse"] .installment-savings-container {
  color: #f7ebd8 !important;
  background: #2b2119 !important;
  border-color: #a98b6b !important;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.34) !important;
}

body.postid-1704[data-scheme="dark"] .installment-savings-container::before,
body.postid-1704[data-scheme="inverse"] .installment-savings-container::before {
  background-image:
    linear-gradient(rgba(229, 196, 139, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(229, 196, 139, 0.05) 1px, transparent 1px) !important;
}

body.postid-1704[data-scheme="dark"] .input-section,
body.postid-1704[data-scheme="inverse"] .input-section,
body.postid-1704[data-scheme="dark"] .result-section,
body.postid-1704[data-scheme="inverse"] .result-section,
body.postid-1704[data-scheme="dark"] .info-section,
body.postid-1704[data-scheme="inverse"] .info-section,
body.postid-1704[data-scheme="dark"] .option-card,
body.postid-1704[data-scheme="inverse"] .option-card {
  color: #f7ebd8 !important;
  background: #33271d !important;
  border-color: #a98b6b !important;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.24) !important;
}

body.postid-1704[data-scheme="dark"] .number-input,
body.postid-1704[data-scheme="inverse"] .number-input {
  color: #fff5df !important;
  -webkit-text-fill-color: #fff5df !important;
  caret-color: #f0c86a !important;
  background: #241c15 !important;
  border-color: #a98b6b !important;
  box-shadow: inset 0 1px 0 rgba(240, 200, 106, 0.10) !important;
  color-scheme: dark !important;
}

body.postid-1704[data-scheme="dark"] .number-input::placeholder,
body.postid-1704[data-scheme="inverse"] .number-input::placeholder {
  color: rgba(240, 223, 197, 0.48) !important;
  -webkit-text-fill-color: rgba(240, 223, 197, 0.48) !important;
  opacity: 1 !important;
  font-weight: 650 !important;
}

body.postid-1704[data-scheme="dark"] .number-input:focus,
body.postid-1704[data-scheme="inverse"] .number-input:focus {
  color: #fff7e8 !important;
  -webkit-text-fill-color: #fff7e8 !important;
  background: #2f251c !important;
  border-color: #f0c86a !important;
  outline-color: rgba(240, 200, 106, 0.46) !important;
}

body.postid-1704[data-scheme="dark"] .period-btn,
body.postid-1704[data-scheme="inverse"] .period-btn {
  color: #f7ebd8 !important;
  -webkit-text-fill-color: #f7ebd8 !important;
  background: #344a32 !important;
  border-color: #a98b6b !important;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.24) !important;
}

body.postid-1704[data-scheme="dark"] .btn-reset,
body.postid-1704[data-scheme="inverse"] .btn-reset {
  color: #fff0dd !important;
  -webkit-text-fill-color: #fff0dd !important;
  background: #5a3028 !important;
  border-color: #c98266 !important;
}

body.postid-1704[data-scheme="dark"] .btn-calculate,
body.postid-1704[data-scheme="inverse"] .btn-calculate {
  color: #201811 !important;
  -webkit-text-fill-color: #201811 !important;
  background: #f0c86a !important;
  border-color: #a98b6b !important;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.28) !important;
}

body.postid-1704[data-scheme="dark"] .radio-chip,
body.postid-1704[data-scheme="inverse"] .radio-chip,
body.postid-1704[data-scheme="dark"] .result-item,
body.postid-1704[data-scheme="inverse"] .result-item {
  color: #f7ebd8 !important;
  -webkit-text-fill-color: #f7ebd8 !important;
  background: #241c15 !important;
  border-color: #725b46 !important;
  box-shadow: none !important;
}

body.postid-1704[data-scheme="dark"] .main-result,
body.postid-1704[data-scheme="inverse"] .main-result {
  color: #f7ebd8 !important;
  background: #233c43 !important;
  border-color: #a98b6b !important;
  box-shadow: inset 0 0 0 1px rgba(240, 223, 197, 0.10) !important;
}

body.postid-1704[data-scheme="dark"] .big-number,
body.postid-1704[data-scheme="inverse"] .big-number,
body.postid-1704[data-scheme="dark"] .result-value,
body.postid-1704[data-scheme="inverse"] .result-value,
body.postid-1704[data-scheme="dark"] .result-table th,
body.postid-1704[data-scheme="inverse"] .result-table th,
body.postid-1704[data-scheme="dark"] .result-table td,
body.postid-1704[data-scheme="inverse"] .result-table td {
  color: #f7ebd8 !important;
  -webkit-text-fill-color: #f7ebd8 !important;
}

body.postid-1704[data-scheme="dark"] .table-container,
body.postid-1704[data-scheme="inverse"] .table-container,
body.postid-1704[data-scheme="dark"] .result-table th,
body.postid-1704[data-scheme="inverse"] .result-table th {
  background: #241c15 !important;
  border-color: #a98b6b !important;
}

body.postid-1704[data-scheme="dark"] .result-table th,
body.postid-1704[data-scheme="inverse"] .result-table th,
body.postid-1704[data-scheme="dark"] .result-table td,
body.postid-1704[data-scheme="inverse"] .result-table td {
  border-color: rgba(169, 139, 107, 0.42) !important;
}

body.postid-1704[data-scheme="dark"] .result-table tbody tr:nth-child(even),
body.postid-1704[data-scheme="inverse"] .result-table tbody tr:nth-child(even) {
  background: rgba(52, 74, 50, 0.22) !important;
}

body.postid-1704[data-scheme="dark"] .warning-box,
body.postid-1704[data-scheme="inverse"] .warning-box {
  color: #f0dfc5 !important;
  -webkit-text-fill-color: #f0dfc5 !important;
  background: #3b2d21 !important;
  border-color: #d2aa55 !important;
  border-left-color: #d2aa55 !important;
}

body.postid-1704[data-scheme="dark"] .warning-box strong,
body.postid-1704[data-scheme="inverse"] .warning-box strong {
  color: #f0c86a !important;
  -webkit-text-fill-color: #f0c86a !important;
}

body.postid-1704[data-scheme="dark"] .cs-header,
body.postid-1704[data-scheme="inverse"] .cs-header {
  color: #f2e4cf !important;
  background:
    linear-gradient(90deg, rgba(229, 196, 139, 0.055) 1px, transparent 1px) 0 0 / 16px 16px,
    linear-gradient(0deg, rgba(229, 196, 139, 0.045) 1px, transparent 1px) 0 0 / 16px 16px,
    #201811 !important;
  border-bottom-color: #725b46 !important;
}

body.postid-1704[data-scheme="dark"] .cs-header__inner,
body.postid-1704[data-scheme="inverse"] .cs-header__inner,
body.postid-1704[data-scheme="dark"] .cs-lang-dropdown,
body.postid-1704[data-scheme="inverse"] .cs-lang-dropdown,
body.postid-1704[data-scheme="dark"] .cs-mobile-menu-dropdown,
body.postid-1704[data-scheme="inverse"] .cs-mobile-menu-dropdown,
body.postid-1704[data-scheme="dark"] .cs-contact-form__content,
body.postid-1704[data-scheme="inverse"] .cs-contact-form__content {
  color: #f7ebd8 !important;
  background: #2b2119 !important;
  border-color: #a98b6b !important;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.34) !important;
}

body.postid-1704[data-scheme="dark"] .cs-header__menu a,
body.postid-1704[data-scheme="inverse"] .cs-header__menu a,
body.postid-1704[data-scheme="dark"] .cs-mobile-menu-dropdown a,
body.postid-1704[data-scheme="inverse"] .cs-mobile-menu-dropdown a,
body.postid-1704[data-scheme="dark"] .cs-lang-dropdown a,
body.postid-1704[data-scheme="inverse"] .cs-lang-dropdown a,
body.postid-1704[data-scheme="dark"] .cs-footer,
body.postid-1704[data-scheme="inverse"] .cs-footer,
body.postid-1704[data-scheme="dark"] .cs-footer a,
body.postid-1704[data-scheme="inverse"] .cs-footer a {
  color: #f0dfc5 !important;
  -webkit-text-fill-color: #f0dfc5 !important;
}

body.postid-1704[data-scheme="dark"] .cs-header__toggle,
body.postid-1704[data-scheme="inverse"] .cs-header__toggle,
body.postid-1704[data-scheme="dark"] .cs-lang-current,
body.postid-1704[data-scheme="inverse"] .cs-lang-current,
body.postid-1704[data-scheme="dark"] .roberin-tool-search-toggle__button,
body.postid-1704[data-scheme="inverse"] .roberin-tool-search-toggle__button,
body.postid-1704[data-scheme="dark"] .cs-mobile-menu-button,
body.postid-1704[data-scheme="inverse"] .cs-mobile-menu-button {
  color: #f7ebd8 !important;
  -webkit-text-fill-color: #f7ebd8 !important;
  background: #33271d !important;
  border-color: #a98b6b !important;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.28) !important;
}

body.postid-1704[data-scheme="dark"] .cs-contact-form__heading,
body.postid-1704[data-scheme="inverse"] .cs-contact-form__heading,
body.postid-1704[data-scheme="dark"] .cs-contact-form__subheading,
body.postid-1704[data-scheme="inverse"] .cs-contact-form__subheading,
body.postid-1704[data-scheme="dark"] .cs-contact-form__description,
body.postid-1704[data-scheme="inverse"] .cs-contact-form__description,
body.postid-1704[data-scheme="dark"] .wpcf7-form label,
body.postid-1704[data-scheme="inverse"] .wpcf7-form label {
  color: #f0dfc5 !important;
  -webkit-text-fill-color: #f0dfc5 !important;
}

body.postid-1704[data-scheme="dark"] .wpcf7-form input:not([type="hidden"]):not([type="submit"]):not([type="checkbox"]),
body.postid-1704[data-scheme="inverse"] .wpcf7-form input:not([type="hidden"]):not([type="submit"]):not([type="checkbox"]),
body.postid-1704[data-scheme="dark"] .wpcf7-form textarea,
body.postid-1704[data-scheme="inverse"] .wpcf7-form textarea {
  color: #fff5df !important;
  -webkit-text-fill-color: #fff5df !important;
  caret-color: #f0c86a !important;
  background: #241c15 !important;
  border-color: #a98b6b !important;
  box-shadow: inset 2px 2px 0 rgba(0, 0, 0, 0.18) !important;
}

body.postid-1704[data-scheme="dark"] .wpcf7-form input[type="submit"],
body.postid-1704[data-scheme="inverse"] .wpcf7-form input[type="submit"] {
  color: #201811 !important;
  -webkit-text-fill-color: #201811 !important;
  background: #f0c86a !important;
  border-color: #a98b6b !important;
}

body.postid-1704[data-scheme="dark"] .roberin-contact-consent,
body.postid-1704[data-scheme="inverse"] .roberin-contact-consent {
  color: #f7ebd8 !important;
  -webkit-text-fill-color: #f7ebd8 !important;
  background: #33271d !important;
  border-color: #a98b6b !important;
}

body.postid-1704[data-scheme="dark"] .roberin-contact-consent .wpcf7-acceptance,
body.postid-1704[data-scheme="inverse"] .roberin-contact-consent .wpcf7-acceptance,
body.postid-1704[data-scheme="dark"] .roberin-contact-consent .wpcf7-list-item,
body.postid-1704[data-scheme="inverse"] .roberin-contact-consent .wpcf7-list-item,
body.postid-1704[data-scheme="dark"] .roberin-contact-consent label,
body.postid-1704[data-scheme="inverse"] .roberin-contact-consent label {
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.postid-1704 .installment-savings-ad__push {
  display: none !important;
  visibility: hidden !important;
}

/* ROBERIN installment savings calculator v3 - Phase 2 article/body aligned to PDF page deletion reference */
body.postid-1704 {
  --installment-savings-article-page: #f9f1e7;
  --installment-savings-article-panel: #f8efe2;
  --installment-savings-article-card: #fff8ed;
  --installment-savings-article-accent-paper: #e2edd8;
  --installment-savings-article-text: #34281f;
  --installment-savings-article-muted: #574838;
  --installment-savings-article-line: #6b5745;
  --installment-savings-article-line-soft: rgba(107, 87, 69, .34);
  --installment-savings-article-mustard: #d2aa55;
  --installment-savings-article-mustard-soft: rgba(210, 170, 85, .24);
  --installment-savings-article-focus: #4f7d94;
  --installment-savings-article-shadow: rgba(82, 65, 50, .22);
  --installment-savings-article-soft-shadow: rgba(82, 65, 50, .13);
  --isc-flow-gap: clamp(24px, 4vw, 42px);
}

body.postid-1704[data-scheme="dark"],
body.postid-1704[data-scheme="inverse"] {
  --installment-savings-article-page: #201811;
  --installment-savings-article-panel: #33271d;
  --installment-savings-article-card: #2b2119;
  --installment-savings-article-accent-paper: #344a32;
  --installment-savings-article-text: #f2e4cf;
  --installment-savings-article-muted: #f0dfc5;
  --installment-savings-article-line: #a98b6b;
  --installment-savings-article-line-soft: rgba(169, 139, 107, .46);
  --installment-savings-article-mustard: #d2aa55;
  --installment-savings-article-mustard-soft: rgba(210, 170, 85, .22);
  --installment-savings-article-focus: #d2aa55;
  --installment-savings-article-shadow: rgba(0, 0, 0, .32);
  --installment-savings-article-soft-shadow: rgba(0, 0, 0, .2);
}

body.postid-1704 .installment-savings-calculator {
  margin-bottom: var(--isc-flow-gap) !important;
}

body.postid-1704 .entry-content > .installment-savings-ad,
body.postid-1704 .entry-content > .roberin-qa-ad-placeholder {
  width: min(728px, calc(100vw - 32px)) !important;
  max-width: 728px !important;
  min-width: 0 !important;
  min-height: 90px !important;
  margin: 0 auto 28px !important;
  padding: 0 !important;
  text-align: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

body.postid-1704 .installment-savings-calculator + .installment-savings-ad,
body.postid-1704 .installment-savings-calculator + .roberin-qa-ad-placeholder,
body.postid-1704 .entry-content > .installment-savings-ad--after-tool,
body.postid-1704 .entry-content > .roberin-qa-ad-placeholder.installment-savings-ad--after-tool {
  margin-top: 0 !important;
  margin-bottom: var(--isc-flow-gap) !important;
}

body.postid-1704 .entry-content > .installment-savings-ad ins.adsbygoogle,
body.postid-1704 .entry-content > .roberin-qa-ad-placeholder ins.adsbygoogle {
  display: inline-block !important;
  width: min(728px, calc(100vw - 32px)) !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 90px !important;
  min-height: 90px !important;
  max-height: 120px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  overflow: hidden !important;
}

body.postid-1704 .entry-content > .installment-savings-ad iframe,
body.postid-1704 .entry-content > .roberin-qa-ad-placeholder iframe,
body.postid-1704 .entry-content ins.adsbygoogle iframe {
  width: 100% !important;
  max-width: 100% !important;
}

body.postid-1704 .entry-content > .installment-savings-ad--after-tool + article.roberin-article-body.installment-savings-article,
body.postid-1704 .entry-content > .roberin-qa-ad-placeholder + article.roberin-article-body.installment-savings-article {
  margin-top: var(--isc-flow-gap) !important;
}

body.postid-1704 .entry-content article.roberin-article-body.installment-savings-article,
body.postid-1704 .installment-savings-article {
  position: relative;
  z-index: 0;
  display: grid !important;
  gap: 18px !important;
  box-sizing: border-box !important;
  width: min(980px, calc(100vw - 32px)) !important;
  max-width: 980px !important;
  min-width: 0 !important;
  margin: var(--isc-flow-gap) auto !important;
  padding: clamp(16px, 3vw, 28px) !important;
  color: var(--installment-savings-article-text) !important;
  -webkit-text-fill-color: var(--installment-savings-article-text) !important;
  background:
    linear-gradient(rgba(107, 87, 69, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(107, 87, 69, .04) 1px, transparent 1px),
    var(--installment-savings-article-panel) !important;
  background-size: 28px 28px, 28px 28px, auto !important;
  border: 2px solid var(--installment-savings-article-line) !important;
  border-radius: 0 !important;
  box-shadow: 5px 5px 0 var(--installment-savings-article-shadow) !important;
  overflow: hidden !important;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", -apple-system, BlinkMacSystemFont, sans-serif !important;
  line-height: 1.72 !important;
  word-break: keep-all !important;
}

body.postid-1704 .installment-savings-article,
body.postid-1704 .installment-savings-article *,
body.postid-1704 .installment-savings-article *::before,
body.postid-1704 .installment-savings-article *::after {
  box-sizing: border-box !important;
  min-width: 0 !important;
}

body.postid-1704 .installment-savings-article :is(p, li, td, th, summary, span, strong, code, h2, h3) {
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
}

body.postid-1704 .installment-savings-article__hero,
body.postid-1704 .installment-savings-article__section {
  display: grid !important;
  gap: 13px !important;
  min-width: 0 !important;
  margin: 0 !important;
  color: inherit !important;
  background: transparent !important;
  border-right: 0 !important;
  border-left: 0 !important;
  box-shadow: none !important;
}

body.postid-1704 .installment-savings-article__hero {
  padding: 0 0 22px !important;
  border-top: 0 !important;
  border-bottom: 1px dashed var(--installment-savings-article-line-soft) !important;
}

body.postid-1704 .installment-savings-article__section + .installment-savings-article__section {
  margin-top: 6px !important;
  padding-top: 22px !important;
  border-top: 1px dashed var(--installment-savings-article-line-soft) !important;
  border-bottom: 0 !important;
}

body.postid-1704 .installment-savings-article__kicker {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  max-width: 100% !important;
  min-height: 26px !important;
  margin: 0 !important;
  padding: 5px 9px !important;
  color: var(--installment-savings-article-text) !important;
  -webkit-text-fill-color: var(--installment-savings-article-text) !important;
  background: var(--installment-savings-article-accent-paper) !important;
  border: 1px solid var(--installment-savings-article-line) !important;
  border-radius: 0 !important;
  box-shadow: 2px 2px 0 var(--installment-savings-article-soft-shadow) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
  letter-spacing: .01em !important;
}

body.postid-1704 .installment-savings-article h2,
body.postid-1704 .installment-savings-article h3 {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--installment-savings-article-text) !important;
  -webkit-text-fill-color: var(--installment-savings-article-text) !important;
  background: transparent !important;
  border: 0 !important;
  border-left: 0 !important;
  border-left-width: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  letter-spacing: -.02em !important;
  word-break: keep-all !important;
}

body.postid-1704 .installment-savings-article h2 {
  font-size: clamp(25px, 3vw, 30px) !important;
  font-weight: 950 !important;
  line-height: 1.18 !important;
}

body.postid-1704 .installment-savings-article h3 {
  font-size: 19px !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
}

body.postid-1704 .installment-savings-article p,
body.postid-1704 .installment-savings-article li,
body.postid-1704 .installment-savings-article summary {
  margin: 0 !important;
  color: var(--installment-savings-article-muted) !important;
  -webkit-text-fill-color: var(--installment-savings-article-muted) !important;
  font-size: 15px !important;
  font-weight: 680 !important;
  line-height: 1.72 !important;
  overflow-wrap: anywhere !important;
}

body.postid-1704 .installment-savings-article strong {
  color: var(--installment-savings-article-text) !important;
  -webkit-text-fill-color: var(--installment-savings-article-text) !important;
  font-weight: 920 !important;
}

body.postid-1704 .installment-savings-article__nav {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;
}

body.postid-1704 .installment-savings-article__nav a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 34px !important;
  padding: 6px 10px !important;
  color: var(--installment-savings-article-text) !important;
  -webkit-text-fill-color: var(--installment-savings-article-text) !important;
  text-decoration: none !important;
  background: var(--installment-savings-article-card) !important;
  border: 1px solid var(--installment-savings-article-line) !important;
  border-radius: 0 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

body.postid-1704 .installment-savings-article__nav a:hover,
body.postid-1704 .installment-savings-article__nav a:focus-visible {
  background: var(--installment-savings-article-mustard-soft) !important;
  outline: 2px solid var(--installment-savings-article-focus) !important;
  outline-offset: 2px !important;
}

body.postid-1704 .installment-savings-article__grid,
body.postid-1704 .installment-savings-article__process-grid,
body.postid-1704 .installment-savings-article__use-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  min-width: 0 !important;
}

body.postid-1704 .installment-savings-article__use-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.postid-1704 .installment-savings-article__card,
body.postid-1704 .installment-savings-article__process,
body.postid-1704 .installment-savings-article__use,
body.postid-1704 .installment-savings-article__notice,
body.postid-1704 .installment-savings-article details {
  display: grid !important;
  gap: 7px !important;
  min-width: 0 !important;
  padding: 12px !important;
  color: var(--installment-savings-article-muted) !important;
  -webkit-text-fill-color: var(--installment-savings-article-muted) !important;
  background: var(--installment-savings-article-card) !important;
  border: 1px solid var(--installment-savings-article-line) !important;
  border-radius: 0 !important;
  box-shadow: 3px 3px 0 var(--installment-savings-article-soft-shadow) !important;
}

body.postid-1704 .installment-savings-article__notice {
  background: rgba(239, 225, 188, .64) !important;
  border-style: dashed !important;
}

body.postid-1704 .installment-savings-article__process {
  background: rgba(226, 237, 216, .70) !important;
}

body.postid-1704 .installment-savings-article__use span,
body.postid-1704 .installment-savings-article__process span {
  color: var(--installment-savings-article-muted) !important;
  -webkit-text-fill-color: var(--installment-savings-article-muted) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.4 !important;
}

body.postid-1704 .installment-savings-article code {
  display: block !important;
  width: fit-content !important;
  max-width: 100% !important;
  padding: 5px 8px !important;
  color: var(--installment-savings-article-text) !important;
  -webkit-text-fill-color: var(--installment-savings-article-text) !important;
  background: var(--installment-savings-article-card) !important;
  border: 1px solid var(--installment-savings-article-line-soft) !important;
  border-radius: 0 !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace !important;
  font-size: .92em !important;
  font-weight: 780 !important;
  line-height: 1.48 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

body.postid-1704 .installment-savings-article :is(ul, ol) {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
  padding-left: 0 !important;
  list-style: none !important;
}

body.postid-1704 .installment-savings-article ol,
body.postid-1704 .installment-savings-article ol.installment-savings-article__steps {
  counter-reset: pdf-article-step !important;
}

body.postid-1704 .installment-savings-article :is(ul, ol) > li {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  min-width: 0 !important;
  min-height: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  overflow-wrap: anywhere !important;
}

body.postid-1704 .installment-savings-article :is(ul, ol) > li::before {
  position: static !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  flex: 0 0 auto !important;
  align-self: center !important;
  box-sizing: border-box !important;
  color: var(--installment-savings-article-text) !important;
  -webkit-text-fill-color: var(--installment-savings-article-text) !important;
  border-radius: 0 !important;
}

body.postid-1704 .installment-savings-article ul > li::before {
  content: "" !important;
  display: inline-block !important;
  width: 9px !important;
  height: 9px !important;
  background: var(--installment-savings-article-mustard) !important;
  border: 1px solid var(--installment-savings-article-line) !important;
  box-shadow: 1px 1px 0 rgba(82, 65, 50, .22) !important;
  line-height: 1 !important;
}

body.postid-1704 .installment-savings-article ol > li,
body.postid-1704 .installment-savings-article ol.installment-savings-article__steps > li {
  counter-increment: pdf-article-step !important;
}

body.postid-1704 .installment-savings-article ol > li::before,
body.postid-1704 .installment-savings-article ol.installment-savings-article__steps > li::before {
  content: counter(pdf-article-step) !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 20px !important;
  height: 20px !important;
  background: var(--installment-savings-article-mustard-soft) !important;
  border: 1px solid var(--installment-savings-article-line) !important;
  box-shadow: 1px 1px 0 rgba(82, 65, 50, .22) !important;
  font-size: 11px !important;
  font-weight: 920 !important;
  line-height: 1 !important;
}

body.postid-1704 .installment-savings-article__li-text {
  display: block !important;
  min-width: 0 !important;
  align-self: center !important;
}

body.postid-1704 .installment-savings-article details {
  margin: 0 !important;
}

body.postid-1704 .installment-savings-article summary {
  cursor: pointer !important;
  display: list-item !important;
  list-style-type: disclosure-closed !important;
  color: var(--installment-savings-article-text) !important;
  -webkit-text-fill-color: var(--installment-savings-article-text) !important;
  font-weight: 950 !important;
  line-height: 1.45 !important;
}

body.postid-1704 .installment-savings-article details[open] summary {
  margin-bottom: 8px !important;
  list-style-type: disclosure-open !important;
}

body.postid-1704 .installment-savings-article summary::after {
  content: none !important;
  display: none !important;
}

body.postid-1704 .installment-article__example-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.postid-1704[data-scheme="dark"] .entry-content article.roberin-article-body.installment-savings-article,
body.postid-1704[data-scheme="inverse"] .entry-content article.roberin-article-body.installment-savings-article,
body.postid-1704[data-scheme="dark"] .installment-savings-article,
body.postid-1704[data-scheme="inverse"] .installment-savings-article {
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  background-image:
    linear-gradient(rgba(169, 139, 107, .075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(169, 139, 107, .06) 1px, transparent 1px) !important;
  background-color: #33271d !important;
  border-color: #a98b6b !important;
}

body.postid-1704[data-scheme="dark"] .installment-savings-article :is(h2, h3, strong, summary),
body.postid-1704[data-scheme="inverse"] .installment-savings-article :is(h2, h3, strong, summary) {
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.postid-1704[data-scheme="dark"] .installment-savings-article :is(p, li, span),
body.postid-1704[data-scheme="inverse"] .installment-savings-article :is(p, li, span) {
  color: #f0dfc5 !important;
  -webkit-text-fill-color: #f0dfc5 !important;
}

body.postid-1704[data-scheme="dark"] .installment-savings-article__card,
body.postid-1704[data-scheme="dark"] .installment-savings-article__process,
body.postid-1704[data-scheme="dark"] .installment-savings-article__use,
body.postid-1704[data-scheme="dark"] .installment-savings-article__notice,
body.postid-1704[data-scheme="dark"] .installment-savings-article details,
body.postid-1704[data-scheme="dark"] .installment-savings-article__nav a,
body.postid-1704[data-scheme="inverse"] .installment-savings-article__card,
body.postid-1704[data-scheme="inverse"] .installment-savings-article__process,
body.postid-1704[data-scheme="inverse"] .installment-savings-article__use,
body.postid-1704[data-scheme="inverse"] .installment-savings-article__notice,
body.postid-1704[data-scheme="inverse"] .installment-savings-article details,
body.postid-1704[data-scheme="inverse"] .installment-savings-article__nav a {
  background-color: #33271d !important;
  border-color: rgba(169, 139, 107, .72) !important;
  box-shadow: 3px 3px 0 rgba(32, 24, 17, .52) !important;
}

body.postid-1704[data-scheme="dark"] .installment-savings-article__notice,
body.postid-1704[data-scheme="dark"] .installment-savings-article__process,
body.postid-1704[data-scheme="inverse"] .installment-savings-article__notice,
body.postid-1704[data-scheme="inverse"] .installment-savings-article__process {
  background-color: rgba(36, 28, 21, .56) !important;
}

body.postid-1704[data-scheme="dark"] .installment-savings-article code,
body.postid-1704[data-scheme="inverse"] .installment-savings-article code {
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  background: #241c15 !important;
  border-color: rgba(169, 139, 107, .56) !important;
}

body.postid-1704[data-scheme="dark"] .installment-savings-article :is(ul, ol) > li::before,
body.postid-1704[data-scheme="inverse"] .installment-savings-article :is(ul, ol) > li::before {
  border-color: #a98b6b !important;
}

@media (max-width: 920px) {
  body.postid-1704 .installment-savings-article__use-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  body.postid-1704 .entry-content > .installment-savings-ad,
  body.postid-1704 .entry-content > .roberin-qa-ad-placeholder {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }

  body.postid-1704 .installment-savings-calculator + .installment-savings-ad,
  body.postid-1704 .installment-savings-calculator + .roberin-qa-ad-placeholder,
  body.postid-1704 .entry-content > .installment-savings-ad--after-tool,
  body.postid-1704 .entry-content > .roberin-qa-ad-placeholder.installment-savings-ad--after-tool {
    margin-top: 0 !important;
    margin-bottom: var(--isc-flow-gap) !important;
  }

  body.postid-1704 .entry-content > .installment-savings-ad ins.adsbygoogle,
  body.postid-1704 .entry-content > .roberin-qa-ad-placeholder ins.adsbygoogle,
  body.postid-1704 .entry-content ins.adsbygoogle {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.postid-1704 .entry-content article.roberin-article-body.installment-savings-article,
  body.postid-1704 .installment-savings-article {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: none !important;
    padding: 12px !important;
    box-shadow: 4px 4px 0 rgba(82, 65, 50, .16) !important;
  }

  body.postid-1704 .installment-savings-article__grid,
  body.postid-1704 .installment-savings-article__process-grid,
  body.postid-1704 .installment-savings-article__use-grid,
  body.postid-1704 .installment-article__example-grid {
    grid-template-columns: 1fr !important;
  }

  body.postid-1704 .installment-savings-article h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 370px) {
  body.postid-1704 .installment-savings-article h2 {
    font-size: 25.2px !important;
  }
}

