/* ROBERIN card point value calculator Phase 1 redesign - 2026-05-17 */
body.postid-1538 {
  --cpv-paper: #fff7e8;
  --cpv-paper-soft: #fbf0dc;
  --cpv-card: #fffdf7;
  --cpv-ink: #2b2119;
  --cpv-muted: #67584a;
  --cpv-line: #6b5745;
  --cpv-line-soft: rgba(107, 87, 69, .28);
  --cpv-green: #e3efd2;
  --cpv-green-ink: #314f31;
  --cpv-blue: #dfeef8;
  --cpv-blue-ink: #28475c;
  --cpv-amber: #f7df9d;
  --cpv-red: #9b2c1f;
  --cpv-shadow: 4px 4px 0 rgba(72, 55, 40, .22);
  --cpv-shadow-soft: 2px 2px 0 rgba(72, 55, 40, .14);
  --cpv-focus: 0 0 0 3px rgba(240, 200, 106, .46);
  background:
    linear-gradient(90deg, rgba(107, 87, 69, .025) 1px, transparent 1px) 0 0 / 18px 18px,
    linear-gradient(0deg, rgba(107, 87, 69, .022) 1px, transparent 1px) 0 0 / 18px 18px,
    #faf2e8;
  overflow-x: clip;
}

body[data-scheme="dark"].postid-1538,
body[data-scheme="inverse"].postid-1538 {
  --cpv-paper: #2b2119;
  --cpv-paper-soft: #241c15;
  --cpv-card: #33271d;
  --cpv-ink: #f2e4cf;
  --cpv-muted: #f0dfc5;
  --cpv-line: #a98b6b;
  --cpv-line-soft: rgba(169, 139, 107, .46);
  --cpv-green: #344a32;
  --cpv-green-ink: #f2e4cf;
  --cpv-blue: #263e4c;
  --cpv-blue-ink: #f2e4cf;
  --cpv-amber: #d2aa55;
  --cpv-red: #f1a08d;
  --cpv-shadow: 4px 4px 0 rgba(0, 0, 0, .34);
  --cpv-shadow-soft: 2px 2px 0 rgba(0, 0, 0, .24);
  --cpv-focus: 0 0 0 3px rgba(210, 170, 85, .46);
  background:
    linear-gradient(90deg, rgba(169, 139, 107, .04) 1px, transparent 1px) 0 0 / 18px 18px,
    linear-gradient(0deg, rgba(169, 139, 107, .035) 1px, transparent 1px) 0 0 / 18px 18px,
    #201811;
}

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

