/* ROBERIN school calculator redesign v7 - 2026-05-20
   Phase 1 tool reference: /projects/date-difference-calculator/
   Phase 2 body reference: /projects/pdf-page-deletion/ */
body.postid-1272,
body.postid-3122,
body.postid-3123,
body.postid-3124,
body.postid-3125 {
  --sc-paper: #fff7e8;
  --sc-paper-soft: #fbf0dc;
  --sc-paper-deep: #f3dfc4;
  --sc-ink: #2b2119;
  --sc-muted: #67584a;
  --sc-line: #6b5745;
  --sc-line-soft: rgba(107, 87, 69, 0.26);
  --sc-green: #e3efd2;
  --sc-green-ink: #2f4e2e;
  --sc-blue: #dfeef8;
  --sc-blue-ink: #28455a;
  --sc-amber: #f7df9d;
  --sc-amber-ink: #5e4520;
  --sc-rose: #f3dfd3;
  --sc-rose-ink: #743528;
  --sc-white: #fffdf7;
  --sc-placeholder: rgba(87, 72, 56, 0.48);
  --sc-shadow: 4px 4px 0 rgba(72, 55, 40, 0.22);
  --sc-shadow-soft: 2px 2px 0 rgba(72, 55, 40, 0.14);
  background:
    linear-gradient(90deg, rgba(107, 87, 69, 0.025) 1px, transparent 1px) 0 0 / 18px 18px,
    linear-gradient(0deg, rgba(107, 87, 69, 0.022) 1px, transparent 1px) 0 0 / 18px 18px,
    #faf2e8;
}

body.postid-1272:is([data-scheme="dark"], [data-scheme="inverse"]),
body.postid-3122:is([data-scheme="dark"], [data-scheme="inverse"]),
body.postid-3123:is([data-scheme="dark"], [data-scheme="inverse"]),
body.postid-3124:is([data-scheme="dark"], [data-scheme="inverse"]),
body.postid-3125:is([data-scheme="dark"], [data-scheme="inverse"]) {
  --sc-paper: #2b241d;
  --sc-paper-soft: #342a21;
  --sc-paper-deep: #443626;
  --sc-ink: #f5e7d0;
  --sc-muted: #d8c2a7;
  --sc-line: #c9a980;
  --sc-line-soft: rgba(221, 190, 145, 0.32);
  --sc-green: #31442d;
  --sc-green-ink: #dcedc6;
  --sc-blue: #263d49;
  --sc-blue-ink: #d8edf6;
  --sc-amber: #5a431f;
  --sc-amber-ink: #ffe6a3;
  --sc-rose: #543126;
  --sc-rose-ink: #f5d2c4;
  --sc-white: #241d17;
  --sc-placeholder: rgba(240, 223, 197, 0.48);
  --sc-shadow: 4px 4px 0 rgba(0, 0, 0, 0.28);
  --sc-shadow-soft: 2px 2px 0 rgba(0, 0, 0, 0.22);
  background:
    linear-gradient(90deg, rgba(221, 190, 145, 0.045) 1px, transparent 1px) 0 0 / 18px 18px,
    linear-gradient(0deg, rgba(221, 190, 145, 0.038) 1px, transparent 1px) 0 0 / 18px 18px,
    #211b16;
}

@media (prefers-color-scheme: dark) {
  body.postid-1272[data-scheme="auto"],
  body.postid-3122[data-scheme="auto"],
  body.postid-3123[data-scheme="auto"],
  body.postid-3124[data-scheme="auto"],
  body.postid-3125[data-scheme="auto"] {
    --sc-paper: #2b241d;
    --sc-paper-soft: #342a21;
    --sc-paper-deep: #443626;
    --sc-ink: #f5e7d0;
    --sc-muted: #d8c2a7;
    --sc-line: #c9a980;
    --sc-line-soft: rgba(221, 190, 145, 0.32);
    --sc-green: #31442d;
    --sc-green-ink: #dcedc6;
    --sc-blue: #263d49;
    --sc-blue-ink: #d8edf6;
    --sc-amber: #5a431f;
    --sc-amber-ink: #ffe6a3;
    --sc-rose: #543126;
    --sc-rose-ink: #f5d2c4;
    --sc-white: #241d17;
    --sc-placeholder: rgba(240, 223, 197, 0.48);
    --sc-shadow: 4px 4px 0 rgba(0, 0, 0, 0.28);
    --sc-shadow-soft: 2px 2px 0 rgba(0, 0, 0, 0.22);
  }
}

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

body.postid-1272 .cs-breadcrumbs,
body.postid-1272 .cs-entry__header,
body.postid-1272 .school-calculator-shell,
body.postid-3122 .cs-breadcrumbs,
body.postid-3122 .cs-entry__header,
body.postid-3122 .school-calculator-shell,
body.postid-3123 .cs-breadcrumbs,
body.postid-3123 .cs-entry__header,
body.postid-3123 .school-calculator-shell,
body.postid-3124 .cs-breadcrumbs,
body.postid-3124 .cs-entry__header,
body.postid-3124 .school-calculator-shell,
body.postid-3125 .cs-breadcrumbs,
body.postid-3125 .cs-entry__header,
body.postid-3125 .school-calculator-shell {
  width: min(1040px, calc(100vw - 32px));
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

body.postid-1272 .entry-content > article,
body.postid-3122 .entry-content > article,
body.postid-3123 .entry-content > article,
body.postid-3124 .entry-content > article,
body.postid-3125 .entry-content > article {
  width: min(920px, calc(100vw - 32px));
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.school-calculator-shell,
.school-calculator-shell *,
.school-calculator-shell *::before,
.school-calculator-shell *::after {
  box-sizing: border-box;
}

.school-calculator-shell {
  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(--sc-ink);
  line-height: 1.52;
}

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

.school-calculator-card::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;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) .school-calculator-card::before {
  background:
    linear-gradient(rgba(221, 190, 145, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(221, 190, 145, 0.052) 1px, transparent 1px);
  background-size: 20px 20px;
}

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

.school-calculator-kicker {
  width: fit-content;
  margin: 0;
  padding: 3px 7px;
  color: var(--sc-amber-ink);
  background: var(--sc-amber);
  border: 1px solid var(--sc-line);
  box-shadow: var(--sc-shadow-soft);
  font-size: 12px;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -0.01em;
}

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

.school-calculator-header p:not(.school-calculator-kicker) {
  max-width: 760px;
  margin: 0;
  color: var(--sc-muted) !important;
  -webkit-text-fill-color: var(--sc-muted);
  font-size: 14.5px;
  line-height: 1.55;
  font-weight: 700;
  word-break: keep-all;
}

.school-quick-actions {
  display: grid;
  grid-template-columns: auto repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-items: center;
  margin: 0 0 10px;
}

.school-quick-actions > span {
  color: var(--sc-muted);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.school-quick-actions:has(.school-quick-group) {
  grid-template-columns: max-content minmax(0, 1fr) minmax(0, 1fr);
}

.school-quick-group {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-items: stretch;
}

.school-quick-group .school-btn {
  width: 100%;
  min-width: 0;
  white-space: nowrap;
}

.school-btn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 10px;
  border-radius: 0;
  border: 1px solid var(--sc-line);
  box-shadow: var(--sc-shadow-soft);
  font-family: inherit;
  font-size: 13.5px;
  line-height: 1.1;
  font-weight: 950;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 120ms ease, box-shadow 120ms ease, background-color 120ms ease, color 120ms ease;
}

.school-btn:hover {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px 0 rgba(72, 55, 40, 0.16);
}

.school-btn:active {
  transform: translate(2px, 2px);
  box-shadow: none;
}

.school-btn:focus-visible,
.school-input:focus-visible,
.school-select:focus-visible {
  outline: 3px solid #d6a62b;
  outline-offset: 2px;
}

.school-btn-primary {
  min-height: 42px;
  color: #fff7e8;
  -webkit-text-fill-color: #fff7e8;
  background: #6f4d2e;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) .school-btn-primary {
  color: #241d17;
  -webkit-text-fill-color: #241d17;
  background: #e7c487;
}

.school-btn-secondary,
.school-btn-ghost {
  color: var(--sc-rose-ink);
  -webkit-text-fill-color: var(--sc-rose-ink);
  background: var(--sc-rose);
}

.school-btn-soft {
  color: var(--sc-green-ink);
  -webkit-text-fill-color: var(--sc-green-ink);
  background: var(--sc-green);
}

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

.school-panel,
.school-timeline-panel,
.school-info-panel {
  min-width: 0;
  background: rgba(255, 253, 247, 0.94);
  border: 1px solid var(--sc-line);
  border-radius: 0;
  box-shadow: var(--sc-shadow-soft);
  padding: 12px;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) .school-panel,
body:is([data-scheme="dark"], [data-scheme="inverse"]) .school-timeline-panel,
body:is([data-scheme="dark"], [data-scheme="inverse"]) .school-info-panel {
  background: rgba(36, 29, 23, 0.94);
}

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

.school-panel-title::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  background: var(--sc-amber);
  border: 1px solid var(--sc-line);
  box-shadow: 1px 1px 0 rgba(72, 55, 40, 0.15);
}

.school-timeline-panel > .school-panel-title,
.school-timeline-panel .school-chart-head h4 {
  color: var(--sc-blue-ink) !important;
  -webkit-text-fill-color: var(--sc-blue-ink);
}

.school-timeline-panel > .school-panel-title::before {
  background: var(--sc-blue);
}

.school-form,
.school-panel-input,
.school-panel-result {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.school-field {
  display: grid;
  gap: 6px;
  margin: 0;
  color: var(--sc-ink);
  font-weight: 900;
}

.school-field > span {
  color: var(--sc-muted);
  -webkit-text-fill-color: var(--sc-muted);
  font-size: 13px;
  line-height: 1.2;
}

.school-input,
.school-select {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  margin: 0;
  padding: 9px 10px;
  color: var(--sc-ink) !important;
  -webkit-text-fill-color: var(--sc-ink);
  background: var(--sc-white);
  border: 1px solid var(--sc-line);
  border-radius: 0;
  box-shadow: inset 1px 1px 0 rgba(107, 87, 69, 0.08);
  font-family: inherit;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 850;
}

.school-select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--sc-line) 50%),
    linear-gradient(135deg, var(--sc-line) 50%, transparent 50%);
  background-position:
    calc(100% - 16px) calc(50% - 3px),
    calc(100% - 10px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 30px;
}

