/* ROBERIN percent calculator Phase 1+2 redesign v6 — tool reference: date-difference, body reference: pdf-page-deletion */
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) {
  --pc-paper: #fff7e8;
  --pc-paper-soft: #fbf0dc;
  --pc-ink: #2b2119;
  --pc-muted: #67584a;
  --pc-line: #6b5745;
  --pc-line-soft: rgba(107, 87, 69, 0.28);
  --pc-green: #e3efd2;
  --pc-green-ink: #2f4e2e;
  --pc-blue: #dfeef8;
  --pc-blue-ink: #28455a;
  --pc-amber: #f7df9d;
  --pc-red: #9f3d2d;
  --pc-white: #fffdf7;
  --pc-shadow: 4px 4px 0 rgba(72, 55, 40, 0.22);
  --pc-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:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .cs-site-content > .cs-container,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .cs-main-content,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .cs-content-area,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .cs-entry__container,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .cs-entry__content-wrap {
  width: 100%;
  max-width: none;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .cs-breadcrumbs,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .cs-entry__header,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-wrapper,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .entry-content > article,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .entry-content > .wp-block-group.content1,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .entry-content > .percent-calculator-ad,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .entry-content > .roberin-qa-ad-placeholder[data-roberin-qa-ad-slot="7492498702"],
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .entry-content > .roberin-qa-ad-placeholder[data-roberin-qa-ad-slot="1316434178"] {
  width: min(1080px, calc(100vw - 32px));
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .cs-entry__header {
  margin-top: 18px;
  margin-bottom: 14px;
  text-align: left;
}

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

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

.percent-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(--pc-ink);
}

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

.percent-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;
}

.calculator-header {
  display: grid;
  gap: 6px;
  margin: 0 0 10px;
  padding: 0 0 10px;
  text-align: left;
  border-bottom: 2px solid var(--pc-line);
}

.percent-tool-kicker {
  width: fit-content;
  margin: 0;
  padding: 4px 8px;
  color: var(--pc-green-ink);
  background: var(--pc-green);
  border: 1px solid var(--pc-line);
  box-shadow: var(--pc-shadow-soft);
  font-size: 11.5px;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.calculator-header h2 {
  margin: 0;
  color: var(--pc-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;
}

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

.percent-tool-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 2px;
}

.percent-tool-chips span {
  padding: 4px 8px;
  color: var(--pc-muted);
  background: rgba(255, 253, 247, 0.78);
  border: 1px solid rgba(107, 87, 69, 0.30);
  font-size: 11.5px;
  line-height: 1.1;
  font-weight: 900;
}

.calc-tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 10px;
}

.calc-tab-btn,
.btn-reset,
.btn-calculate,
.copy-btn,
.quick-percent-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;
}

.calc-tab-btn {
  display: grid;
  gap: 3px;
  min-width: 0;
  min-height: 58px;
  padding: 9px 8px;
  color: var(--pc-ink);
  background: var(--pc-white);
  border: 1px solid var(--pc-line);
  box-shadow: var(--pc-shadow-soft);
  font-size: 13px;
  line-height: 1.12;
  font-weight: 950;
  text-align: left;
}

.calc-tab-btn small {
  display: block;
  color: var(--pc-muted);
  font-size: 11px;
  line-height: 1.18;
  font-weight: 750;
  word-break: keep-all;
}

.calc-tab-btn.active {
  color: var(--pc-green-ink);
  background: var(--pc-green);
  border-width: 2px;
  box-shadow: 3px 3px 0 rgba(72, 55, 40, 0.20);
}

.calculator-main {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) minmax(250px, 0.8fr);
  gap: 10px;
  margin: 0 0 10px;
  align-items: stretch;
}

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

.input-section,
.result-section {
  display: flex;
  flex-direction: column;
}

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

.section-title svg {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  color: var(--pc-line);
  stroke: currentColor;
  stroke-width: 2.2;
}

.current-mode {
  margin-left: auto;
  padding: 4px 7px;
  color: #5c3827;
  background: #f5ead2;
  border: 1px solid rgba(107, 87, 69, 0.34);
  font-size: 11.5px;
  line-height: 1;
  font-weight: 950;
}