body.postid-1538 .cs-breadcrumbs,
body.postid-1538 .cs-entry__header,
body.postid-1538 .card-point-value-calculator,
body.postid-1538 .card-point-value-calculator-ad,
body.postid-1538 .entry-content > .wp-block-group.content1,
body.postid-1538 .entry-content > .wp-block-group:last-of-type {
  width: min(960px, calc(100vw - 32px));
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

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

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

.card-point-value-calculator,
.card-point-value-calculator *,
.card-point-value-calculator *::before,
.card-point-value-calculator *::after {
  box-sizing: border-box;
}

.card-point-value-calculator {
  margin-block: 22px 24px;
  color: var(--cpv-ink, #2b2119);
  -webkit-text-fill-color: currentColor;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  line-height: 1.52;
}

.cpv-calculator-shell {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 14px;
  background: var(--cpv-paper, #fff7e8);
  border: 2px solid var(--cpv-line, #6b5745);
  border-radius: 0;
  box-shadow: var(--cpv-shadow, 4px 4px 0 rgba(72, 55, 40, .22));
}

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

body[data-scheme="dark"] .cpv-calculator-shell::before,
body[data-scheme="inverse"] .cpv-calculator-shell::before {
  background:
    linear-gradient(rgba(169, 139, 107, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(169, 139, 107, .052) 1px, transparent 1px);
  background-size: 20px 20px;
}

.cpv-calculator-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .78fr);
  gap: 12px;
  align-items: end;
  margin: 0 0 12px;
  padding: 0 0 12px;
  border-bottom: 2px solid var(--cpv-line, #6b5745);
}

.cpv-kicker {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin: 0 0 4px;
  padding: 2px 8px;
  color: var(--cpv-ink, #2b2119);
  background: var(--cpv-amber, #f7df9d);
  border: 1px solid var(--cpv-line, #6b5745);
  font-size: .72rem;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: .04em;
}

.cpv-calculator-header h2 {
  margin: 0;
  padding: 0;
  color: var(--cpv-ink, #2b2119);
  -webkit-text-fill-color: var(--cpv-ink, #2b2119);
  font-size: clamp(1.34rem, 2.2vw, 1.78rem);
  font-weight: 950;
  line-height: 1.16;
  letter-spacing: -.045em;
  word-break: keep-all;
}

.cpv-lead {
  margin: 0;
  color: var(--cpv-muted, #67584a);
  -webkit-text-fill-color: var(--cpv-muted, #67584a);
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.55;
  text-align: right;
  word-break: keep-all;
}

.cpv-mode-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 12px;
}

.cpv-mode-btn,
.cpv-primary-btn,
.cpv-secondary-btn,
.cpv-quick-group button {
  appearance: none;
  border-radius: 0;
  font-family: inherit;
  cursor: pointer;
  transition: transform .14s ease, box-shadow .14s ease, background-color .14s ease, color .14s ease, border-color .14s ease;
}

.cpv-mode-btn {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 58px;
  padding: 9px 10px;
  color: var(--cpv-ink, #2b2119);
  background: var(--cpv-card, #fffdf7);
  border: 2px solid var(--cpv-line, #6b5745);
  box-shadow: var(--cpv-shadow-soft, 2px 2px 0 rgba(72, 55, 40, .14));
  text-align: left;
}

.cpv-mode-btn span {
  font-size: .94rem;
  font-weight: 900;
  line-height: 1.18;
}

.cpv-mode-btn small {
  margin-top: 3px;
  color: var(--cpv-muted, #67584a);
  font-size: .72rem;
  font-weight: 750;
  line-height: 1.24;
}

.cpv-mode-btn.is-active {
  background: var(--cpv-green, #e3efd2);
  color: var(--cpv-green-ink, #314f31);
}

.cpv-mode-btn:hover,
.cpv-mode-btn:focus-visible,
.cpv-primary-btn:hover,
.cpv-secondary-btn:hover,
.cpv-quick-group button:hover,
.cpv-quick-group button:focus-visible {
  transform: translate(-1px, -1px);
  box-shadow: var(--cpv-shadow, 4px 4px 0 rgba(72, 55, 40, .22));
}

.cpv-mode-btn:focus-visible,
.cpv-primary-btn:focus-visible,
.cpv-secondary-btn:focus-visible,
.cpv-quick-group button:focus-visible,
.cpv-input-shell input:focus-visible {
  outline: none;
  box-shadow: var(--cpv-focus, 0 0 0 3px rgba(240, 200, 106, .46)), var(--cpv-shadow-soft, 2px 2px 0 rgba(72, 55, 40, .14));
}

.cpv-calculator-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.04fr) minmax(0, .92fr);
  gap: 12px;
  align-items: stretch;
}

.cpv-panel {
  min-width: 0;
  padding: 12px;
  background: var(--cpv-card, #fffdf7);
  border: 2px solid var(--cpv-line, #6b5745);
  box-shadow: var(--cpv-shadow-soft, 2px 2px 0 rgba(72, 55, 40, .14));
}

.cpv-result-panel {
  background: var(--cpv-blue, #dfeef8);
}

.cpv-guide-panel {
  background: var(--cpv-paper-soft, #fbf0dc);
}

.cpv-panel-head {
  margin-bottom: 10px;
}

.cpv-panel-head h3 {
  margin: 0;
  padding: 0;
  color: var(--cpv-ink, #2b2119);
  -webkit-text-fill-color: var(--cpv-ink, #2b2119);
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.25;
}

.cpv-panel-head p {
  margin: 4px 0 0;
  color: var(--cpv-muted, #67584a);
  -webkit-text-fill-color: var(--cpv-muted, #67584a);
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.45;
  word-break: keep-all;
}

.cpv-tab-panel[hidden] {
  display: none !important;
}

.cpv-field {
  display: block;
  margin: 0 0 10px;
}

.cpv-field-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 0 0 6px;
  color: var(--cpv-ink, #2b2119);
  -webkit-text-fill-color: var(--cpv-ink, #2b2119);
  font-size: .84rem;
  font-weight: 900;
  line-height: 1.25;
}

.cpv-field-label em,
.cpv-field-label small {
  color: var(--cpv-muted, #67584a);
  -webkit-text-fill-color: var(--cpv-muted, #67584a);
  font-size: .72rem;
  font-style: normal;
  font-weight: 750;
}

.cpv-field-label em {
  color: var(--cpv-red, #9b2c1f);
  -webkit-text-fill-color: var(--cpv-red, #9b2c1f);
}

.cpv-input-shell {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  background: #fffaf0;
  border: 2px solid var(--cpv-line, #6b5745);
}

body[data-scheme="dark"] .cpv-input-shell,
body[data-scheme="inverse"] .cpv-input-shell {
  background: #241c15;
}

.cpv-input-shell input {
  width: 100%;
  min-width: 0;
  height: 44px;
  padding: 0 10px;
  color: var(--cpv-ink, #2b2119);
  -webkit-text-fill-color: var(--cpv-ink, #2b2119);
  background: transparent;
  border: 0;
  font-family: inherit;
  font-size: 1.05rem;
  font-weight: 850;
  line-height: 1;
  text-align: right;
}

.cpv-input-shell input::placeholder {
  color: rgba(103, 88, 74, .68);
  -webkit-text-fill-color: rgba(103, 88, 74, .68);
}

body[data-scheme="dark"] .cpv-input-shell input::placeholder,
body[data-scheme="inverse"] .cpv-input-shell input::placeholder {
  color: rgba(240, 223, 197, .64);
  -webkit-text-fill-color: rgba(240, 223, 197, .64);
}

.cpv-input-shell > span {
  flex: 0 0 auto;
  padding-right: 10px;
  color: var(--cpv-muted, #67584a);
  -webkit-text-fill-color: var(--cpv-muted, #67584a);
  font-size: .84rem;
  font-weight: 850;
}

.cpv-primary-btn,
.cpv-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  padding: 9px 12px;
  border: 2px solid var(--cpv-line, #6b5745);
  font-size: .92rem;
  font-weight: 950;
  line-height: 1.1;
  box-shadow: var(--cpv-shadow-soft, 2px 2px 0 rgba(72, 55, 40, .14));
}

.cpv-primary-btn {
  margin-top: 4px;
  color: #241c15;
  -webkit-text-fill-color: #241c15;
  background: var(--cpv-amber, #f7df9d);
}

.cpv-secondary-btn {
  margin-top: 8px;
  color: var(--cpv-ink, #2b2119);
  -webkit-text-fill-color: var(--cpv-ink, #2b2119);
  background: var(--cpv-card, #fffdf7);
}

.cpv-error {
  min-height: 1.25rem;
  margin: 8px 0 0;
  color: var(--cpv-red, #9b2c1f);
  -webkit-text-fill-color: var(--cpv-red, #9b2c1f);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.45;
}

.cpv-primary-result {
  padding: 12px;
  color: var(--cpv-blue-ink, #28475c);
  -webkit-text-fill-color: var(--cpv-blue-ink, #28475c);
  background: rgba(255, 253, 247, .78);
  border: 2px solid var(--cpv-line, #6b5745);
  box-shadow: var(--cpv-shadow-soft, 2px 2px 0 rgba(72, 55, 40, .14));
}

body[data-scheme="dark"] .cpv-primary-result,
body[data-scheme="inverse"] .cpv-primary-result {
  background: rgba(36, 28, 21, .72);
}

.cpv-result-label {
  display: block;
  margin-bottom: 6px;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .02em;
}

.cpv-primary-result strong {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 6px;
  color: var(--cpv-ink, #2b2119);
  -webkit-text-fill-color: var(--cpv-ink, #2b2119);
  font-size: clamp(2rem, 4.2vw, 2.75rem);
  font-weight: 950;
  line-height: .98;
  letter-spacing: -.045em;
}

.cpv-primary-result small,
.cpv-result-card small {
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: 0;
}

.cpv-primary-result p {
  margin: 8px 0 0;
  color: var(--cpv-muted, #67584a);
  -webkit-text-fill-color: var(--cpv-muted, #67584a);
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.45;
  word-break: keep-all;
}

.cpv-result-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.cpv-result-card {
  min-width: 0;
  padding: 9px;
  background: var(--cpv-card, #fffdf7);
  border: 1px solid var(--cpv-line-soft, rgba(107, 87, 69, .28));
}

.cpv-result-card span {
  display: block;
  color: var(--cpv-muted, #67584a);
  -webkit-text-fill-color: var(--cpv-muted, #67584a);
  font-size: .7rem;
  font-weight: 800;
  line-height: 1.2;
}

.cpv-result-card strong {
  display: flex;
  align-items: baseline;
  gap: 3px;
  min-width: 0;
  margin-top: 5px;
  color: var(--cpv-ink, #2b2119);
  -webkit-text-fill-color: var(--cpv-ink, #2b2119);
  font-size: .98rem;
  font-weight: 950;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.cpv-quick-group {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-bottom: 10px;
}

.cpv-quick-title {
  grid-column: 1 / -1;
  color: var(--cpv-ink, #2b2119);
  -webkit-text-fill-color: var(--cpv-ink, #2b2119);
  font-size: .78rem;
  font-weight: 900;
}

.cpv-quick-group button {
  min-width: 0;
  min-height: 34px;
  padding: 6px 8px;
  color: var(--cpv-ink, #2b2119);
  -webkit-text-fill-color: var(--cpv-ink, #2b2119);
  background: var(--cpv-card, #fffdf7);
  border: 1px solid var(--cpv-line, #6b5745);
  box-shadow: 2px 2px 0 rgba(72, 55, 40, .12);
  font-size: .82rem;
  font-weight: 850;
}

.cpv-note-card {
  margin-top: 12px;
  padding: 10px 11px;
  background: rgba(255, 253, 247, .62);
  border: 1px solid var(--cpv-line-soft, rgba(107, 87, 69, .28));
}

body[data-scheme="dark"] .cpv-note-card,
body[data-scheme="inverse"] .cpv-note-card {
  background: rgba(36, 28, 21, .66);
}

.cpv-note-card strong {
  display: block;
  margin: 0 0 7px;
  color: var(--cpv-ink, #2b2119);
  -webkit-text-fill-color: var(--cpv-ink, #2b2119);
  font-size: .84rem;
  font-weight: 950;
}

.cpv-note-card ul {
  margin: 0;
  padding-left: 1.18rem;
}

.cpv-note-card li {
  margin: 0 0 5px;
  padding-left: .12rem;
  color: var(--cpv-muted, #67584a);
  -webkit-text-fill-color: var(--cpv-muted, #67584a);
  font-size: .76rem;
  font-weight: 700;
  line-height: 1.46;
}

.cpv-note-card li::marker {
  color: var(--cpv-line, #6b5745);
}

.card-point-value-calculator-ad {
  display: block;
  margin-block: 24px;
  padding: 0 !important;
  color: var(--cpv-muted, #67584a);
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: clip;
  text-align: center;
}

.card-point-value-calculator + .card-point-value-calculator-ad {
  margin-top: 24px;
  margin-bottom: 24px;
}

.card-point-value-calculator-ad + .wp-block-group.content1,
.card-point-value-calculator-ad + .roberin-article-body,
.card-point-value-calculator-ad + article {
  margin-top: 0 !important;
}

.card-point-value-calculator-ad ins.adsbygoogle,
.card-point-value-calculator-ad iframe[id^="aswift"],
.card-point-value-calculator-ad iframe[name^="aswift"] {
  max-width: 100% !important;
  margin-inline: auto !important;
  overflow: hidden !important;
}

@media (max-width: 980px) {
  .cpv-calculator-header,
  .cpv-calculator-main {
    grid-template-columns: 1fr;
  }

  .cpv-lead {
    text-align: left;
  }
}

@media (max-width: 640px) {
  body.postid-1538 .cs-breadcrumbs,
  body.postid-1538 .cs-entry__header,
  body.postid-1538 .card-point-value-calculator,
  body.postid-1538 .card-point-value-calculator-ad,
  body.postid-1538 .entry-content > .wp-block-group.content1,
  body.postid-1538 .entry-content > .wp-block-group:last-of-type {
    width: min(100% - 20px, 960px);
  }

  .card-point-value-calculator {
    margin-block: 18px 22px;
  }

  .cpv-calculator-shell {
    padding: 11px;
  }

  .cpv-calculator-header {
    gap: 7px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .cpv-mode-switch,
  .cpv-calculator-main,
  .cpv-result-grid {
    gap: 8px;
  }

  .cpv-mode-btn {
    min-height: 60px;
    padding: 8px;
  }

  .cpv-mode-btn span {
    font-size: .86rem;
  }

  .cpv-mode-btn small {
    font-size: .67rem;
  }

  .cpv-panel {
    padding: 10px;
  }

  .cpv-input-shell input {
    height: 42px;
    font-size: 1rem;
  }

  .cpv-result-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 370px) {
  body.postid-1538 .cs-breadcrumbs,
  body.postid-1538 .cs-entry__header,
  body.postid-1538 .card-point-value-calculator,
  body.postid-1538 .card-point-value-calculator-ad,
  body.postid-1538 .entry-content > .wp-block-group.content1,
  body.postid-1538 .entry-content > .wp-block-group:last-of-type {
    width: calc(100vw - 16px);
  }

  .cpv-mode-switch,
  .cpv-quick-group {
    grid-template-columns: 1fr;
  }
}

/* v3: force theme-safe ad gap symmetry and active body width after late theme styles */
body.postid-1538 .card-point-value-calculator {
  margin-top: 22px !important;
  margin-bottom: 24px !important;
}

body.postid-1538 .card-point-value-calculator-ad,
body.postid-1538 .card-point-value-calculator + .card-point-value-calculator-ad {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body.postid-1538 .card-point-value-calculator-ad + .wp-block-group.content1,
body.postid-1538 .card-point-value-calculator-ad + .roberin-article-body,
body.postid-1538 .card-point-value-calculator-ad + article {
  margin-top: 0 !important;
}

/* Phase 2 body/article rhythm mapped from PDF page deletion body reference */
body.postid-1538 article.roberin-article-body.card-point-value-article,
body.postid-1538 .card-point-value-calculator-ad,
body.postid-1538 .card-point-value-calculator,
body.postid-1538 .cs-entry__header,
body.postid-1538 .cs-breadcrumbs {
  width: min(980px, calc(100vw - 32px)) !important;
  max-width: 980px !important;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

body.postid-1538 article.roberin-article-body.card-point-value-article {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 18px !important;
  margin-top: 0 !important;
  margin-bottom: 42px !important;
  padding: 28px !important;
  color: var(--cpv-ink, #34281f) !important;
  -webkit-text-fill-color: var(--cpv-ink, #34281f) !important;
  background: #f8efe2 !important;
  border: 2px solid var(--cpv-line, #6b5745) !important;
  border-radius: 0 !important;
  box-shadow: 5px 5px 0 rgba(82, 65, 50, .22) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.72 !important;
  word-break: keep-all !important;
}

body[data-scheme="dark"].postid-1538 article.roberin-article-body.card-point-value-article,
body[data-scheme="inverse"].postid-1538 article.roberin-article-body.card-point-value-article {
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  background: #33271d !important;
  border-color: #a98b6b !important;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, .32) !important;
}

body.postid-1538 .card-point-value-calculator-ad--after-tool + article.roberin-article-body.card-point-value-article {
  margin-top: 0 !important;
}

body.postid-1538 article.card-point-value-article > header,
body.postid-1538 article.card-point-value-article > section {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 13px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.postid-1538 article.card-point-value-article > header {
  padding-bottom: 22px !important;
  border-bottom: 1px solid rgba(107, 87, 69, .34) !important;
}

body[data-scheme="dark"].postid-1538 article.card-point-value-article > header,
body[data-scheme="inverse"].postid-1538 article.card-point-value-article > header {
  border-bottom-color: rgba(169, 139, 107, .5) !important;
}

body.postid-1538 article.card-point-value-article h2,
body.postid-1538 article.card-point-value-article h3,
body.postid-1538 article.card-point-value-article p,
body.postid-1538 article.card-point-value-article li,
body.postid-1538 article.card-point-value-article summary,
body.postid-1538 article.card-point-value-article code,
body.postid-1538 article.card-point-value-article a,
body.postid-1538 article.card-point-value-article span,
body.postid-1538 article.card-point-value-article strong {
  -webkit-text-fill-color: currentColor !important;
}

body.postid-1538 article.card-point-value-article h2,
body.postid-1538 article.card-point-value-article h3 {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--cpv-ink, #34281f) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  letter-spacing: -.035em !important;
  line-height: 1.18 !important;
  word-break: keep-all !important;
}

body.postid-1538 article.card-point-value-article h2 {
  font-size: clamp(1.55rem, 2.6vw, 1.875rem) !important;
  font-weight: 950 !important;
}

body.postid-1538 article.card-point-value-article h3 {
  font-size: 1.18rem !important;
  font-weight: 900 !important;
}

body[data-scheme="dark"].postid-1538 article.card-point-value-article h2,
body[data-scheme="dark"].postid-1538 article.card-point-value-article h3,
body[data-scheme="inverse"].postid-1538 article.card-point-value-article h2,
body[data-scheme="inverse"].postid-1538 article.card-point-value-article h3 {
  color: #f2e4cf !important;
}

body.postid-1538 article.card-point-value-article p {
  margin: 0 !important;
  color: var(--cpv-muted, #574838) !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.72 !important;
}

body[data-scheme="dark"].postid-1538 article.card-point-value-article p,
body[data-scheme="inverse"].postid-1538 article.card-point-value-article p {
  color: #f0dfc5 !important;
}

body.postid-1538 article.card-point-value-article .card-point-value-article__kicker {
  display: inline-flex !important;
  width: max-content !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 5px 9px !important;
  color: #574838 !important;
  background: #e2edd8 !important;
  border: 1px solid var(--cpv-line, #6b5745) !important;
  box-shadow: 2px 2px 0 rgba(82, 65, 50, .13) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.72 !important;
}

body[data-scheme="dark"].postid-1538 article.card-point-value-article .card-point-value-article__kicker,
body[data-scheme="inverse"].postid-1538 article.card-point-value-article .card-point-value-article__kicker {
  color: #f0dfc5 !important;
  background: #344a32 !important;
  border-color: #a98b6b !important;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, .2) !important;
}

body.postid-1538 article.card-point-value-article .card-point-value-article__nav {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.postid-1538 article.card-point-value-article .card-point-value-article__nav a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 34px !important;
  padding: 6px 10px !important;
  color: var(--cpv-ink, #34281f) !important;
  background: #fff8ed !important;
  border: 1px solid var(--cpv-line, #6b5745) !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.72 !important;
  text-decoration: none !important;
}

body[data-scheme="dark"].postid-1538 article.card-point-value-article .card-point-value-article__nav a,
body[data-scheme="inverse"].postid-1538 article.card-point-value-article .card-point-value-article__nav a {
  color: #f2e4cf !important;
  background: #33271d !important;
  border-color: rgba(169, 139, 107, .72) !important;
  box-shadow: 3px 3px 0 rgba(32, 24, 17, .52) !important;
}

body.postid-1538 article.card-point-value-article .card-point-value-article__grid,
body.postid-1538 article.card-point-value-article .card-point-value-article__process-grid,
body.postid-1538 article.card-point-value-article .card-point-value-article__use-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.postid-1538 article.card-point-value-article .card-point-value-article__use-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.postid-1538 article.card-point-value-article .card-point-value-article__card,
body.postid-1538 article.card-point-value-article .card-point-value-article__process,
body.postid-1538 article.card-point-value-article .card-point-value-article__use,
body.postid-1538 article.card-point-value-article .card-point-value-article__notice,
body.postid-1538 article.card-point-value-article details {
  min-width: 0 !important;
  margin: 0 !important;
  padding: 12px !important;
  color: #574838 !important;
  background: #fff8ed !important;
  border: 1px solid #6b5745 !important;
  border-radius: 0 !important;
  box-shadow: 3px 3px 0 rgba(82, 65, 50, .13) !important;
}

body.postid-1538 article.card-point-value-article .card-point-value-article__process {
  background: rgba(226, 237, 216, .7) !important;
}

body.postid-1538 article.card-point-value-article .card-point-value-article__notice {
  background: rgba(239, 225, 188, .64) !important;
}

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

body[data-scheme="dark"].postid-1538 article.card-point-value-article .card-point-value-article__process,
body[data-scheme="dark"].postid-1538 article.card-point-value-article .card-point-value-article__notice,
body[data-scheme="inverse"].postid-1538 article.card-point-value-article .card-point-value-article__process,
body[data-scheme="inverse"].postid-1538 article.card-point-value-article .card-point-value-article__notice {
  background: rgba(36, 28, 21, .56) !important;
}

body.postid-1538 article.card-point-value-article .card-point-value-article__card,
body.postid-1538 article.card-point-value-article .card-point-value-article__process,
body.postid-1538 article.card-point-value-article .card-point-value-article__use,
body.postid-1538 article.card-point-value-article .card-point-value-article__notice {
  display: grid !important;
  gap: 7px !important;
}

body.postid-1538 article.card-point-value-article .card-point-value-article__process span {
  color: inherit !important;
  font-size: .86rem !important;
  font-weight: 850 !important;
}

body.postid-1538 article.card-point-value-article code {
  display: inline-block !important;
  width: max-content !important;
  max-width: 100% !important;
  padding: 3px 7px !important;
  color: var(--cpv-ink, #34281f) !important;
  background: rgba(255, 247, 232, .72) !important;
  border: 1px solid rgba(107, 87, 69, .28) !important;
  border-radius: 0 !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace !important;
  font-size: .84rem !important;
  font-weight: 800 !important;
  white-space: normal !important;
}

body[data-scheme="dark"].postid-1538 article.card-point-value-article code,
body[data-scheme="inverse"].postid-1538 article.card-point-value-article code {
  color: #f2e4cf !important;
  background: rgba(36, 28, 21, .72) !important;
  border-color: rgba(169, 139, 107, .46) !important;
}

body.postid-1538 article.card-point-value-article .card-point-value-article__steps,
body.postid-1538 article.card-point-value-article .card-point-value-article__notice ul {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  list-style: none !important;
  list-style-position: outside !important;
}

body.postid-1538 article.card-point-value-article .card-point-value-article__steps {
  counter-reset: pdf-article-step !important;
}

body.postid-1538 article.card-point-value-article li {
  position: relative !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--cpv-muted, #574838) !important;
  font-size: 15px !important;
  font-weight: 650 !important;
  line-height: 1.72 !important;
  list-style: none !important;
}

body.postid-1538 article.card-point-value-article li::marker {
  content: none !important;
}

body.postid-1538 article.card-point-value-article .card-point-value-article__steps li {
  counter-increment: pdf-article-step !important;
  padding-left: 29px !important;
}

body.postid-1538 article.card-point-value-article .card-point-value-article__notice li {
  padding-left: 22px !important;
}

body.postid-1538 article.card-point-value-article .card-point-value-article__steps li::before {
  content: counter(pdf-article-step) !important;
  position: absolute !important;
  left: 0 !important;
  top: 3px !important;
  display: grid !important;
  place-items: center !important;
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  color: var(--cpv-ink, #34281f) !important;
  background: rgba(210, 170, 85, .24) !important;
  border: 1px solid var(--cpv-line, #6b5745) !important;
  box-shadow: 1px 1px 0 rgba(82, 65, 50, .22) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body.postid-1538 article.card-point-value-article .card-point-value-article__notice li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 8px !important;
  display: block !important;
  width: 9px !important;
  height: 9px !important;
  margin: 0 !important;
  background: #d2aa55 !important;
  border: 1px solid var(--cpv-line, #6b5745) !important;
  box-shadow: 1px 1px 0 rgba(82, 65, 50, .22) !important;
}

body[data-scheme="dark"].postid-1538 article.card-point-value-article li,
body[data-scheme="inverse"].postid-1538 article.card-point-value-article li {
  color: #f0dfc5 !important;
}

body.postid-1538 article.card-point-value-article .card-point-value-article__li-text {
  display: block !important;
  min-width: 0 !important;
}

body.postid-1538 article.card-point-value-article details {
  display: grid !important;
  gap: 7px !important;
  padding: 12px !important;
  overflow: visible !important;
}

body.postid-1538 article.card-point-value-article details + details {
  margin-top: 8px !important;
}

body.postid-1538 article.card-point-value-article summary {
  display: list-item !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--cpv-ink, #34281f) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
  list-style-position: inside !important;
}

body.postid-1538 article.card-point-value-article summary::after {
  content: none !important;
  display: none !important;
}

body[data-scheme="dark"].postid-1538 article.card-point-value-article summary,
body[data-scheme="inverse"].postid-1538 article.card-point-value-article summary {
  color: #f2e4cf !important;
}

body.postid-1538 article.card-point-value-article details p {
  padding: 0 !important;
}

body.postid-1538 article.card-point-value-article + .card-point-value-calculator-ad--bottom,
body.postid-1538 article.card-point-value-article ~ .card-point-value-calculator-ad--bottom {
  margin-top: 24px !important;
}

@media (max-width: 760px) {
  body.postid-1538 article.roberin-article-body.card-point-value-article,
  body.postid-1538 .card-point-value-calculator-ad,
  body.postid-1538 .card-point-value-calculator,
  body.postid-1538 .cs-entry__header,
  body.postid-1538 .cs-breadcrumbs {
    width: min(100% - 20px, 980px) !important;
  }

  body.postid-1538 article.roberin-article-body.card-point-value-article {
    width: calc(100vw - 24px) !important;
    gap: 18px !important;
    margin: 24px auto 42px !important;
    padding: 12px !important;
    font-size: 15px !important;
    line-height: 1.72 !important;
    box-shadow: 4px 4px 0 rgba(82, 65, 50, .16) !important;
  }

  body[data-scheme="dark"].postid-1538 article.roberin-article-body.card-point-value-article,
  body[data-scheme="inverse"].postid-1538 article.roberin-article-body.card-point-value-article {
    background: #33271d !important;
    box-shadow: 4px 4px 0 rgba(82, 65, 50, .16) !important;
  }

  body.postid-1538 article.card-point-value-article .card-point-value-article__grid,
  body.postid-1538 article.card-point-value-article .card-point-value-article__process-grid,
  body.postid-1538 article.card-point-value-article .card-point-value-article__use-grid {
    grid-template-columns: 1fr !important;
  }

  body.postid-1538 article.card-point-value-article > header,
  body.postid-1538 article.card-point-value-article > section,
  body.postid-1538 article.card-point-value-article .card-point-value-article__nav,
  body.postid-1538 article.card-point-value-article .card-point-value-article__grid,
  body.postid-1538 article.card-point-value-article .card-point-value-article__process-grid,
  body.postid-1538 article.card-point-value-article .card-point-value-article__use-grid,
  body.postid-1538 article.card-point-value-article .card-point-value-article__card,
  body.postid-1538 article.card-point-value-article .card-point-value-article__process,
  body.postid-1538 article.card-point-value-article .card-point-value-article__use,
  body.postid-1538 article.card-point-value-article .card-point-value-article__notice,
  body.postid-1538 article.card-point-value-article .card-point-value-article__steps,
  body.postid-1538 article.card-point-value-article details {
    font-size: 15px !important;
    line-height: 1.72 !important;
  }

  body.postid-1538 article.card-point-value-article h2 {
    font-size: 1.575rem !important;
  }
}

@media (max-width: 370px) {
  body.postid-1538 article.roberin-article-body.card-point-value-article,
  body.postid-1538 .card-point-value-calculator-ad,
  body.postid-1538 .card-point-value-calculator,
  body.postid-1538 .cs-entry__header,
  body.postid-1538 .cs-breadcrumbs {
    width: calc(100vw - 16px) !important;
  }

  body.postid-1538 article.roberin-article-body.card-point-value-article {
    width: calc(100vw - 24px) !important;
    padding: 12px !important;
  }
}