.school-input::placeholder {
  color: var(--sc-placeholder) !important;
  -webkit-text-fill-color: var(--sc-placeholder) !important;
  opacity: 1;
  font-weight: 800;
}

.school-input:focus,
.school-select:focus {
  background: var(--sc-paper-soft);
  border-color: var(--sc-line);
}

.school-action-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: stretch;
}

.school-error {
  min-height: 18px;
  margin: 0;
  color: var(--sc-rose-ink);
  -webkit-text-fill-color: var(--sc-rose-ink);
  font-size: 12.5px;
  font-weight: 850;
}

.school-result-empty {
  min-height: 154px;
  display: grid;
  place-items: center;
  padding: 14px;
  color: var(--sc-muted);
  -webkit-text-fill-color: var(--sc-muted);
  background: var(--sc-paper-soft);
  border: 1px dashed var(--sc-line);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.school-result-summary {
  display: grid;
  gap: 9px;
}

.school-result-summary[hidden] {
  display: none !important;
}

.school-result-status {
  width: fit-content;
  margin: 0;
  padding: 4px 7px;
  color: var(--sc-blue-ink);
  -webkit-text-fill-color: var(--sc-blue-ink);
  background: var(--sc-blue);
  border: 1px solid var(--sc-line);
  box-shadow: var(--sc-shadow-soft);
  font-size: 12.5px;
  line-height: 1.15;
  font-weight: 950;
}

.school-result-main {
  display: block;
  min-height: 78px;
  padding: 12px;
  color: var(--sc-ink);
  -webkit-text-fill-color: var(--sc-ink);
  background: var(--sc-paper-soft);
  border: 1px solid var(--sc-line);
  font-size: clamp(18px, 2.1vw, 25px);
  line-height: 1.28;
  font-weight: 950;
  letter-spacing: -0.04em;
  word-break: keep-all;
}

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

.school-result-metrics div {
  min-width: 0;
  padding: 9px;
  background: var(--sc-white);
  border: 1px solid var(--sc-line-soft);
}

.school-result-metrics dt {
  margin: 0 0 3px;
  color: var(--sc-muted);
  -webkit-text-fill-color: var(--sc-muted);
  font-size: 11.5px;
  font-weight: 900;
}

.school-result-metrics dd {
  margin: 0;
  color: var(--sc-ink);
  -webkit-text-fill-color: var(--sc-ink);
  font-size: 14px;
  font-weight: 950;
}

.school-timeline-panel {
  margin: 0 0 10px;
}

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

.school-stage-card {
  display: grid;
  gap: 5px;
  min-width: 0;
  margin: 0;
  padding: 10px;
  color: var(--sc-ink);
  -webkit-text-fill-color: var(--sc-ink);
  background: var(--sc-white);
  border: 1px solid var(--sc-line);
  box-shadow: var(--sc-shadow-soft);
}

.school-stage-card:nth-child(2n) {
  background: var(--sc-green);
}

.school-stage-card:nth-child(3n) {
  background: var(--sc-blue);
}

.school-stage-card:nth-child(4n) {
  background: var(--sc-amber);
}

.school-stage-label {
  color: var(--sc-muted);
  -webkit-text-fill-color: var(--sc-muted);
  font-size: 12px;
  font-weight: 950;
}

.school-stage-card strong {
  color: var(--sc-ink);
  -webkit-text-fill-color: var(--sc-ink);
  font-size: 17px;
  line-height: 1.18;
  font-weight: 950;
}

.school-stage-card small {
  color: var(--sc-muted);
  -webkit-text-fill-color: var(--sc-muted);
  font-size: 12px;
  font-weight: 800;
}

.school-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--sc-line-soft);
  background: rgba(255, 253, 247, 0.58);
}

.school-table-wrap h4 {
  margin: 0;
  padding: 9px 10px;
  color: var(--sc-muted);
  -webkit-text-fill-color: var(--sc-muted);
  border-bottom: 1px solid var(--sc-line-soft);
  font-size: 13px;
  font-weight: 950;
}

.school-year-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  color: var(--sc-ink);
}

.school-year-table th,
.school-year-table td {
  padding: 9px 10px;
  border-bottom: 1px solid var(--sc-line-soft);
  color: var(--sc-ink);
  -webkit-text-fill-color: var(--sc-ink);
  font-size: 13px;
  line-height: 1.3;
  text-align: left;
  vertical-align: top;
}

.school-year-table th {
  color: var(--sc-muted);
  -webkit-text-fill-color: var(--sc-muted);
  background: var(--sc-paper-soft);
  font-weight: 950;
  white-space: nowrap;
}

.school-year-table td:first-child {
  font-weight: 950;
}

.school-info-panel {
  display: grid;
  gap: 10px;
}

.school-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.school-info-grid li {
  display: grid;
  gap: 5px;
  min-width: 0;
  margin: 0;
  padding: 10px;
  background: var(--sc-white);
  border: 1px solid var(--sc-line-soft);
}

.school-info-grid strong {
  color: var(--sc-ink);
  -webkit-text-fill-color: var(--sc-ink);
  font-size: 13px;
  font-weight: 950;
}

.school-info-grid span {
  color: var(--sc-muted);
  -webkit-text-fill-color: var(--sc-muted);
  font-size: 12.5px;
  line-height: 1.45;
  font-weight: 750;
}

.school-notice {
  margin: 0;
  padding: 10px;
  color: var(--sc-muted);
  -webkit-text-fill-color: var(--sc-muted);
  background: var(--sc-paper-soft);
  border: 1px solid var(--sc-line);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 800;
}

.school-notice strong {
  display: inline-block;
  margin-right: 6px;
  color: var(--sc-ink);
  -webkit-text-fill-color: var(--sc-ink);
  font-weight: 950;
}