.calc-form {
  display: grid;
  gap: 9px;
}

.calc-form.hidden,
.hidden {
  display: none !important;
}

.input-group {
  display: grid;
  gap: 5px;
  min-width: 0;
  margin: 0;
}

.input-group label {
  color: var(--pc-muted);
  font-size: 12.5px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.input-group input,
.input-group select,
.date-input,
.number-input,
.select-input {
  min-width: 0;
  min-height: 40px;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  color: var(--pc-ink);
  -webkit-text-fill-color: var(--pc-ink);
  background: #fffdf8;
  border: 1px solid var(--pc-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;
}

.input-group input:focus,
.input-group select:focus {
  color: var(--pc-ink);
  -webkit-text-fill-color: var(--pc-ink);
  background: #fff6d8;
  border-color: #5f4834;
  outline: 3px solid rgba(214, 166, 43, 0.36);
  outline-offset: 1px;
}

.input-addon {
  display: flex;
  align-items: stretch;
  min-width: 0;
}

.input-addon input {
  border-right: 0;
}

.input-addon .addon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 42px;
  padding: 0 10px;
  color: var(--pc-muted);
  background: #f5ead2;
  border: 1px solid var(--pc-line);
  font-size: 13px;
  font-weight: 950;
}

.hint {
  color: var(--pc-muted);
  font-size: 12px;
  line-height: 1.42;
  font-weight: 700;
}

.quick-percent-buttons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.quick-percent-btn,
.btn-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 36px;
  padding: 7px 9px;
  color: var(--pc-ink);
  background: var(--pc-white);
  border: 1px solid var(--pc-line);
  box-shadow: var(--pc-shadow-soft);
  font-size: 12.5px;
  line-height: 1.1;
  font-weight: 900;
  white-space: nowrap;
}

.quick-percent-btn {
  color: var(--pc-green-ink);
  background: var(--pc-green);
}

.form-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px;
  margin-top: 2px;
}

.btn-calculate,
.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;
}

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

.calc-tab-btn:hover,
.quick-percent-btn:hover,
.btn-reset:hover,
.btn-calculate:hover,
.copy-btn:hover {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px 0 rgba(72, 55, 40, 0.16);
}

.calc-tab-btn:active,
.quick-percent-btn:active,
.btn-reset:active,
.btn-calculate:active,
.copy-btn:active {
  transform: translate(2px, 2px);
  box-shadow: none;
}

.calc-tab-btn:focus-visible,
.quick-percent-btn:focus-visible,
.btn-reset:focus-visible,
.btn-calculate:focus-visible,
.copy-btn:focus-visible,
.input-group input:focus-visible,
.input-group select:focus-visible {
  outline: 3px solid #d6a62b;
  outline-offset: 2px;
}

.result-display {
  display: grid;
  gap: 12px;
  text-align: left;
}

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

.big-number {
  margin: 0;
  color: var(--pc-blue-ink);
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.045em;
  font-family: inherit;
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
}

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

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

.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);
}

.result-item--highlight {
  background: #f7df9d;
  border-color: var(--pc-line);
}

.result-label-text {
  color: var(--pc-muted);
  font-size: 11.5px;
  line-height: 1.1;
  font-weight: 900;
}

.result-value {
  color: var(--pc-ink);
  font-size: 14px;
  line-height: 1.15;
  font-weight: 950;
  font-family: inherit;
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
}

.no-result {
  display: grid;
  min-height: 188px;
  place-items: center;
  padding: 16px;
  color: var(--pc-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;
}

.no-result p {
  margin: 0;
}

.no-result--error {
  color: var(--pc-red);
  border-color: rgba(159, 61, 45, 0.58);
  background: #fff0e8;
}

.percent-bar {
  margin: 12px 0 0;
  padding: 10px;
  background: #fffaf0;
  border: 1px solid rgba(107, 87, 69, 0.36);
}

.percent-bar-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
  color: var(--pc-muted);
  font-size: 11.5px;
  font-weight: 900;
}

.percent-bar-track {
  position: relative;
  height: 12px;
  background: linear-gradient(90deg, #e3efd2 0%, #f7df9d 50%, #f3dfd3 100%);
  border: 1px solid var(--pc-line);
}

.percent-bar-pointer {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 22px;
  background: var(--pc-ink);
  transform: translate(-1px, -50%);
}

.percent-bar-value {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  margin-bottom: 5px;
  padding: 2px 5px;
  color: #fffaf0;
  background: #35271d;
  border: 1px solid #231a13;
  font-size: 10px;
  line-height: 1;
  font-weight: 950;
  white-space: nowrap;
}

.copy-btn {
  margin-top: 12px;
}

.info-grid {
  display: grid;
  gap: 7px;
  margin: 0 0 10px;
}

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

.info-card strong {
  color: var(--pc-ink);
  font-size: 12.5px;
  line-height: 1.2;
  font-weight: 950;
}

.info-card span {
  color: var(--pc-muted);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
}

.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;
}

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

.notice {
  margin: 0;
  padding: 10px 11px;
  color: var(--pc-muted);
  background: rgba(255, 253, 247, 0.78);
  border: 1px solid rgba(107, 87, 69, 0.28);
  font-size: 12.5px;
  line-height: 1.5;
  font-weight: 750;
}

.toast-container {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  display: grid;
  gap: 8px;
  pointer-events: none;
}

.toast {
  max-width: min(320px, calc(100vw - 40px));
  padding: 10px 12px;
  color: #fffaf0;
  background: #35271d;
  border: 1px solid #231a13;
  box-shadow: 3px 3px 0 rgba(72, 55, 40, 0.24);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 850;
}