/* Ad gap normalization: keep after-tool ad centered evenly between tool and article. */
body.postid-1272 .school-calculator-shell,
body.postid-3122 .school-calculator-shell,
body.postid-3123 .school-calculator-shell,
body.postid-3124 .school-calculator-shell,
body.postid-3125 .school-calculator-shell {
  margin-bottom: 0 !important;
}

body.postid-1272 .entry-content > .roberin-qa-ad-placeholder,
body.postid-3122 .entry-content > .roberin-qa-ad-placeholder,
body.postid-3123 .entry-content > .roberin-qa-ad-placeholder,
body.postid-3124 .entry-content > .roberin-qa-ad-placeholder,
body.postid-3125 .entry-content > .roberin-qa-ad-placeholder {
  width: min(920px, calc(100vw - 32px));
  max-width: 920px;
  margin: 24px auto !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.postid-1272 .entry-content > .roberin-qa-ad-placeholder + article,
body.postid-3122 .entry-content > .roberin-qa-ad-placeholder + article,
body.postid-3123 .entry-content > .roberin-qa-ad-placeholder + article,
body.postid-3124 .entry-content > .roberin-qa-ad-placeholder + article,
body.postid-3125 .entry-content > .roberin-qa-ad-placeholder + article {
  margin-top: 0 !important;
  display: flow-root;
}

@media (min-width: 641px) {
  body.postid-1272 .entry-content > .roberin-qa-ad-placeholder,
  body.postid-3122 .entry-content > .roberin-qa-ad-placeholder,
  body.postid-3123 .entry-content > .roberin-qa-ad-placeholder,
  body.postid-3124 .entry-content > .roberin-qa-ad-placeholder,
  body.postid-3125 .entry-content > .roberin-qa-ad-placeholder {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}

@media (max-width: 980px) {
  .school-calculator-main {
    grid-template-columns: 1fr;
  }
  .school-stage-grid,
  .school-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.postid-1272 .cs-breadcrumbs,
  body.postid-1272 .cs-entry__header,
  body.postid-1272 .school-calculator-shell,
  body.postid-3122 .cs-breadcrumbs,
  body.postid-3122 .cs-entry__header,
  body.postid-3122 .school-calculator-shell,
  body.postid-3123 .cs-breadcrumbs,
  body.postid-3123 .cs-entry__header,
  body.postid-3123 .school-calculator-shell,
  body.postid-3124 .cs-breadcrumbs,
  body.postid-3124 .cs-entry__header,
  body.postid-3124 .school-calculator-shell,
  body.postid-3125 .cs-breadcrumbs,
  body.postid-3125 .cs-entry__header,
  body.postid-3125 .school-calculator-shell,
  body.postid-1272 .entry-content > article,
  body.postid-3122 .entry-content > article,
  body.postid-3123 .entry-content > article,
  body.postid-3124 .entry-content > article,
  body.postid-3125 .entry-content > article,
  body.postid-1272 .entry-content > .roberin-qa-ad-placeholder,
  body.postid-3122 .entry-content > .roberin-qa-ad-placeholder,
  body.postid-3123 .entry-content > .roberin-qa-ad-placeholder,
  body.postid-3124 .entry-content > .roberin-qa-ad-placeholder,
  body.postid-3125 .entry-content > .roberin-qa-ad-placeholder {
    width: min(100%, calc(100vw - 20px));
  }

  .school-calculator-card {
    padding: 10px;
    box-shadow: 3px 3px 0 rgba(72, 55, 40, 0.18);
  }

  .school-quick-actions,
  .school-action-row,
  .school-result-metrics,
  .school-stage-grid,
  .school-info-grid {
    grid-template-columns: 1fr;
  }

  .school-quick-actions:has(.school-quick-group) {
    grid-template-columns: 1fr;
  }

  .school-quick-actions > span {
    white-space: normal;
  }

  .school-quick-group .school-btn {
    white-space: normal;
  }

  .school-result-empty {
    min-height: 112px;
  }

  .school-year-table {
    min-width: 560px;
  }
}

@media (max-width: 390px) {
  .school-calculator-header h2 {
    font-size: 21px;
  }
  .school-calculator-header p:not(.school-calculator-kicker),
  .school-notice {
    font-size: 12.5px;
  }
  .school-panel,
  .school-timeline-panel,
  .school-info-panel {
    padding: 10px;
  }

  .school-quick-group {
    grid-template-columns: 1fr;
  }

  .school-result-entry {
    display: grid;
    gap: 3px;
  }
}

/* ROBERIN school calculator Phase 2 article, caution, and ad cleanup v7 - adapted from PDF page deletion body reference */
body.postid-1272,
body.postid-3122,
body.postid-3123,
body.postid-3124,
body.postid-3125 {
  --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.postid-1272[data-scheme="dark"],
body.postid-3122[data-scheme="dark"],
body.postid-3123[data-scheme="dark"],
body.postid-3124[data-scheme="dark"],
body.postid-3125[data-scheme="dark"],
body.postid-1272[data-scheme="inverse"],
body.postid-3122[data-scheme="inverse"],
body.postid-3123[data-scheme="inverse"],
body.postid-3124[data-scheme="inverse"],
body.postid-3125[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.postid-1272 .roberin-pdf-ad,
body.postid-3122 .roberin-pdf-ad,
body.postid-3123 .roberin-pdf-ad,
body.postid-3124 .roberin-pdf-ad,
body.postid-3125 .roberin-pdf-ad,
body.postid-1272 .cs-custom-content-post-before,
body.postid-3122 .cs-custom-content-post-before,
body.postid-3123 .cs-custom-content-post-before,
body.postid-3124 .cs-custom-content-post-before,
body.postid-3125 .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.postid-1272 .roberin-pdf-ad--top,
body.postid-3122 .roberin-pdf-ad--top,
body.postid-3123 .roberin-pdf-ad--top,
body.postid-3124 .roberin-pdf-ad--top,
body.postid-3125 .roberin-pdf-ad--top,
body.postid-1272 .cs-custom-content-post-before,
body.postid-3122 .cs-custom-content-post-before,
body.postid-3123 .cs-custom-content-post-before,
body.postid-3124 .cs-custom-content-post-before,
body.postid-3125 .cs-custom-content-post-before {
  margin-top: 18px !important;
  margin-bottom: 22px !important;
}

body.postid-1272 .roberin-pdf-ad ins.adsbygoogle,
body.postid-3122 .roberin-pdf-ad ins.adsbygoogle,
body.postid-3123 .roberin-pdf-ad ins.adsbygoogle,
body.postid-3124 .roberin-pdf-ad ins.adsbygoogle,
body.postid-3125 .roberin-pdf-ad ins.adsbygoogle,
body.postid-1272 .cs-custom-content-post-before ins.adsbygoogle,
body.postid-3122 .cs-custom-content-post-before ins.adsbygoogle,
body.postid-3123 .cs-custom-content-post-before ins.adsbygoogle,
body.postid-3124 .cs-custom-content-post-before ins.adsbygoogle,
body.postid-3125 .cs-custom-content-post-before ins.adsbygoogle,
body.postid-1272 .entry-content ins.adsbygoogle,
body.postid-3122 .entry-content ins.adsbygoogle,
body.postid-3123 .entry-content ins.adsbygoogle,
body.postid-3124 .entry-content ins.adsbygoogle,
body.postid-3125 .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.postid-1272 .roberin-pdf-ad iframe,
body.postid-3122 .roberin-pdf-ad iframe,
body.postid-3123 .roberin-pdf-ad iframe,
body.postid-3124 .roberin-pdf-ad iframe,
body.postid-3125 .roberin-pdf-ad iframe,
body.postid-1272 .cs-custom-content-post-before iframe,
body.postid-3122 .cs-custom-content-post-before iframe,
body.postid-3123 .cs-custom-content-post-before iframe,
body.postid-3124 .cs-custom-content-post-before iframe,
body.postid-3125 .cs-custom-content-post-before iframe,
body.postid-1272 .entry-content ins.adsbygoogle iframe,
body.postid-3122 .entry-content ins.adsbygoogle iframe,
body.postid-3123 .entry-content ins.adsbygoogle iframe,
body.postid-3124 .entry-content ins.adsbygoogle iframe,
body.postid-3125 .entry-content ins.adsbygoogle iframe {
  width: 100% !important;
  max-width: 100% !important;
}

body.postid-1272 .entry-content article.roberin-article-body.pdf-page-deletion-article,
body.postid-3122 .entry-content article.roberin-article-body.pdf-page-deletion-article,
body.postid-3123 .entry-content article.roberin-article-body.pdf-page-deletion-article,
body.postid-3124 .entry-content article.roberin-article-body.pdf-page-deletion-article,
body.postid-3125 .entry-content article.roberin-article-body.pdf-page-deletion-article,
body.postid-1272 .pdf-page-deletion-article,
body.postid-3122 .pdf-page-deletion-article,
body.postid-3123 .pdf-page-deletion-article,
body.postid-3124 .pdf-page-deletion-article,
body.postid-3125 .pdf-page-deletion-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.postid-1272 .pdf-page-deletion-article,
body.postid-3122 .pdf-page-deletion-article,
body.postid-3123 .pdf-page-deletion-article,
body.postid-3124 .pdf-page-deletion-article,
body.postid-3125 .pdf-page-deletion-article,
body.postid-1272 .pdf-page-deletion-article *,
body.postid-3122 .pdf-page-deletion-article *,
body.postid-3123 .pdf-page-deletion-article *,
body.postid-3124 .pdf-page-deletion-article *,
body.postid-3125 .pdf-page-deletion-article *,
body.postid-1272 .pdf-page-deletion-article *::before,
body.postid-3122 .pdf-page-deletion-article *::before,
body.postid-3123 .pdf-page-deletion-article *::before,
body.postid-3124 .pdf-page-deletion-article *::before,
body.postid-3125 .pdf-page-deletion-article *::before,
body.postid-1272 .pdf-page-deletion-article *::after,
body.postid-3122 .pdf-page-deletion-article *::after,
body.postid-3123 .pdf-page-deletion-article *::after,
body.postid-3124 .pdf-page-deletion-article *::after,
body.postid-3125 .pdf-page-deletion-article *::after {
  box-sizing: border-box !important;
  min-width: 0 !important;
}

body.postid-1272 .pdf-page-deletion-article :is(p, li, td, th, summary, span, strong, code, h2, h3),
body.postid-3122 .pdf-page-deletion-article :is(p, li, td, th, summary, span, strong, code, h2, h3),
body.postid-3123 .pdf-page-deletion-article :is(p, li, td, th, summary, span, strong, code, h2, h3),
body.postid-3124 .pdf-page-deletion-article :is(p, li, td, th, summary, span, strong, code, h2, h3),
body.postid-3125 .pdf-page-deletion-article :is(p, li, td, th, summary, span, strong, code, h2, h3) {
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
}

body.postid-1272 .pdf-article__hero,
body.postid-3122 .pdf-article__hero,
body.postid-3123 .pdf-article__hero,
body.postid-3124 .pdf-article__hero,
body.postid-3125 .pdf-article__hero,
body.postid-1272 .pdf-article__section,
body.postid-3122 .pdf-article__section,
body.postid-3123 .pdf-article__section,
body.postid-3124 .pdf-article__section,
body.postid-3125 .pdf-article__section {
  display: grid !important;
  gap: 13px !important;
  min-width: 0 !important;
  margin: 0 !important;
}

body.postid-1272 .pdf-article__hero,
body.postid-3122 .pdf-article__hero,
body.postid-3123 .pdf-article__hero,
body.postid-3124 .pdf-article__hero,
body.postid-3125 .pdf-article__hero {
  padding: 0 0 22px !important;
  border-bottom: 1px dashed var(--pdf-article-line-soft) !important;
}

body.postid-1272 .pdf-article__section + .pdf-article__section,
body.postid-3122 .pdf-article__section + .pdf-article__section,
body.postid-3123 .pdf-article__section + .pdf-article__section,
body.postid-3124 .pdf-article__section + .pdf-article__section,
body.postid-3125 .pdf-article__section + .pdf-article__section {
  margin-top: 6px !important;
  padding-top: 22px !important;
  border-top: 1px dashed var(--pdf-article-line-soft) !important;
}

body.postid-1272 .pdf-article__kicker,
body.postid-3122 .pdf-article__kicker,
body.postid-3123 .pdf-article__kicker,
body.postid-3124 .pdf-article__kicker,
body.postid-3125 .pdf-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.postid-1272 .pdf-page-deletion-article h2,
body.postid-3122 .pdf-page-deletion-article h2,
body.postid-3123 .pdf-page-deletion-article h2,
body.postid-3124 .pdf-page-deletion-article h2,
body.postid-3125 .pdf-page-deletion-article h2,
body.postid-1272 .pdf-page-deletion-article h3,
body.postid-3122 .pdf-page-deletion-article h3,
body.postid-3123 .pdf-page-deletion-article h3,
body.postid-3124 .pdf-page-deletion-article h3,
body.postid-3125 .pdf-page-deletion-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.postid-1272 .pdf-page-deletion-article h2,
body.postid-3122 .pdf-page-deletion-article h2,
body.postid-3123 .pdf-page-deletion-article h2,
body.postid-3124 .pdf-page-deletion-article h2,
body.postid-3125 .pdf-page-deletion-article h2 {
  font-size: clamp(25px, 3vw, 30px) !important;
  font-weight: 950 !important;
  line-height: 1.18 !important;
}

body.postid-1272 .pdf-page-deletion-article h3,
body.postid-3122 .pdf-page-deletion-article h3,
body.postid-3123 .pdf-page-deletion-article h3,
body.postid-3124 .pdf-page-deletion-article h3,
body.postid-3125 .pdf-page-deletion-article h3 {
  font-size: 19px !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
}

body.postid-1272 .pdf-page-deletion-article p,
body.postid-3122 .pdf-page-deletion-article p,
body.postid-3123 .pdf-page-deletion-article p,
body.postid-3124 .pdf-page-deletion-article p,
body.postid-3125 .pdf-page-deletion-article p,
body.postid-1272 .pdf-page-deletion-article li,
body.postid-3122 .pdf-page-deletion-article li,
body.postid-3123 .pdf-page-deletion-article li,
body.postid-3124 .pdf-page-deletion-article li,
body.postid-3125 .pdf-page-deletion-article li,
body.postid-1272 .pdf-page-deletion-article summary,
body.postid-3122 .pdf-page-deletion-article summary,
body.postid-3123 .pdf-page-deletion-article summary,
body.postid-3124 .pdf-page-deletion-article summary,
body.postid-3125 .pdf-page-deletion-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.postid-1272 .pdf-page-deletion-article strong,
body.postid-3122 .pdf-page-deletion-article strong,
body.postid-3123 .pdf-page-deletion-article strong,
body.postid-3124 .pdf-page-deletion-article strong,
body.postid-3125 .pdf-page-deletion-article strong {
  color: var(--pdf-article-text) !important;
  -webkit-text-fill-color: var(--pdf-article-text) !important;
  font-weight: 920 !important;
}

body.postid-1272 .pdf-article__nav,
body.postid-3122 .pdf-article__nav,
body.postid-3123 .pdf-article__nav,
body.postid-3124 .pdf-article__nav,
body.postid-3125 .pdf-article__nav {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;
}

body.postid-1272 .pdf-article__nav a,
body.postid-3122 .pdf-article__nav a,
body.postid-3123 .pdf-article__nav a,
body.postid-3124 .pdf-article__nav a,
body.postid-3125 .pdf-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.postid-1272 .pdf-article__nav a:hover,
body.postid-3122 .pdf-article__nav a:hover,
body.postid-3123 .pdf-article__nav a:hover,
body.postid-3124 .pdf-article__nav a:hover,
body.postid-3125 .pdf-article__nav a:hover,
body.postid-1272 .pdf-article__nav a:focus-visible,
body.postid-3122 .pdf-article__nav a:focus-visible,
body.postid-3123 .pdf-article__nav a:focus-visible,
body.postid-3124 .pdf-article__nav a:focus-visible,
body.postid-3125 .pdf-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.postid-1272 .pdf-article__grid,
body.postid-3122 .pdf-article__grid,
body.postid-3123 .pdf-article__grid,
body.postid-3124 .pdf-article__grid,
body.postid-3125 .pdf-article__grid,
body.postid-1272 .pdf-article__process-grid,
body.postid-3122 .pdf-article__process-grid,
body.postid-3123 .pdf-article__process-grid,
body.postid-3124 .pdf-article__process-grid,
body.postid-3125 .pdf-article__process-grid,
body.postid-1272 .pdf-article__use-grid,
body.postid-3122 .pdf-article__use-grid,
body.postid-3123 .pdf-article__use-grid,
body.postid-3124 .pdf-article__use-grid,
body.postid-3125 .pdf-article__use-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  min-width: 0 !important;
}

body.postid-1272 .pdf-article__use-grid,
body.postid-3122 .pdf-article__use-grid,
body.postid-3123 .pdf-article__use-grid,
body.postid-3124 .pdf-article__use-grid,
body.postid-3125 .pdf-article__use-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.postid-1272 .pdf-article__card,
body.postid-3122 .pdf-article__card,
body.postid-3123 .pdf-article__card,
body.postid-3124 .pdf-article__card,
body.postid-3125 .pdf-article__card,
body.postid-1272 .pdf-article__process,
body.postid-3122 .pdf-article__process,
body.postid-3123 .pdf-article__process,
body.postid-3124 .pdf-article__process,
body.postid-3125 .pdf-article__process,
body.postid-1272 .pdf-article__use,
body.postid-3122 .pdf-article__use,
body.postid-3123 .pdf-article__use,
body.postid-3124 .pdf-article__use,
body.postid-3125 .pdf-article__use,
body.postid-1272 .pdf-article__notice,
body.postid-3122 .pdf-article__notice,
body.postid-3123 .pdf-article__notice,
body.postid-3124 .pdf-article__notice,
body.postid-3125 .pdf-article__notice,
body.postid-1272 .pdf-page-deletion-article details,
body.postid-3122 .pdf-page-deletion-article details,
body.postid-3123 .pdf-page-deletion-article details,
body.postid-3124 .pdf-page-deletion-article details,
body.postid-3125 .pdf-page-deletion-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.postid-1272 .pdf-article__notice,
body.postid-3122 .pdf-article__notice,
body.postid-3123 .pdf-article__notice,
body.postid-3124 .pdf-article__notice,
body.postid-3125 .pdf-article__notice {
  background: rgba(239, 225, 188, .64) !important;
  border-style: dashed !important;
}

body.postid-1272 .pdf-article__process,
body.postid-3122 .pdf-article__process,
body.postid-3123 .pdf-article__process,
body.postid-3124 .pdf-article__process,
body.postid-3125 .pdf-article__process {
  background: rgba(226, 237, 216, .70) !important;
}

body.postid-1272 .pdf-article__use span,
body.postid-3122 .pdf-article__use span,
body.postid-3123 .pdf-article__use span,
body.postid-3124 .pdf-article__use span,
body.postid-3125 .pdf-article__use span,
body.postid-1272 .pdf-article__process span,
body.postid-3122 .pdf-article__process span,
body.postid-3123 .pdf-article__process span,
body.postid-3124 .pdf-article__process span,
body.postid-3125 .pdf-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.postid-1272 .pdf-page-deletion-article code,
body.postid-3122 .pdf-page-deletion-article code,
body.postid-3123 .pdf-page-deletion-article code,
body.postid-3124 .pdf-page-deletion-article code,
body.postid-3125 .pdf-page-deletion-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.postid-1272 .pdf-page-deletion-article :is(ul, ol),
body.postid-3122 .pdf-page-deletion-article :is(ul, ol),
body.postid-3123 .pdf-page-deletion-article :is(ul, ol),
body.postid-3124 .pdf-page-deletion-article :is(ul, ol),
body.postid-3125 .pdf-page-deletion-article :is(ul, ol) {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
  padding-left: 0 !important;
  list-style: none !important;
}

body.postid-1272 .pdf-page-deletion-article ol,
body.postid-3122 .pdf-page-deletion-article ol,
body.postid-3123 .pdf-page-deletion-article ol,
body.postid-3124 .pdf-page-deletion-article ol,
body.postid-3125 .pdf-page-deletion-article ol,
body.postid-1272 .pdf-page-deletion-article ol.pdf-article__steps,
body.postid-3122 .pdf-page-deletion-article ol.pdf-article__steps,
body.postid-3123 .pdf-page-deletion-article ol.pdf-article__steps,
body.postid-3124 .pdf-page-deletion-article ol.pdf-article__steps,
body.postid-3125 .pdf-page-deletion-article ol.pdf-article__steps {
  counter-reset: pdf-article-step !important;
}

body.postid-1272 .pdf-page-deletion-article :is(ul, ol) > li,
body.postid-3122 .pdf-page-deletion-article :is(ul, ol) > li,
body.postid-3123 .pdf-page-deletion-article :is(ul, ol) > li,
body.postid-3124 .pdf-page-deletion-article :is(ul, ol) > li,
body.postid-3125 .pdf-page-deletion-article :is(ul, ol) > li {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  min-width: 0 !important;
  min-height: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  overflow-wrap: anywhere !important;
}

body.postid-1272 .pdf-page-deletion-article :is(ul, ol) > li::before,
body.postid-3122 .pdf-page-deletion-article :is(ul, ol) > li::before,
body.postid-3123 .pdf-page-deletion-article :is(ul, ol) > li::before,
body.postid-3124 .pdf-page-deletion-article :is(ul, ol) > li::before,
body.postid-3125 .pdf-page-deletion-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.postid-1272 .pdf-page-deletion-article ul > li::before,
body.postid-3122 .pdf-page-deletion-article ul > li::before,
body.postid-3123 .pdf-page-deletion-article ul > li::before,
body.postid-3124 .pdf-page-deletion-article ul > li::before,
body.postid-3125 .pdf-page-deletion-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.postid-1272 .pdf-page-deletion-article ol > li,
body.postid-3122 .pdf-page-deletion-article ol > li,
body.postid-3123 .pdf-page-deletion-article ol > li,
body.postid-3124 .pdf-page-deletion-article ol > li,
body.postid-3125 .pdf-page-deletion-article ol > li,
body.postid-1272 .pdf-page-deletion-article ol.pdf-article__steps > li,
body.postid-3122 .pdf-page-deletion-article ol.pdf-article__steps > li,
body.postid-3123 .pdf-page-deletion-article ol.pdf-article__steps > li,
body.postid-3124 .pdf-page-deletion-article ol.pdf-article__steps > li,
body.postid-3125 .pdf-page-deletion-article ol.pdf-article__steps > li {
  counter-increment: pdf-article-step !important;
}

body.postid-1272 .pdf-page-deletion-article ol > li::before,
body.postid-3122 .pdf-page-deletion-article ol > li::before,
body.postid-3123 .pdf-page-deletion-article ol > li::before,
body.postid-3124 .pdf-page-deletion-article ol > li::before,
body.postid-3125 .pdf-page-deletion-article ol > li::before,
body.postid-1272 .pdf-page-deletion-article ol.pdf-article__steps > li::before,
body.postid-3122 .pdf-page-deletion-article ol.pdf-article__steps > li::before,
body.postid-3123 .pdf-page-deletion-article ol.pdf-article__steps > li::before,
body.postid-3124 .pdf-page-deletion-article ol.pdf-article__steps > li::before,
body.postid-3125 .pdf-page-deletion-article ol.pdf-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.postid-1272 .pdf-article__li-text,
body.postid-3122 .pdf-article__li-text,
body.postid-3123 .pdf-article__li-text,
body.postid-3124 .pdf-article__li-text,
body.postid-3125 .pdf-article__li-text {
  display: block !important;
  min-width: 0 !important;
  align-self: center !important;
}

body.postid-1272 .pdf-page-deletion-article details,
body.postid-3122 .pdf-page-deletion-article details,
body.postid-3123 .pdf-page-deletion-article details,
body.postid-3124 .pdf-page-deletion-article details,
body.postid-3125 .pdf-page-deletion-article details {
  margin: 0 !important;
}

body.postid-1272 .pdf-page-deletion-article summary,
body.postid-3122 .pdf-page-deletion-article summary,
body.postid-3123 .pdf-page-deletion-article summary,
body.postid-3124 .pdf-page-deletion-article summary,
body.postid-3125 .pdf-page-deletion-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.postid-1272 .pdf-page-deletion-article details[open] summary,
body.postid-3122 .pdf-page-deletion-article details[open] summary,
body.postid-3123 .pdf-page-deletion-article details[open] summary,
body.postid-3124 .pdf-page-deletion-article details[open] summary,
body.postid-3125 .pdf-page-deletion-article details[open] summary {
  margin-bottom: 8px !important;
}

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

body.postid-1272[data-scheme="dark"] .pdf-page-deletion-article :is(h2, h3, strong, summary),
body.postid-3122[data-scheme="dark"] .pdf-page-deletion-article :is(h2, h3, strong, summary),
body.postid-3123[data-scheme="dark"] .pdf-page-deletion-article :is(h2, h3, strong, summary),
body.postid-3124[data-scheme="dark"] .pdf-page-deletion-article :is(h2, h3, strong, summary),
body.postid-3125[data-scheme="dark"] .pdf-page-deletion-article :is(h2, h3, strong, summary),
body.postid-1272[data-scheme="inverse"] .pdf-page-deletion-article :is(h2, h3, strong, summary),
body.postid-3122[data-scheme="inverse"] .pdf-page-deletion-article :is(h2, h3, strong, summary),
body.postid-3123[data-scheme="inverse"] .pdf-page-deletion-article :is(h2, h3, strong, summary),
body.postid-3124[data-scheme="inverse"] .pdf-page-deletion-article :is(h2, h3, strong, summary),
body.postid-3125[data-scheme="inverse"] .pdf-page-deletion-article :is(h2, h3, strong, summary) {
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.postid-1272[data-scheme="dark"] .pdf-page-deletion-article :is(p, li, span),
body.postid-3122[data-scheme="dark"] .pdf-page-deletion-article :is(p, li, span),
body.postid-3123[data-scheme="dark"] .pdf-page-deletion-article :is(p, li, span),
body.postid-3124[data-scheme="dark"] .pdf-page-deletion-article :is(p, li, span),
body.postid-3125[data-scheme="dark"] .pdf-page-deletion-article :is(p, li, span),
body.postid-1272[data-scheme="inverse"] .pdf-page-deletion-article :is(p, li, span),
body.postid-3122[data-scheme="inverse"] .pdf-page-deletion-article :is(p, li, span),
body.postid-3123[data-scheme="inverse"] .pdf-page-deletion-article :is(p, li, span),
body.postid-3124[data-scheme="inverse"] .pdf-page-deletion-article :is(p, li, span),
body.postid-3125[data-scheme="inverse"] .pdf-page-deletion-article :is(p, li, span) {
  color: #f0dfc5 !important;
  -webkit-text-fill-color: #f0dfc5 !important;
}

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

body.postid-1272[data-scheme="dark"] .pdf-article__notice,
body.postid-3122[data-scheme="dark"] .pdf-article__notice,
body.postid-3123[data-scheme="dark"] .pdf-article__notice,
body.postid-3124[data-scheme="dark"] .pdf-article__notice,
body.postid-3125[data-scheme="dark"] .pdf-article__notice,
body.postid-1272[data-scheme="dark"] .pdf-article__process,
body.postid-3122[data-scheme="dark"] .pdf-article__process,
body.postid-3123[data-scheme="dark"] .pdf-article__process,
body.postid-3124[data-scheme="dark"] .pdf-article__process,
body.postid-3125[data-scheme="dark"] .pdf-article__process,
body.postid-1272[data-scheme="inverse"] .pdf-article__notice,
body.postid-3122[data-scheme="inverse"] .pdf-article__notice,
body.postid-3123[data-scheme="inverse"] .pdf-article__notice,
body.postid-3124[data-scheme="inverse"] .pdf-article__notice,
body.postid-3125[data-scheme="inverse"] .pdf-article__notice,
body.postid-1272[data-scheme="inverse"] .pdf-article__process,
body.postid-3122[data-scheme="inverse"] .pdf-article__process,
body.postid-3123[data-scheme="inverse"] .pdf-article__process,
body.postid-3124[data-scheme="inverse"] .pdf-article__process,
body.postid-3125[data-scheme="inverse"] .pdf-article__process {
  background-color: rgba(36, 28, 21, .56) !important;
}

body.postid-1272[data-scheme="dark"] .pdf-page-deletion-article code,
body.postid-3122[data-scheme="dark"] .pdf-page-deletion-article code,
body.postid-3123[data-scheme="dark"] .pdf-page-deletion-article code,
body.postid-3124[data-scheme="dark"] .pdf-page-deletion-article code,
body.postid-3125[data-scheme="dark"] .pdf-page-deletion-article code,
body.postid-1272[data-scheme="inverse"] .pdf-page-deletion-article code,
body.postid-3122[data-scheme="inverse"] .pdf-page-deletion-article code,
body.postid-3123[data-scheme="inverse"] .pdf-page-deletion-article code,
body.postid-3124[data-scheme="inverse"] .pdf-page-deletion-article code,
body.postid-3125[data-scheme="inverse"] .pdf-page-deletion-article code {
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  background: #241c15 !important;
  border-color: rgba(169, 139, 107, .56) !important;
}

body.postid-1272[data-scheme="dark"] .pdf-page-deletion-article :is(ul, ol) > li::before,
body.postid-3122[data-scheme="dark"] .pdf-page-deletion-article :is(ul, ol) > li::before,
body.postid-3123[data-scheme="dark"] .pdf-page-deletion-article :is(ul, ol) > li::before,
body.postid-3124[data-scheme="dark"] .pdf-page-deletion-article :is(ul, ol) > li::before,
body.postid-3125[data-scheme="dark"] .pdf-page-deletion-article :is(ul, ol) > li::before,
body.postid-1272[data-scheme="inverse"] .pdf-page-deletion-article :is(ul, ol) > li::before,
body.postid-3122[data-scheme="inverse"] .pdf-page-deletion-article :is(ul, ol) > li::before,
body.postid-3123[data-scheme="inverse"] .pdf-page-deletion-article :is(ul, ol) > li::before,
body.postid-3124[data-scheme="inverse"] .pdf-page-deletion-article :is(ul, ol) > li::before,
body.postid-3125[data-scheme="inverse"] .pdf-page-deletion-article :is(ul, ol) > li::before {
  border-color: #a98b6b !important;
}

@media (max-width: 920px) {
  body.postid-1272 .pdf-article__use-grid,
  body.postid-3122 .pdf-article__use-grid,
  body.postid-3123 .pdf-article__use-grid,
  body.postid-3124 .pdf-article__use-grid,
  body.postid-3125 .pdf-article__use-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  body.postid-1272 .roberin-pdf-ad,
  body.postid-3122 .roberin-pdf-ad,
  body.postid-3123 .roberin-pdf-ad,
  body.postid-3124 .roberin-pdf-ad,
  body.postid-3125 .roberin-pdf-ad,
  body.postid-1272 .cs-custom-content-post-before,
  body.postid-3122 .cs-custom-content-post-before,
  body.postid-3123 .cs-custom-content-post-before,
  body.postid-3124 .cs-custom-content-post-before,
  body.postid-3125 .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.postid-1272 .roberin-pdf-ad ins.adsbygoogle,
  body.postid-3122 .roberin-pdf-ad ins.adsbygoogle,
  body.postid-3123 .roberin-pdf-ad ins.adsbygoogle,
  body.postid-3124 .roberin-pdf-ad ins.adsbygoogle,
  body.postid-3125 .roberin-pdf-ad ins.adsbygoogle,
  body.postid-1272 .cs-custom-content-post-before ins.adsbygoogle,
  body.postid-3122 .cs-custom-content-post-before ins.adsbygoogle,
  body.postid-3123 .cs-custom-content-post-before ins.adsbygoogle,
  body.postid-3124 .cs-custom-content-post-before ins.adsbygoogle,
  body.postid-3125 .cs-custom-content-post-before ins.adsbygoogle,
  body.postid-1272 .entry-content ins.adsbygoogle,
  body.postid-3122 .entry-content ins.adsbygoogle,
  body.postid-3123 .entry-content ins.adsbygoogle,
  body.postid-3124 .entry-content ins.adsbygoogle,
  body.postid-3125 .entry-content ins.adsbygoogle {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.postid-1272 .entry-content article.roberin-article-body.pdf-page-deletion-article,
  body.postid-3122 .entry-content article.roberin-article-body.pdf-page-deletion-article,
  body.postid-3123 .entry-content article.roberin-article-body.pdf-page-deletion-article,
  body.postid-3124 .entry-content article.roberin-article-body.pdf-page-deletion-article,
  body.postid-3125 .entry-content article.roberin-article-body.pdf-page-deletion-article,
  body.postid-1272 .pdf-page-deletion-article,
  body.postid-3122 .pdf-page-deletion-article,
  body.postid-3123 .pdf-page-deletion-article,
  body.postid-3124 .pdf-page-deletion-article,
  body.postid-3125 .pdf-page-deletion-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.postid-1272 .pdf-article__grid,
  body.postid-3122 .pdf-article__grid,
  body.postid-3123 .pdf-article__grid,
  body.postid-3124 .pdf-article__grid,
  body.postid-3125 .pdf-article__grid,
  body.postid-1272 .pdf-article__process-grid,
  body.postid-3122 .pdf-article__process-grid,
  body.postid-3123 .pdf-article__process-grid,
  body.postid-3124 .pdf-article__process-grid,
  body.postid-3125 .pdf-article__process-grid,
  body.postid-1272 .pdf-article__use-grid,
  body.postid-3122 .pdf-article__use-grid,
  body.postid-3123 .pdf-article__use-grid,
  body.postid-3124 .pdf-article__use-grid,
  body.postid-3125 .pdf-article__use-grid {
    grid-template-columns: 1fr !important;
  }

  body.postid-1272 .pdf-page-deletion-article h3,
  body.postid-3122 .pdf-page-deletion-article h3,
  body.postid-3123 .pdf-page-deletion-article h3,
  body.postid-3124 .pdf-page-deletion-article h3,
  body.postid-3125 .pdf-page-deletion-article h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 370px) {
  body.postid-1272 .pdf-page-deletion-article h2,
  body.postid-3122 .pdf-page-deletion-article h2,
  body.postid-3123 .pdf-page-deletion-article h2,
  body.postid-3124 .pdf-page-deletion-article h2,
  body.postid-3125 .pdf-page-deletion-article h2 {
    font-size: 25.2px !important;
  }
}

/* School Phase 2 body strict gates: FAQ marker containment and transparent rhythm sections. */
body.postid-1272 .pdf-article__hero,
body.postid-1272 .pdf-article__section,
body.postid-3122 .pdf-article__hero,
body.postid-3122 .pdf-article__section,
body.postid-3123 .pdf-article__hero,
body.postid-3123 .pdf-article__section,
body.postid-3124 .pdf-article__hero,
body.postid-3124 .pdf-article__section,
body.postid-3125 .pdf-article__hero,
body.postid-3125 .pdf-article__section {
  background: transparent !important;
  box-shadow: none !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

body.postid-1272 .pdf-page-deletion-article details > summary,
body.postid-3122 .pdf-page-deletion-article details > summary,
body.postid-3123 .pdf-page-deletion-article details > summary,
body.postid-3124 .pdf-page-deletion-article details > summary,
body.postid-3125 .pdf-page-deletion-article details > summary {
  display: list-item !important;
  list-style-position: inside !important;
  padding-inline-start: 0 !important;
  overflow: hidden !important;
}

body.postid-1272 .pdf-page-deletion-article details > summary::after,
body.postid-3122 .pdf-page-deletion-article details > summary::after,
body.postid-3123 .pdf-page-deletion-article details > summary::after,
body.postid-3124 .pdf-page-deletion-article details > summary::after,
body.postid-3125 .pdf-page-deletion-article details > summary::after {
  content: none !important;
  display: none !important;
}

/* 2026-05-20 v6.1: keep after-tool ad exactly centered before Phase 2 article. */
body.postid-1272 .entry-content > .roberin-qa-ad-placeholder + article.roberin-article-body.pdf-page-deletion-article.school-article,
body.postid-3122 .entry-content > .roberin-qa-ad-placeholder + article.roberin-article-body.pdf-page-deletion-article.school-article,
body.postid-3123 .entry-content > .roberin-qa-ad-placeholder + article.roberin-article-body.pdf-page-deletion-article.school-article,
body.postid-3124 .entry-content > .roberin-qa-ad-placeholder + article.roberin-article-body.pdf-page-deletion-article.school-article,
body.postid-3125 .entry-content > .roberin-qa-ad-placeholder + article.roberin-article-body.pdf-page-deletion-article.school-article {
  margin-top: 0 !important;
}

/* 2026-05-20 v8: Chart.js visual timeline for school stage spans. */
.school-chart-panel {
  display: grid;
  gap: 10px;
  min-width: 0;
  margin: 12px 0 0;
  padding: 12px;
  color: var(--sc-ink);
  background: var(--sc-paper-soft);
  border: 1px solid var(--sc-line);
  box-shadow: var(--sc-shadow-soft);
}

.school-chart-head {
  display: grid;
  gap: 4px;
  min-width: 0;
  margin: 0;
}

.school-chart-head h4 {
  margin: 0;
  color: var(--sc-ink);
  -webkit-text-fill-color: var(--sc-ink);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 950;
}

.school-chart-head p {
  margin: 0;
  color: var(--sc-muted);
  -webkit-text-fill-color: var(--sc-muted);
  font-size: 12.5px;
  line-height: 1.45;
  font-weight: 760;
}

.school-chart-box {
  position: relative;
  width: 100%;
  min-width: 0;
  height: 260px;
  padding: 8px;
  background: var(--sc-white);
  border: 1px dashed var(--sc-line);
  overflow: hidden;
}

.school-chart-box canvas {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
}

.school-chart-fallback {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.school-chart-fallback > li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas: "dot label" "dot years";
  align-items: center;
  column-gap: 6px;
  row-gap: 1px;
  min-width: 0;
  margin: 0;
  padding: 7px;
  color: var(--sc-muted);
  -webkit-text-fill-color: var(--sc-muted);
  background: var(--sc-white);
  border: 1px solid var(--sc-line-soft);
  font-size: 11.5px;
  line-height: 1.35;
  font-weight: 800;
}

.school-chart-fallback > li::before {
  content: none !important;
  display: none !important;
}

.school-chart-dot {
  grid-area: dot;
  display: inline-block;
  width: 9px;
  height: 9px;
  background: var(--sc-amber);
  border: 1px solid var(--sc-line);
  box-shadow: 1px 1px 0 rgba(72, 55, 40, .18);
}

.school-chart-fallback strong {
  grid-area: label;
  min-width: 0;
  color: var(--sc-ink);
  -webkit-text-fill-color: var(--sc-ink);
  font-size: 12px;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.school-chart-fallback span:not(.school-chart-dot) {
  grid-area: years;
  min-width: 0;
  color: var(--sc-muted);
  -webkit-text-fill-color: var(--sc-muted);
  overflow-wrap: anywhere;
}

@media (max-width: 640px) {
  .school-chart-panel {
    padding: 10px;
  }

  .school-chart-box {
    height: 240px;
    padding: 6px;
  }

  .school-chart-fallback {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 390px) {
  .school-chart-box {
    height: 230px;
  }

  .school-chart-fallback {
    grid-template-columns: 1fr;
  }
}


/* 2026-05-27 v9: KO/locale result panel readability parity with JA/EN/ID. */
.school-result-main {
  display: grid !important;
  gap: 10px;
  min-height: 0;
  padding: 10px;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: normal;
}

.school-result-headline {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 9px 10px;
  color: var(--sc-ink);
  -webkit-text-fill-color: var(--sc-ink);
  background: var(--sc-white);
  border: 1px solid var(--sc-line);
  box-shadow: var(--sc-shadow-soft);
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.22;
  font-weight: 950;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.school-result-line {
  display: block;
  min-width: 0;
}

.school-result-context {
  color: var(--sc-muted);
  -webkit-text-fill-color: var(--sc-muted);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 900;
}

.school-result-entry {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  align-items: baseline;
}

.school-result-entry-value {
  color: var(--sc-rose-ink);
  -webkit-text-fill-color: var(--sc-rose-ink);
}

.school-result-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  min-width: 0;
}

.school-result-fact {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(78px, .72fr) minmax(0, 1fr);
  gap: 6px;
  align-items: center;
  padding: 7px 8px;
  background: rgba(255, 253, 247, .78);
  border: 1px dashed var(--sc-line-soft);
}

.school-result-fact-label {
  color: var(--sc-muted);
  -webkit-text-fill-color: var(--sc-muted);
  font-size: 11.5px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: 0;
}

.school-result-fact-value {
  min-width: 0;
  color: var(--sc-ink);
  -webkit-text-fill-color: var(--sc-ink);
  font-size: 13.5px;
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: 0;
  text-align: right;
  overflow-wrap: anywhere;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) .school-result-fact {
  background: rgba(36, 29, 23, .72);
}

.school-result-metrics {
  grid-template-columns: 1fr !important;
  gap: 6px;
}

.school-result-metrics div {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(112px, 0.36fr) minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  padding: 7px 8px;
}

.school-result-metrics dt,
.school-result-metrics dd {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

.school-result-metrics dt {
  margin: 0;
  font-size: 11px;
  line-height: 1.18;
}

.school-result-metrics dd {
  font-size: 13px;
  line-height: 1.23;
  text-align: right;
}

@media (max-width: 760px) {
  .school-result-facts {
    grid-template-columns: 1fr;
  }

  .school-result-fact {
    grid-template-columns: minmax(76px, .45fr) minmax(0, 1fr);
  }

  .school-result-metrics div {
    grid-template-columns: minmax(84px, 0.42fr) minmax(0, 1fr);
    gap: 7px;
    padding: 7px;
  }

  .school-result-metrics dd,
  .school-result-fact-value {
    font-size: 12.5px;
  }
}

/* 2026-06-03: Keep stage cards and timeline bars on one shared palette. */
.school-stage-grid .school-stage-card {
  position: relative;
  overflow: hidden;
  padding-top: 16px;
  background: var(--school-stage-soft, var(--sc-white)) !important;
  border-width: 2px;
  border-color: var(--school-stage-color, var(--sc-line)) !important;
}

.school-stage-grid .school-stage-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: var(--school-stage-color, var(--sc-line));
}

.school-stage-grid .school-stage-label {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  color: var(--school-stage-color, var(--sc-muted));
  -webkit-text-fill-color: var(--school-stage-color, var(--sc-muted));
}

.school-stage-grid .school-stage-label::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  background: var(--school-stage-color, var(--sc-line));
  border: 1px solid var(--sc-line);
  box-shadow: 1px 1px 0 rgba(72, 55, 40, .14);
}

.school-stage-grid .school-stage-card:nth-child(1) {
  --school-stage-color: #4f7cc8;
  --school-stage-soft: #edf3fc;
}

.school-stage-grid .school-stage-card:nth-child(2) {
  --school-stage-color: #3f8d65;
  --school-stage-soft: #e7f3ed;
}

.school-stage-grid .school-stage-card:nth-child(3) {
  --school-stage-color: #b45b48;
  --school-stage-soft: #f7e9e5;
}

.school-stage-grid .school-stage-card:nth-child(4) {
  --school-stage-color: #7d6097;
  --school-stage-soft: #f0eaf5;
}

.school-stage-grid .school-stage-card:nth-child(5) {
  --school-stage-color: #d59437;
  --school-stage-soft: #f9eedb;
}

.school-stage-grid .school-stage-card:nth-child(6) {
  --school-stage-color: #5f8d9f;
  --school-stage-soft: #e8f2f5;
}

.school-stage-grid .school-stage-card:nth-child(7) {
  --school-stage-color: #94618e;
  --school-stage-soft: #f1e9f0;
}

.school-stage-grid .school-stage-card:nth-child(8) {
  --school-stage-color: #597e52;
  --school-stage-soft: #e9f1e7;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) .school-stage-grid .school-stage-card:nth-child(1) {
  --school-stage-soft: rgba(79, 124, 200, .18);
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) .school-stage-grid .school-stage-card:nth-child(2) {
  --school-stage-soft: rgba(63, 141, 101, .18);
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) .school-stage-grid .school-stage-card:nth-child(3) {
  --school-stage-soft: rgba(180, 91, 72, .18);
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) .school-stage-grid .school-stage-card:nth-child(4) {
  --school-stage-soft: rgba(125, 96, 151, .20);
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) .school-stage-grid .school-stage-card:nth-child(5) {
  --school-stage-soft: rgba(213, 148, 55, .18);
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) .school-stage-grid .school-stage-card:nth-child(6) {
  --school-stage-soft: rgba(95, 141, 159, .18);
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) .school-stage-grid .school-stage-card:nth-child(7) {
  --school-stage-soft: rgba(148, 97, 142, .20);
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) .school-stage-grid .school-stage-card:nth-child(8) {
  --school-stage-soft: rgba(89, 126, 82, .20);
}

@media (prefers-color-scheme: dark) {
  body[data-scheme="auto"] .school-stage-grid .school-stage-card:nth-child(1) {
    --school-stage-soft: rgba(79, 124, 200, .18);
  }

  body[data-scheme="auto"] .school-stage-grid .school-stage-card:nth-child(2) {
    --school-stage-soft: rgba(63, 141, 101, .18);
  }

  body[data-scheme="auto"] .school-stage-grid .school-stage-card:nth-child(3) {
    --school-stage-soft: rgba(180, 91, 72, .18);
  }

  body[data-scheme="auto"] .school-stage-grid .school-stage-card:nth-child(4) {
    --school-stage-soft: rgba(125, 96, 151, .20);
  }

  body[data-scheme="auto"] .school-stage-grid .school-stage-card:nth-child(5) {
    --school-stage-soft: rgba(213, 148, 55, .18);
  }

  body[data-scheme="auto"] .school-stage-grid .school-stage-card:nth-child(6) {
    --school-stage-soft: rgba(95, 141, 159, .18);
  }

  body[data-scheme="auto"] .school-stage-grid .school-stage-card:nth-child(7) {
    --school-stage-soft: rgba(148, 97, 142, .20);
  }

  body[data-scheme="auto"] .school-stage-grid .school-stage-card:nth-child(8) {
    --school-stage-soft: rgba(89, 126, 82, .20);
  }
}

.school-chart-fallback > li:nth-child(1) .school-chart-dot {
  background: #4f7cc8;
  border-color: #4f7cc8;
}

.school-chart-fallback > li:nth-child(2) .school-chart-dot {
  background: #3f8d65;
  border-color: #3f8d65;
}

.school-chart-fallback > li:nth-child(3) .school-chart-dot {
  background: #b45b48;
  border-color: #b45b48;
}

.school-chart-fallback > li:nth-child(4) .school-chart-dot {
  background: #7d6097;
  border-color: #7d6097;
}

.school-chart-fallback > li:nth-child(5) .school-chart-dot {
  background: #d59437;
  border-color: #d59437;
}

.school-chart-fallback > li:nth-child(6) .school-chart-dot {
  background: #5f8d9f;
  border-color: #5f8d9f;
}

.school-chart-fallback > li:nth-child(7) .school-chart-dot {
  background: #94618e;
  border-color: #94618e;
}

.school-chart-fallback > li:nth-child(8) .school-chart-dot {
  background: #597e52;
  border-color: #597e52;
}

/* 2026-06-03: Prevent canvas text from being vertically squeezed by fixed chart-box heights. */
.school-chart-box {
  height: auto !important;
}

.school-chart-box canvas {
  height: auto !important;
}