.toast.success { background: #2f4e2e; }
.toast.error { background: #8f382b; }
.toast.info { background: #28455a; }
.toast.removing { opacity: 0; transform: translateY(4px); transition: opacity 180ms ease, transform 180ms ease; }

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-ad,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .entry-content > .percent-calculator-ad,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .entry-content > .roberin-qa-ad-placeholder[data-roberin-qa-ad-slot="7492498702"],
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .entry-content > .roberin-qa-ad-placeholder[data-roberin-qa-ad-slot="1316434178"] {
  display: block;
  padding: 0 !important;
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: hidden;
  text-align: center;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-ad ins.adsbygoogle {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-wrapper + .percent-calculator-ad--after-tool,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-wrapper + .roberin-qa-ad-placeholder[data-roberin-qa-ad-slot="7492498702"] {
  margin-top: 0 !important;
  margin-bottom: 8px !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-ad--after-tool + .wp-block-group.content1,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-ad--after-tool + article,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .roberin-qa-ad-placeholder[data-roberin-qa-ad-slot="7492498702"] + .wp-block-group.content1,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .roberin-qa-ad-placeholder[data-roberin-qa-ad-slot="7492498702"] + article {
  margin-top: 0 !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-ad--after-tool + article > .content1,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .roberin-qa-ad-placeholder[data-roberin-qa-ad-slot="7492498702"] + article > .content1,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-ad--after-tool + article > .content1 > :first-child,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .roberin-qa-ad-placeholder[data-roberin-qa-ad-slot="7492498702"] + article > .content1 > :first-child {
  margin-top: 0 !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .entry-content > .wp-block-group.content1:first-of-type {
  margin-top: 0;
}

/* Page-scoped dark mode */
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"],
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] {
  --pc-paper: #2b2119;
  --pc-paper-soft: #241c15;
  --pc-ink: #f7ebd8;
  --pc-muted: #f0dfc5;
  --pc-line: #a98b6b;
  --pc-line-soft: rgba(169, 139, 107, 0.48);
  --pc-green: #344a32;
  --pc-green-ink: #f7ebd8;
  --pc-blue: #233c43;
  --pc-blue-ink: #f1e8cf;
  --pc-amber: #d2aa55;
  --pc-red: #d08b75;
  --pc-white: #241c15;
  --pc-shadow: 4px 4px 0 rgba(0, 0, 0, 0.34);
  --pc-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:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .cs-wrapper,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .cs-wrapper,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .cs-site,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .cs-site,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .cs-site-inner,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .cs-site-inner,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .cs-site-primary,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .cs-site-primary,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .cs-site-content,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .cs-site-content,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] footer.cs-footer,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[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:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .cs-main-content,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .cs-main-content,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .cs-entry__wrap,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .cs-entry__wrap,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .entry-content,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .entry-content {
  color: #f2e4cf !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .cs-entry__title,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .cs-entry__title,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .calculator-header h2,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .calculator-header h2,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .section-title,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .section-title,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .big-number,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .big-number,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .result-value,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .result-value,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .info-card strong,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .info-card strong {
  color: #f7ebd8 !important;
  -webkit-text-fill-color: #f7ebd8 !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .calculator-header .subtitle,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .calculator-header .subtitle,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .subtitle,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .subtitle,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .input-group label,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .input-group label,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .hint,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .hint,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .result-label,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .result-label,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .result-label-text,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .result-label-text,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .info-card span,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .info-card span,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .notice,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .notice,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .no-result,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .no-result,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .percent-bar-labels,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .percent-bar-labels {
  color: #f0dfc5 !important;
  -webkit-text-fill-color: #f0dfc5 !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .percent-calculator-container,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .percent-calculator-container {
  color: #f7ebd8 !important;
  background: #2b2119 !important;
  border-color: #a98b6b !important;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.34) !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .percent-calculator-container::before,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .percent-calculator-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:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .input-section,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .input-section,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .result-section,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .result-section,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .info-section,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .info-section,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .info-card,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .info-card,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .notice,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .notice,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .percent-bar,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .percent-bar {
  color: #f7ebd8 !important;
  background: #33271d !important;
  border-color: #a98b6b !important;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.24) !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .input-group input,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .input-group input,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .input-group select,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .input-group select {
  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;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .input-addon .addon,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .input-addon .addon,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .current-mode,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .current-mode {
  color: #f0dfc5 !important;
  -webkit-text-fill-color: #f0dfc5 !important;
  background: #3b2d21 !important;
  border-color: #a98b6b !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .calc-tab-btn,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .calc-tab-btn,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .result-item,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .result-item,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .no-result,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .no-result {
  color: #f7ebd8 !important;
  background: #241c15 !important;
  border-color: #725b46 !important;
  box-shadow: none !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .calc-tab-btn small,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .calc-tab-btn small {
  color: #f0dfc5 !important;
  -webkit-text-fill-color: #f0dfc5 !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .calc-tab-btn.active,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .calc-tab-btn.active,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .quick-percent-btn,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .quick-percent-btn,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .percent-tool-kicker,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .percent-tool-kicker {
  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:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .btn-reset,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .btn-reset {
  color: #fff0dd !important;
  -webkit-text-fill-color: #fff0dd !important;
  background: #5a3028 !important;
  border-color: #c98266 !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .btn-calculate,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .btn-calculate,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .copy-btn,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .copy-btn {
  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:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .main-result,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[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:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .result-item--highlight,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .result-item--highlight,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .warning-box,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .warning-box {
  color: #f0dfc5 !important;
  -webkit-text-fill-color: #f0dfc5 !important;
  background: #3b2d21 !important;
  border-color: #d2aa55 !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .warning-box strong,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .warning-box strong {
  color: #f0c86a !important;
  -webkit-text-fill-color: #f0c86a !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .percent-bar-track,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .percent-bar-track {
  background: linear-gradient(90deg, #344a32 0%, #5b4827 50%, #5a3028 100%) !important;
  border-color: #a98b6b !important;
}

/* Page chrome/contact form dark polish for this tool page. */
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .cs-header,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .cs-header,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .cs-header__inner,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .cs-header__inner,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .cs-contact-form__content,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .cs-contact-form__content,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .cs-entry__footer,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .cs-entry__footer,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .cs-sight-testimonials,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .cs-sight-testimonials {
  color: #f2e4cf !important;
  background-color: #2b2119 !important;
  border-color: #a98b6b !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .cs-header__toggle,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .cs-header__toggle,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .cs-lang-current,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .cs-lang-current,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .roberin-tool-search-toggle__button,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .roberin-tool-search-toggle__button,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .cs-mobile-menu-button,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[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:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .cs-lang-dropdown,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .cs-lang-dropdown,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .cs-mobile-menu-dropdown,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .cs-mobile-menu-dropdown {
  background: #2b2119 !important;
  border-color: #a98b6b !important;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.34) !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .cs-header__menu a,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .cs-header__menu a,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .cs-mobile-menu-dropdown a,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .cs-mobile-menu-dropdown a,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .cs-lang-dropdown a,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .cs-lang-dropdown a,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .cs-footer__copyright,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .cs-footer__copyright,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .cs-footer__copyright a,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .cs-footer__copyright a,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .cs-contact-form__subheading,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .cs-contact-form__subheading,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .cs-contact-form__description,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .cs-contact-form__description {
  color: #f0dfc5 !important;
  -webkit-text-fill-color: #f0dfc5 !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .cs-contact-form__heading,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .cs-contact-form__heading,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .cs-sight-testimonials__name,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .cs-sight-testimonials__name {
  color: #f7ebd8 !important;
  -webkit-text-fill-color: #f7ebd8 !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .roberin-contact-consent,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .roberin-contact-consent {
  color: #f7ebd8 !important;
  -webkit-text-fill-color: #f7ebd8 !important;
  background: #33271d !important;
  border-color: #a98b6b !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .roberin-contact-consent .wpcf7-acceptance,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .roberin-contact-consent .wpcf7-acceptance,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .roberin-contact-consent .wpcf7-list-item,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .roberin-contact-consent .wpcf7-list-item,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .roberin-contact-consent label,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[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;
}

@media (max-width: 1080px) {
  .calc-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .info-section {
    grid-column: 1 / -1;
  }

  .info-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .cs-breadcrumbs,
  body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .cs-entry__header,
  body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-wrapper,
  body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .entry-content > article,
  body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .entry-content > .wp-block-group.content1,
  body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .entry-content > .percent-calculator-ad,
  body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .entry-content > .roberin-qa-ad-placeholder[data-roberin-qa-ad-slot="7492498702"],
  body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .entry-content > .roberin-qa-ad-placeholder[data-roberin-qa-ad-slot="1316434178"] {
    width: calc(100vw - 10px);
    max-width: calc(100vw - 10px);
    margin-left: 50%;
    margin-right: 0;
    transform: translateX(-50%);
  }

  body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .cs-entry__header {
    margin-top: 12px;
    margin-bottom: 10px;
  }

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

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

  .percent-tool-chips {
    gap: 5px;
  }

  .calc-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-bottom: 8px;
  }

  .calc-tab-btn {
    min-height: 54px;
    padding: 8px;
    font-size: 12.5px;
  }

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

  .input-section,
  .result-section,
  .info-section {
    padding: 9px;
  }

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

  .input-group input,
  .input-group select,
  .btn-calculate,
  .copy-btn {
    min-height: 38px;
    font-size: 13.5px;
  }

  .form-actions {
    grid-template-columns: 1fr;
  }

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

  .detail-results,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .quick-percent-buttons {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
  }

  .quick-percent-btn {
    min-height: 34px;
    padding: 6px 5px;
    font-size: 12px;
  }

  .main-result {
    min-height: 104px;
  }

  body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-wrapper {
    margin-bottom: 20px;
  }

  body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-wrapper + .percent-calculator-ad--after-tool,
  body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-wrapper + .roberin-qa-ad-placeholder[data-roberin-qa-ad-slot="7492498702"] {
    margin-bottom: 8px !important;
  }
}

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

  .calc-tab-btn small {
    font-size: 10.5px;
  }

  .input-addon .addon {
    min-width: 38px;
    padding: 0 8px;
  }

  .big-number {
    font-size: 28px;
  }
}


/* ROBERIN percent calculator Phase 2 article, caution, and ad cleanup — reference: PDF page deletion body */
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) {
  --pdf-article-page: #f9f1e7;
  --pdf-article-panel: #f8efe2;
  --pdf-article-card: #fff8ed;
  --pdf-article-accent-paper: #e2edd8;
  --pdf-article-text: #34281f;
  --pdf-article-muted: #574838;
  --pdf-article-line: #6b5745;
  --pdf-article-line-soft: rgba(107, 87, 69, .34);
  --pdf-article-mustard: #d2aa55;
  --pdf-article-mustard-soft: rgba(210, 170, 85, .24);
  --pdf-article-focus: #4f7d94;
  --pdf-article-shadow: rgba(82, 65, 50, .22);
  --pdf-article-soft-shadow: rgba(82, 65, 50, .13);
}

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

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-ad,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .cs-custom-content-post-before {
  box-sizing: border-box !important;
  width: min(728px, calc(100vw - 32px)) !important;
  max-width: 728px !important;
  min-width: 0 !important;
  min-height: 90px !important;
  margin: 22px auto !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:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-ad--top,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .cs-custom-content-post-before {
  margin-top: 18px !important;
  margin-bottom: 22px !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-ad ins.adsbygoogle,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .cs-custom-content-post-before ins.adsbygoogle,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .entry-content 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:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-ad iframe,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .cs-custom-content-post-before iframe,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .entry-content ins.adsbygoogle iframe {
  width: 100% !important;
  max-width: 100% !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .entry-content article.roberin-article-body.percent-calculator-article,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-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: clamp(24px, 4vw, 42px) auto !important;
  padding: clamp(16px, 3vw, 28px) !important;
  color: var(--pdf-article-text) !important;
  -webkit-text-fill-color: var(--pdf-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(--pdf-article-panel) !important;
  background-size: 28px 28px, 28px 28px, auto !important;
  border: 2px solid var(--pdf-article-line) !important;
  border-radius: 0 !important;
  box-shadow: 5px 5px 0 var(--pdf-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:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article *,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article *::before,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article *::after {
  box-sizing: border-box !important;
  min-width: 0 !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article :is(p, li, td, th, summary, span, strong, code, h2, h3) {
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article__hero,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article__section {
  display: grid !important;
  gap: 13px !important;
  min-width: 0 !important;
  margin: 0 !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article__hero {
  padding: 0 0 22px !important;
  border-bottom: 1px dashed var(--pdf-article-line-soft) !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article__section + .percent-calculator-article__section {
  margin-top: 6px !important;
  padding-top: 22px !important;
  border-top: 1px dashed var(--pdf-article-line-soft) !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-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(--pdf-article-text) !important;
  -webkit-text-fill-color: var(--pdf-article-text) !important;
  background: var(--pdf-article-accent-paper) !important;
  border: 1px solid var(--pdf-article-line) !important;
  border-radius: 0 !important;
  box-shadow: 2px 2px 0 var(--pdf-article-soft-shadow) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
  letter-spacing: .01em !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article h2,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article h3 {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--pdf-article-text) !important;
  -webkit-text-fill-color: var(--pdf-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:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article h2 {
  font-size: clamp(25px, 3vw, 30px) !important;
  font-weight: 950 !important;
  line-height: 1.18 !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article h3 {
  font-size: 19px !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article p,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article li,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article summary {
  margin: 0 !important;
  color: var(--pdf-article-muted) !important;
  -webkit-text-fill-color: var(--pdf-article-muted) !important;
  font-size: 15px !important;
  font-weight: 680 !important;
  line-height: 1.72 !important;
  overflow-wrap: anywhere !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article strong {
  color: var(--pdf-article-text) !important;
  -webkit-text-fill-color: var(--pdf-article-text) !important;
  font-weight: 920 !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article__nav {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article__nav a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 34px !important;
  padding: 6px 10px !important;
  color: var(--pdf-article-text) !important;
  -webkit-text-fill-color: var(--pdf-article-text) !important;
  text-decoration: none !important;
  background: var(--pdf-article-card) !important;
  border: 1px solid var(--pdf-article-line) !important;
  border-radius: 0 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article__nav a:hover,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article__nav a:focus-visible {
  background: var(--pdf-article-mustard-soft) !important;
  outline: 2px solid var(--pdf-article-focus) !important;
  outline-offset: 2px !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article__grid,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article__process-grid,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article__use-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  min-width: 0 !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article__use-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article__card,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article__process,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article__use,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article__notice,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article details {
  display: grid !important;
  gap: 7px !important;
  min-width: 0 !important;
  padding: 12px !important;
  color: var(--pdf-article-muted) !important;
  -webkit-text-fill-color: var(--pdf-article-muted) !important;
  background: var(--pdf-article-card) !important;
  border: 1px solid var(--pdf-article-line) !important;
  border-radius: 0 !important;
  box-shadow: 3px 3px 0 var(--pdf-article-soft-shadow) !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article__notice {
  background: rgba(239, 225, 188, .64) !important;
  border-style: dashed !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article__process {
  background: rgba(226, 237, 216, .70) !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article__use span,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article__process span {
  color: var(--pdf-article-muted) !important;
  -webkit-text-fill-color: var(--pdf-article-muted) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.4 !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article code {
  display: block !important;
  width: fit-content !important;
  max-width: 100% !important;
  padding: 5px 8px !important;
  color: var(--pdf-article-text) !important;
  -webkit-text-fill-color: var(--pdf-article-text) !important;
  background: var(--pdf-article-card) !important;
  border: 1px solid var(--pdf-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:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article :is(ul, ol) {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
  padding-left: 0 !important;
  list-style: none !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article ol,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article ol.percent-calculator-article__steps {
  counter-reset: pdf-article-step !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-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:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-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(--pdf-article-text) !important;
  -webkit-text-fill-color: var(--pdf-article-text) !important;
  border-radius: 0 !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article ul > li::before {
  content: "" !important;
  display: inline-block !important;
  width: 9px !important;
  height: 9px !important;
  background: var(--pdf-article-mustard) !important;
  border: 1px solid var(--pdf-article-line) !important;
  box-shadow: 1px 1px 0 rgba(82, 65, 50, .22) !important;
  line-height: 1 !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article ol > li,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article ol.percent-calculator-article__steps > li {
  counter-increment: pdf-article-step !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article ol > li::before,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article ol.percent-calculator-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(--pdf-article-mustard-soft) !important;
  border: 1px solid var(--pdf-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:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article__li-text {
  display: block !important;
  min-width: 0 !important;
  align-self: center !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article details {
  margin: 0 !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article summary {
  cursor: pointer !important;
  color: var(--pdf-article-text) !important;
  -webkit-text-fill-color: var(--pdf-article-text) !important;
  font-weight: 950 !important;
  line-height: 1.45 !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article details[open] summary {
  margin-bottom: 8px !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .entry-content article.roberin-article-body.percent-calculator-article,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .entry-content article.roberin-article-body.percent-calculator-article,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .percent-calculator-article,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .percent-calculator-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:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .percent-calculator-article :is(h2, h3, strong, summary),
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .percent-calculator-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:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .percent-calculator-article :is(p, li, span),
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .percent-calculator-article :is(p, li, span) {
  color: #f0dfc5 !important;
  -webkit-text-fill-color: #f0dfc5 !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .percent-calculator-article__card,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .percent-calculator-article__process,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .percent-calculator-article__use,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .percent-calculator-article__notice,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .percent-calculator-article details,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .percent-calculator-article__nav a,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .percent-calculator-article__card,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .percent-calculator-article__process,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .percent-calculator-article__use,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .percent-calculator-article__notice,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .percent-calculator-article details,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .percent-calculator-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:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .percent-calculator-article__notice,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .percent-calculator-article__process,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .percent-calculator-article__notice,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .percent-calculator-article__process {
  background-color: rgba(36, 28, 21, .56) !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .percent-calculator-article code,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .percent-calculator-article code {
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  background: #241c15 !important;
  border-color: rgba(169, 139, 107, .56) !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .percent-calculator-article :is(ul, ol) > li::before,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .percent-calculator-article :is(ul, ol) > li::before {
  border-color: #a98b6b !important;
}

@media (max-width: 920px) {
  body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article__use-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-ad,
  body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .cs-custom-content-post-before {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }

  body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-ad ins.adsbygoogle,
  body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .cs-custom-content-post-before ins.adsbygoogle,
  body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .entry-content ins.adsbygoogle {
    width: 100% !important;
    max-width: 100% !important;
  }

  body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .entry-content article.roberin-article-body.percent-calculator-article,
  body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    padding: 12px !important;
    box-shadow: 4px 4px 0 rgba(82, 65, 50, .16) !important;
  }

  body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article__grid,
  body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article__process-grid,
  body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article__use-grid {
    grid-template-columns: 1fr !important;
  }

  body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 370px) {
  body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-article h2 {
    font-size: 25.2px !important;
  }
}


/* Phase 2 after-tool/body adjacency: keep the approved symmetric ad gap. */
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .percent-calculator-ad--after-tool + article.percent-calculator-article,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .roberin-qa-ad-placeholder[data-roberin-qa-ad-slot="7492498702"] + article.percent-calculator-article {
  margin-top: 0 !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .entry-content .percent-calculator-ad--after-tool + article.roberin-article-body.percent-calculator-article,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .entry-content .roberin-qa-ad-placeholder[data-roberin-qa-ad-slot="7492498702"] + article.roberin-article-body.percent-calculator-article {
  margin-top: 0 !important;
}

body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) article.percent-calculator-article .percent-calculator-article__section,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) article.percent-calculator-article .percent-calculator-article__hero {
  background: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 640px) {
  body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] .entry-content article.roberin-article-body.percent-calculator-article,
  body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] .entry-content article.roberin-article-body.percent-calculator-article {
    color: #f2e4cf !important;
    -webkit-text-fill-color: #f2e4cf !important;
    background-color: #33271d !important;
    border-color: #a98b6b !important;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, .32) !important;
  }

  body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] article.percent-calculator-article .percent-calculator-article__hero,
  body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] article.percent-calculator-article .percent-calculator-article__hero {
    color: #f2e4cf !important;
    -webkit-text-fill-color: #f2e4cf !important;
    border-color: #f2e4cf #f2e4cf rgba(169, 139, 107, .46) !important;
  }

  body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="dark"] article.percent-calculator-article :is(.percent-calculator-article__card, .percent-calculator-article__use, details, .percent-calculator-article__nav a),
  body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625)[data-scheme="inverse"] article.percent-calculator-article :is(.percent-calculator-article__card, .percent-calculator-article__use, details, .percent-calculator-article__nav a) {
    color: #f0dfc5 !important;
    -webkit-text-fill-color: #f0dfc5 !important;
    background-color: #33271d !important;
    border-color: rgba(169, 139, 107, .72) !important;
  }
}


/* Phase 2 v6 ad/body mobile fit: cancel the theme mobile centering transform on already-centered post-body blocks. */
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .entry-content > .percent-calculator-ad,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .entry-content > article.roberin-article-body.percent-calculator-article,
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .entry-content > .roberin-qa-ad-placeholder[data-roberin-qa-ad-slot="7492498702"],
body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .entry-content > .roberin-qa-ad-placeholder[data-roberin-qa-ad-slot="1316434178"] {
  margin-left: auto !important;
  margin-right: auto !important;
  transform: none !important;
}

@media (max-width: 640px) {
  body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .entry-content > .percent-calculator-ad,
  body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .entry-content > article.roberin-article-body.percent-calculator-article,
  body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .entry-content > .roberin-qa-ad-placeholder[data-roberin-qa-ad-slot="7492498702"],
  body:is(.postid-903,.postid-3622,.postid-3623,.postid-3624,.postid-3625) .entry-content > .roberin-qa-ad-placeholder[data-roberin-qa-ad-slot="1316434178"] {
    margin-left: auto !important;
    margin-right: auto !important;
    transform: none !important;
  }
}
