/* ROBERIN international shoe size converter redesign v5 - 2026-05-20 */
body.postid-3193 {
  --shoe-paper: #fff7e8;
  --shoe-paper-soft: #fbf0dc;
  --shoe-card: rgba(255, 253, 247, 0.94);
  --shoe-input: #fffdf8;
  --shoe-ink: #2b2119;
  --shoe-muted: #67584a;
  --shoe-line: #6b5745;
  --shoe-line-soft: rgba(107, 87, 69, 0.28);
  --shoe-green: #e3efd2;
  --shoe-green-ink: #2f4e2e;
  --shoe-blue: #dfeef8;
  --shoe-blue-ink: #28455a;
  --shoe-amber: #f7df9d;
  --shoe-amber-strong: #d2aa55;
  --shoe-warn-bg: #fff2c1;
  --shoe-warn-line: #c99a35;
  --shoe-warn-ink: #6f4b1d;
  --shoe-danger: #a43e2d;
  --shoe-shadow: 4px 4px 0 rgba(72, 55, 40, 0.22);
  --shoe-shadow-soft: 2px 2px 0 rgba(72, 55, 40, 0.14);
  --shoe-focus: #d6a62b;
  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-3193[data-scheme="dark"],
body.postid-3193[data-scheme="inverse"] {
  --shoe-paper: #2b2119;
  --shoe-paper-soft: #241c15;
  --shoe-card: #33271d;
  --shoe-input: #241c15;
  --shoe-ink: #f7ebd8;
  --shoe-muted: #f0dfc5;
  --shoe-line: #a98b6b;
  --shoe-line-soft: rgba(169, 139, 107, 0.46);
  --shoe-green: #344a32;
  --shoe-green-ink: #f2e4cf;
  --shoe-blue: #263d4f;
  --shoe-blue-ink: #f2e4cf;
  --shoe-amber: #3b2d21;
  --shoe-amber-strong: #f0c86a;
  --shoe-warn-bg: #3b2d21;
  --shoe-warn-line: #d2aa55;
  --shoe-warn-ink: #f0dfc5;
  --shoe-danger: #ffb6a7;
  --shoe-shadow: 4px 4px 0 rgba(0, 0, 0, 0.34);
  --shoe-shadow-soft: 2px 2px 0 rgba(0, 0, 0, 0.24);
  --shoe-focus: #f0c86a;
  background:
    linear-gradient(90deg, rgba(169, 139, 107, 0.035) 1px, transparent 1px) 0 0 / 18px 18px,
    linear-gradient(0deg, rgba(169, 139, 107, 0.03) 1px, transparent 1px) 0 0 / 18px 18px,
    #201811;
}

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

body.postid-3193 .cs-breadcrumbs,
body.postid-3193 .cs-entry__header,
body.postid-3193 .international-shoe-size-converter-container,
body.postid-3193 .entry-content > article {
  width: min(950px, calc(100vw - 32px));
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

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

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

.international-shoe-size-converter-container,
.international-shoe-size-converter-container *,
.international-shoe-size-converter-container *::before,
.international-shoe-size-converter-container *::after {
  box-sizing: border-box;
}

.international-shoe-size-converter-container {
  position: relative;
  isolation: isolate;
  width: min(950px, calc(100vw - 32px));
  max-width: 950px;
  margin-top: 0;
  margin-bottom: 24px;
  padding: 14px;
  overflow: hidden;
  color: var(--shoe-ink);
  -webkit-text-fill-color: var(--shoe-ink);
  background: var(--shoe-paper);
  border: 2px solid var(--shoe-line);
  border-radius: 0;
  box-shadow: var(--shoe-shadow);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  line-height: 1.52;
}

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

body.postid-3193[data-scheme="dark"] .international-shoe-size-converter-container::before,
body.postid-3193[data-scheme="inverse"] .international-shoe-size-converter-container::before {
  background:
    linear-gradient(rgba(169, 139, 107, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(169, 139, 107, 0.06) 1px, transparent 1px);
  background-size: 20px 20px;
}

.international-shoe-size-converter-container .dark-mode-toggle {
  display: none !important;
}

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

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

.converter-header .subtitle,
.international-shoe-size-converter-container .subtitle {
  max-width: 690px;
  margin: 0;
  color: var(--shoe-muted);
  -webkit-text-fill-color: var(--shoe-muted);
  font-size: 14.5px;
  line-height: 1.55;
  font-weight: 700;
  word-break: keep-all;
}

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

.input-section,
.result-section,
.info-section {
  min-width: 0;
  background: var(--shoe-card);
  border: 1px solid var(--shoe-line);
  border-radius: 0;
  box-shadow: var(--shoe-shadow-soft);
  padding: 12px;
  color: var(--shoe-ink);
  -webkit-text-fill-color: var(--shoe-ink);
}

.section-header {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 0 0 8px;
  color: var(--shoe-ink);
  -webkit-text-fill-color: var(--shoe-ink);
  border-bottom: 1px solid var(--shoe-line-soft);
  font-size: 16px;
  font-weight: 950;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.section-header svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: var(--shoe-ink);
  stroke: currentColor;
  stroke-width: 2.2;
}

.input-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

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

.input-group label {
  color: var(--shoe-muted);
  -webkit-text-fill-color: var(--shoe-muted);
  font-size: 12.5px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.015em;
}

.number-input,
.select-input {
  appearance: none;
  width: 100%;
  min-width: 0;
  min-height: 40px;
  margin: 0;
  padding: 8px 10px;
  color: var(--shoe-ink) !important;
  -webkit-text-fill-color: var(--shoe-ink) !important;
  background: var(--shoe-input) !important;
  border: 1px solid var(--shoe-line) !important;
  border-radius: 0 !important;
  box-shadow: inset 0 1px 0 rgba(107, 87, 69, 0.08) !important;
  font: 800 14px/1.2 inherit;
}

.select-input {
  padding-right: 30px;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--shoe-line) 50%),
    linear-gradient(135deg, var(--shoe-line) 50%, transparent 50%);
  background-position:
    calc(100% - 16px) 16px,
    calc(100% - 11px) 16px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.number-input::placeholder {
  color: rgba(103, 88, 74, 0.78);
  -webkit-text-fill-color: rgba(103, 88, 74, 0.78);
  opacity: 1;
}

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

.number-input:focus-visible,
.select-input:focus-visible,
.btn-calculate:focus-visible,
.btn-sample:focus-visible,
.btn-reset:focus-visible,
.btn-copy:focus-visible {
  outline: 3px solid var(--shoe-focus);
  outline-offset: 2px;
}

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

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

body.postid-3193[data-scheme="dark"] .btn-calculate,
body.postid-3193[data-scheme="inverse"] .btn-calculate {
  color: #201811;
  -webkit-text-fill-color: #201811;
  background: var(--shoe-amber-strong);
  border-color: var(--shoe-line);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.28);
}

.btn-calculate svg,
.btn-reset svg {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2.2;
}

.button-group {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 0;
}

.btn-sample,
.btn-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 0;
  min-height: 38px;
  padding: 8px 9px;
  color: var(--shoe-green-ink);
  -webkit-text-fill-color: var(--shoe-green-ink);
  background: var(--shoe-green);
  border: 1px solid var(--shoe-line);
  box-shadow: var(--shoe-shadow-soft);
  font-size: 12.5px;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -0.015em;
  white-space: normal;
  word-break: keep-all;
}

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

body.postid-3193[data-scheme="dark"] .btn-reset,
body.postid-3193[data-scheme="inverse"] .btn-reset {
  color: #ffd9cc;
  -webkit-text-fill-color: #ffd9cc;
  background: #4a2e24;
}

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

body.postid-3193[data-scheme="dark"] .btn-calculate:hover,
body.postid-3193[data-scheme="dark"] .btn-sample:hover,
body.postid-3193[data-scheme="dark"] .btn-reset:hover,
body.postid-3193[data-scheme="dark"] .btn-copy:hover,
body.postid-3193[data-scheme="inverse"] .btn-calculate:hover,
body.postid-3193[data-scheme="inverse"] .btn-sample:hover,
body.postid-3193[data-scheme="inverse"] .btn-reset:hover,
body.postid-3193[data-scheme="inverse"] .btn-copy:hover {
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.24);
}

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

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

.result-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: "label copy" "value copy";
  align-items: center;
  min-width: 0;
  min-height: 64px;
  padding: 9px 9px 8px;
  color: var(--shoe-ink);
  -webkit-text-fill-color: var(--shoe-ink);
  background: var(--shoe-input);
  border: 1px solid var(--shoe-line-soft);
  border-radius: 0;
  box-shadow: none;
}

.result-card[data-active="true"] {
  background: var(--shoe-blue);
  border-color: var(--shoe-line);
  box-shadow: var(--shoe-shadow-soft);
}

.result-label {
  grid-area: label;
  color: var(--shoe-muted);
  -webkit-text-fill-color: var(--shoe-muted);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  white-space: normal;
  word-break: keep-all;
}

.result-value {
  grid-area: value;
  min-width: 0;
  color: var(--shoe-ink);
  -webkit-text-fill-color: var(--shoe-ink);
  font-size: clamp(19px, 2.2vw, 24px);
  font-weight: 950;
  line-height: 1.06;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
}

.btn-copy {
  grid-area: copy;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  color: var(--shoe-ink);
  -webkit-text-fill-color: var(--shoe-ink);
  background: var(--shoe-card);
  border: 1px solid var(--shoe-line-soft);
  box-shadow: none;
  font-size: 15px;
}

.info-section {
  margin-top: 10px;
}

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

.info-card {
  min-width: 0;
  padding: 10px 8px;
  color: var(--shoe-muted);
  -webkit-text-fill-color: var(--shoe-muted);
  background: var(--shoe-input);
  border: 1px solid var(--shoe-line-soft);
  border-radius: 0;
  text-align: center;
}

.info-card .info-icon {
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 1;
}

.info-card .info-title {
  color: var(--shoe-ink);
  -webkit-text-fill-color: var(--shoe-ink);
  font-size: 12.5px;
  font-weight: 950;
  line-height: 1.2;
  word-break: keep-all;
}

.info-card .info-desc {
  margin-top: 3px;
  color: var(--shoe-muted);
  -webkit-text-fill-color: var(--shoe-muted);
  font-size: 11.5px;
  font-weight: 750;
  line-height: 1.25;
  word-break: keep-all;
}

.size-table {
  margin: 10px 0 0;
  padding: 10px;
  background: rgba(251, 240, 220, 0.72);
  border: 1px solid var(--shoe-line-soft);
}

body.postid-3193[data-scheme="dark"] .size-table,
body.postid-3193[data-scheme="inverse"] .size-table {
  background: rgba(36, 28, 21, 0.72);
}

.size-table h4 {
  margin: 0 0 8px;
  color: var(--shoe-ink);
  -webkit-text-fill-color: var(--shoe-ink);
  font-size: 13.5px;
  font-weight: 950;
  line-height: 1.2;
}

.table-wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.size-table table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  color: var(--shoe-ink);
  -webkit-text-fill-color: var(--shoe-ink);
  background: var(--shoe-input);
  font-size: 12.5px;
}

.size-table th,
.size-table td {
  padding: 7px 8px;
  border: 1px solid var(--shoe-line-soft);
  text-align: center;
  font-weight: 850;
  white-space: nowrap;
}

.size-table th {
  color: var(--shoe-ink);
  -webkit-text-fill-color: var(--shoe-ink);
  background: var(--shoe-green);
  font-weight: 950;
}

.warning-box {
  margin-top: 10px;
  padding: 10px 12px;
  color: var(--shoe-warn-ink);
  -webkit-text-fill-color: var(--shoe-warn-ink);
  background: var(--shoe-warn-bg);
  border: 1px solid var(--shoe-warn-line);
  border-radius: 0;
  box-shadow: none;
  font-size: 12.8px;
  font-weight: 750;
  line-height: 1.45;
  word-break: keep-all;
}

.warning-box strong {
  color: inherit;
  -webkit-text-fill-color: inherit;
  font-weight: 950;
}

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  width: min(320px, calc(100vw - 32px));
  padding: 12px 14px;
  color: var(--shoe-ink);
  -webkit-text-fill-color: var(--shoe-ink);
  background: var(--shoe-green);
  border: 1px solid var(--shoe-line);
  box-shadow: var(--shoe-shadow);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

.toast.toast--error {
  color: var(--shoe-danger);
  -webkit-text-fill-color: var(--shoe-danger);
  background: #ffe5dc;
}

body.postid-3193[data-scheme="dark"] .toast.toast--error,
body.postid-3193[data-scheme="inverse"] .toast.toast--error {
  background: #4a2e24;
}

.toast.toast--info {
  background: var(--shoe-blue);
}

.toast-title {
  font-weight: 950;
  line-height: 1.2;
}

.toast-value {
  margin-top: 3px;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.35;
}

body.postid-3193 .roberin-qa-ad-placeholder,
body.postid-3193 .roberin-ad,
body.postid-3193 .roberin-ad-slot,
body.postid-3193 ins.adsbygoogle {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

@media (max-width: 860px) {
  body.postid-3193 .cs-breadcrumbs,
  body.postid-3193 .cs-entry__header,
  body.postid-3193 .international-shoe-size-converter-container,
  body.postid-3193 .entry-content > article {
    width: min(100% - 24px, 950px);
  }

  .international-shoe-size-converter-container {
    padding: 12px;
  }

  .main-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 520px) {
  body.postid-3193 .cs-breadcrumbs,
  body.postid-3193 .cs-entry__header,
  body.postid-3193 .international-shoe-size-converter-container,
  body.postid-3193 .entry-content > article {
    width: min(100% - 20px, 950px);
  }

  .international-shoe-size-converter-container {
    margin-bottom: 20px;
    padding: 10px;
  }

  .converter-header {
    margin-bottom: 9px;
    padding-bottom: 9px;
  }

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

  .input-row,
  .result-grid {
    grid-template-columns: 1fr;
  }

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

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

  .btn-sample,
  .btn-reset {
    min-height: 40px;
    font-size: 12px;
  }

  .toast {
    right: 10px;
    bottom: 10px;
    width: calc(100vw - 20px);
  }
}

@media (max-width: 374px) {
  body.postid-3193 .cs-breadcrumbs,
  body.postid-3193 .cs-entry__header,
  body.postid-3193 .international-shoe-size-converter-container,
  body.postid-3193 .entry-content > article {
    width: min(100% - 16px, 950px);
  }

  .button-group,
  .info-grid {
    grid-template-columns: 1fr;
  }
}

/* v2 gap gate: keep after-tool ad centered between tool and article. */
body.postid-3193 .international-shoe-size-converter-container + .roberin-qa-ad-placeholder + article,
body.postid-3193 .international-shoe-size-converter-container + ins.adsbygoogle + script + article {
  display: flow-root !important;
  margin-top: 24px !important;
}

@media (max-width: 860px) {
  body.postid-3193 .international-shoe-size-converter-container + .roberin-qa-ad-placeholder + article,
  body.postid-3193 .international-shoe-size-converter-container + ins.adsbygoogle + script + article {
    margin-top: 8px !important;
  }
}

/* Phase 2 body/article redesign - target-specific namespace, no PDF class leakage. */
body.postid-3193 .shoe-size-article,
body.postid-3193 article.shoe-size-article {
  position: relative;
  z-index: 0;
  display: grid;
  gap: 18px;
  box-sizing: border-box;
  width: min(980px, calc(100vw - 32px));
  max-width: 980px;
  min-width: 0;
  margin: clamp(24px, 4vw, 42px) auto;
  padding: clamp(16px, 3vw, 28px);
  color: var(--shoe-ink);
  -webkit-text-fill-color: var(--shoe-ink);
  background:
    linear-gradient(rgba(107, 87, 69, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(107, 87, 69, 0.04) 1px, transparent 1px),
    #f8efe2;
  background-size: 28px 28px, 28px 28px, auto;
  border: 2px solid var(--shoe-line);
  border-radius: 0;
  box-shadow: 5px 5px 0 rgba(82, 65, 50, 0.22);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  line-height: 1.72;
  word-break: keep-all;
}

body.postid-3193[data-scheme="dark"] .shoe-size-article,
body.postid-3193[data-scheme="inverse"] .shoe-size-article {
  color: #f2e4cf;
  -webkit-text-fill-color: #f2e4cf;
  background:
    linear-gradient(rgba(169, 139, 107, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(169, 139, 107, 0.05) 1px, transparent 1px),
    #2b2119;
  background-size: 28px 28px, 28px 28px, auto;
  border-color: #a98b6b;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.34);
}

body.postid-3193 .shoe-size-article *,
body.postid-3193 .shoe-size-article *::before,
body.postid-3193 .shoe-size-article *::after {
  box-sizing: border-box;
}

body.postid-3193 .shoe-article__hero,
body.postid-3193 .shoe-article__section {
  display: grid;
  gap: 13px;
  min-width: 0;
  margin: 0;
  padding: 0;
  color: inherit;
  -webkit-text-fill-color: inherit;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.postid-3193 .shoe-article__hero {
  padding-bottom: 22px;
}

body.postid-3193 .shoe-article__section + .shoe-article__section {
  margin-top: 6px;
  padding-top: 22px;
}

body.postid-3193 .shoe-article__kicker {
  display: inline-flex;
  width: fit-content;
  margin: 0;
  padding: 5px 9px;
  color: #2f4e2e;
  -webkit-text-fill-color: #2f4e2e;
  background: #e3efd2;
  border: 1px solid var(--shoe-line);
  box-shadow: 2px 2px 0 rgba(82, 65, 50, 0.13);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

body.postid-3193[data-scheme="dark"] .shoe-article__kicker,
body.postid-3193[data-scheme="inverse"] .shoe-article__kicker {
  color: #f2e4cf;
  -webkit-text-fill-color: #f2e4cf;
  background: #344a32;
  border-color: #a98b6b;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.24);
}

body.postid-3193 .shoe-size-article h2,
body.postid-3193 .shoe-size-article h3,
body.postid-3193 .shoe-size-article p,
body.postid-3193 .shoe-size-article li,
body.postid-3193 .shoe-size-article summary {
  color: inherit;
  -webkit-text-fill-color: inherit;
}

body.postid-3193 .shoe-size-article h2 {
  margin: 0;
  color: var(--shoe-ink);
  -webkit-text-fill-color: var(--shoe-ink);
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: clamp(23px, 2.7vw, 34px);
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -0.045em;
}

body.postid-3193 .shoe-article__section h2 {
  font-size: clamp(20px, 2.2vw, 28px);
}

body.postid-3193[data-scheme="dark"] .shoe-size-article h2,
body.postid-3193[data-scheme="inverse"] .shoe-size-article h2 {
  color: #f2e4cf;
  -webkit-text-fill-color: #f2e4cf;
}

body.postid-3193 .shoe-size-article h3 {
  margin: 0;
  color: #7a412f;
  -webkit-text-fill-color: #7a412f;
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 950;
  letter-spacing: -0.02em;
}

body.postid-3193[data-scheme="dark"] .shoe-size-article h3,
body.postid-3193[data-scheme="inverse"] .shoe-size-article h3 {
  color: #f0c86a;
  -webkit-text-fill-color: #f0c86a;
}

body.postid-3193 .shoe-size-article p {
  margin: 0;
  color: var(--shoe-muted);
  -webkit-text-fill-color: var(--shoe-muted);
  font-size: 15.5px;
  font-weight: 720;
  line-height: 1.72;
}

body.postid-3193 .shoe-size-article p + p {
  margin-top: 10px;
}

body.postid-3193[data-scheme="dark"] .shoe-size-article p,
body.postid-3193[data-scheme="inverse"] .shoe-size-article p {
  color: #f0dfc5;
  -webkit-text-fill-color: #f0dfc5;
}

body.postid-3193 .shoe-article__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.postid-3193 .shoe-article__nav a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  color: var(--shoe-ink);
  -webkit-text-fill-color: var(--shoe-ink);
  text-decoration: none;
  background: #fff8ed;
  border: 1px solid var(--shoe-line);
  box-shadow: 2px 2px 0 rgba(82, 65, 50, 0.13);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.1;
}

body.postid-3193[data-scheme="dark"] .shoe-article__nav a,
body.postid-3193[data-scheme="inverse"] .shoe-article__nav a {
  color: #f2e4cf;
  -webkit-text-fill-color: #f2e4cf;
  background: #33271d;
  border-color: #a98b6b;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.24);
}

body.postid-3193 .shoe-article__grid,
body.postid-3193 .shoe-article__process-grid,
body.postid-3193 .shoe-article__use-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.postid-3193 .shoe-article__use-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.postid-3193 .shoe-article__card,
body.postid-3193 .shoe-article__process,
body.postid-3193 .shoe-article__use,
body.postid-3193 .shoe-article__formula,
body.postid-3193 .shoe-article__notice,
body.postid-3193 .shoe-article__faq details {
  min-width: 0;
  display: grid;
  gap: 7px;
  padding: 12px;
  color: var(--shoe-ink);
  -webkit-text-fill-color: var(--shoe-ink);
  background: #fff8ed;
  border: 1px solid var(--shoe-line);
  border-radius: 0;
  box-shadow: 3px 3px 0 rgba(82, 65, 50, 0.13);
}

body.postid-3193[data-scheme="dark"] .shoe-article__card,
body.postid-3193[data-scheme="dark"] .shoe-article__process,
body.postid-3193[data-scheme="dark"] .shoe-article__use,
body.postid-3193[data-scheme="dark"] .shoe-article__formula,
body.postid-3193[data-scheme="dark"] .shoe-article__notice,
body.postid-3193[data-scheme="dark"] .shoe-article__faq details,
body.postid-3193[data-scheme="inverse"] .shoe-article__card,
body.postid-3193[data-scheme="inverse"] .shoe-article__process,
body.postid-3193[data-scheme="inverse"] .shoe-article__use,
body.postid-3193[data-scheme="inverse"] .shoe-article__formula,
body.postid-3193[data-scheme="inverse"] .shoe-article__notice,
body.postid-3193[data-scheme="inverse"] .shoe-article__faq details {
  color: #f2e4cf;
  -webkit-text-fill-color: #f2e4cf;
  background: #33271d;
  border-color: #a98b6b;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.24);
}

body.postid-3193 .shoe-article__formula,
body.postid-3193 .shoe-article__notice {
  margin-top: 0;
}

body.postid-3193 .shoe-article__notice {
  background: rgba(239, 225, 188, 0.64);
}

body.postid-3193 .shoe-article__process {
  background: rgba(226, 237, 216, 0.70);
}

body.postid-3193[data-scheme="dark"] .shoe-article__notice,
body.postid-3193[data-scheme="inverse"] .shoe-article__notice {
  background: #3b2d21;
  border-color: #d2aa55;
}

body.postid-3193[data-scheme="dark"] .shoe-article__process,
body.postid-3193[data-scheme="inverse"] .shoe-article__process {
  background: #344a32;
}

body.postid-3193 .shoe-article__steps,
body.postid-3193 .shoe-article__list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.postid-3193 .shoe-article__steps {
  counter-reset: shoe-step;
}

body.postid-3193 .shoe-article__steps > li,
body.postid-3193 .shoe-article__list > li {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  margin: 0;
  color: var(--shoe-muted);
  -webkit-text-fill-color: var(--shoe-muted);
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: 15px;
  font-weight: 720;
  line-height: 1.64;
}

body.postid-3193 .shoe-article__steps > li::before,
body.postid-3193 .shoe-article__list > li::before {
  position: static;
  left: auto;
  top: auto;
  transform: none;
  align-self: center;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  color: var(--shoe-ink);
  -webkit-text-fill-color: var(--shoe-ink);
  background: #e3efd2;
  border: 1px solid var(--shoe-line);
  border-radius: 999px;
  box-shadow: none;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
}

body.postid-3193 .shoe-article__steps > li::before {
  counter-increment: shoe-step;
  content: counter(shoe-step);
}

body.postid-3193 .shoe-article__list > li::before {
  content: "✓";
}

body.postid-3193 .shoe-article__li-text {
  min-width: 0;
  flex: 1 1 auto;
}

body.postid-3193 .shoe-article__li-text strong {
  color: var(--shoe-ink);
  -webkit-text-fill-color: var(--shoe-ink);
  font-weight: 950;
}

body.postid-3193[data-scheme="dark"] .shoe-article__steps > li,
body.postid-3193[data-scheme="dark"] .shoe-article__list > li,
body.postid-3193[data-scheme="inverse"] .shoe-article__steps > li,
body.postid-3193[data-scheme="inverse"] .shoe-article__list > li {
  color: #f0dfc5;
  -webkit-text-fill-color: #f0dfc5;
}

body.postid-3193[data-scheme="dark"] .shoe-article__steps > li::before,
body.postid-3193[data-scheme="dark"] .shoe-article__list > li::before,
body.postid-3193[data-scheme="inverse"] .shoe-article__steps > li::before,
body.postid-3193[data-scheme="inverse"] .shoe-article__list > li::before {
  color: #f2e4cf;
  -webkit-text-fill-color: #f2e4cf;
  background: #344a32;
  border-color: #a98b6b;
}

body.postid-3193[data-scheme="dark"] .shoe-article__li-text strong,
body.postid-3193[data-scheme="inverse"] .shoe-article__li-text strong {
  color: #f2e4cf;
  -webkit-text-fill-color: #f2e4cf;
}

body.postid-3193 .shoe-article__faq {
  display: grid;
  gap: 10px;
  margin-top: 0;
}

body.postid-3193 .shoe-article__faq summary {
  display: list-item;
  list-style-position: inside;
  cursor: pointer;
  color: var(--shoe-ink);
  -webkit-text-fill-color: var(--shoe-ink);
  font-size: 15px;
  font-weight: 950;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

body.postid-3193 .shoe-article__faq summary::after {
  content: none !important;
  display: none !important;
}

body.postid-3193 .shoe-article__faq details[open] summary {
  margin-bottom: 8px;
}

body.postid-3193 .shoe-article__faq details > p {
  margin: 0;
}

body.postid-3193[data-scheme="dark"] .shoe-article__faq summary,
body.postid-3193[data-scheme="inverse"] .shoe-article__faq summary {
  color: #f2e4cf;
  -webkit-text-fill-color: #f2e4cf;
}

body.postid-3193 .international-shoe-size-converter-container + .roberin-qa-ad-placeholder + article.shoe-size-article,
body.postid-3193 .international-shoe-size-converter-container + ins.adsbygoogle + script + article.shoe-size-article {
  display: flow-root !important;
  margin-top: 24px !important;
}

@media (max-width: 860px) {
  body.postid-3193 .shoe-size-article,
  body.postid-3193 article.shoe-size-article {
    padding: 18px;
  }

  body.postid-3193 .shoe-article__grid,
  body.postid-3193 .shoe-article__process-grid,
  body.postid-3193 .shoe-article__use-grid {
    grid-template-columns: 1fr;
  }

  body.postid-3193 .international-shoe-size-converter-container + .roberin-qa-ad-placeholder + article.shoe-size-article,
  body.postid-3193 .international-shoe-size-converter-container + ins.adsbygoogle + script + article.shoe-size-article {
    margin-top: 8px !important;
  }
}

@media (max-width: 420px) {
  body.postid-3193 .shoe-size-article,
  body.postid-3193 article.shoe-size-article {
    padding: 14px;
  }

  body.postid-3193 .shoe-article__nav a {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
  }

  body.postid-3193 .shoe-article__steps > li,
  body.postid-3193 .shoe-article__list > li {
    align-items: center;
  }

  body.postid-3193 .shoe-article__steps > li::before,
  body.postid-3193 .shoe-article__list > li::before {
    align-self: center;
    margin-top: 0;
  }
}

/* Phase 2 strict body override: beat legacy roberin-article-body rules without leaking PDF reference classes. */
body.postid-3193 .entry-content article.roberin-article-body.shoe-size-article,
body.postid-3193 article.roberin-article-body.shoe-size-article {
  position: relative !important;
  z-index: 0 !important;
  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;
  overflow: visible !important;
  color: var(--shoe-ink) !important;
  -webkit-text-fill-color: var(--shoe-ink) !important;
  background:
    linear-gradient(rgba(107, 87, 69, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(107, 87, 69, 0.04) 1px, transparent 1px),
    #f8efe2 !important;
  background-size: 28px 28px, 28px 28px, auto !important;
  border: 2px solid var(--shoe-line) !important;
  border-radius: 0 !important;
  box-shadow: 5px 5px 0 rgba(82, 65, 50, 0.22) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif !important;
  line-height: 1.72 !important;
  word-break: keep-all !important;
}

body.postid-3193[data-scheme="dark"] .entry-content article.roberin-article-body.shoe-size-article,
body.postid-3193[data-scheme="dark"] article.roberin-article-body.shoe-size-article,
body.postid-3193[data-scheme="inverse"] .entry-content article.roberin-article-body.shoe-size-article,
body.postid-3193[data-scheme="inverse"] article.roberin-article-body.shoe-size-article {
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  background:
    linear-gradient(rgba(169, 139, 107, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(169, 139, 107, 0.05) 1px, transparent 1px),
    #2b2119 !important;
  background-size: 28px 28px, 28px 28px, auto !important;
  border-color: #a98b6b !important;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.34) !important;
}

body.postid-3193 .shoe-size-article :is(.shoe-article__hero, .shoe-article__section) {
  display: grid !important;
  gap: 13px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.postid-3193 .shoe-size-article .shoe-article__hero {
  padding-bottom: 22px !important;
}

body.postid-3193 .shoe-size-article .shoe-article__section + .shoe-article__section {
  margin-top: 6px !important;
  padding-top: 22px !important;
}

body.postid-3193 .shoe-size-article :is(.shoe-article__nav, .shoe-article__grid, .shoe-article__process-grid, .shoe-article__use-grid) {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.postid-3193 .shoe-size-article .shoe-article__grid,
body.postid-3193 .shoe-size-article .shoe-article__process-grid,
body.postid-3193 .shoe-size-article .shoe-article__use-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin: 0 !important;
}

body.postid-3193 .shoe-size-article .shoe-article__use-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.postid-3193 .shoe-size-article :is(h2, h3) {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
}

body.postid-3193 .shoe-size-article h2 {
  color: var(--shoe-ink) !important;
  -webkit-text-fill-color: var(--shoe-ink) !important;
  font-size: clamp(23px, 2.7vw, 34px) !important;
  line-height: 1.18 !important;
  font-weight: 950 !important;
  letter-spacing: -0.045em !important;
}

body.postid-3193 .shoe-size-article .shoe-article__section h2 {
  font-size: clamp(20px, 2.2vw, 28px) !important;
}

body.postid-3193 .shoe-size-article h3 {
  color: #7a412f !important;
  -webkit-text-fill-color: #7a412f !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
  font-weight: 950 !important;
  letter-spacing: -0.02em !important;
}

body.postid-3193[data-scheme="dark"] .shoe-size-article h2,
body.postid-3193[data-scheme="inverse"] .shoe-size-article h2 {
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
}

body.postid-3193[data-scheme="dark"] .shoe-size-article h3,
body.postid-3193[data-scheme="inverse"] .shoe-size-article h3 {
  color: #f0c86a !important;
  -webkit-text-fill-color: #f0c86a !important;
}

body.postid-3193 .shoe-size-article p {
  margin: 0 !important;
  color: var(--shoe-muted) !important;
  -webkit-text-fill-color: var(--shoe-muted) !important;
  font-size: 15.5px !important;
  font-weight: 720 !important;
  line-height: 1.72 !important;
}

body.postid-3193[data-scheme="dark"] .shoe-size-article p,
body.postid-3193[data-scheme="inverse"] .shoe-size-article p {
  color: #f0dfc5 !important;
  -webkit-text-fill-color: #f0dfc5 !important;
}

body.postid-3193 .shoe-size-article :is(.shoe-article__card, .shoe-article__process, .shoe-article__use, .shoe-article__formula, .shoe-article__notice, .shoe-article__faq details) {
  display: grid !important;
  gap: 7px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 12px !important;
  color: var(--shoe-ink) !important;
  -webkit-text-fill-color: var(--shoe-ink) !important;
  background: #fff8ed !important;
  border: 1px solid var(--shoe-line) !important;
  border-radius: 0 !important;
  box-shadow: 3px 3px 0 rgba(82, 65, 50, 0.13) !important;
}

body.postid-3193 .shoe-size-article .shoe-article__notice {
  background: rgba(239, 225, 188, 0.64) !important;
}

body.postid-3193 .shoe-size-article .shoe-article__process {
  background: rgba(226, 237, 216, 0.70) !important;
}

body.postid-3193[data-scheme="dark"] .shoe-size-article :is(.shoe-article__card, .shoe-article__use, .shoe-article__formula, .shoe-article__faq details),
body.postid-3193[data-scheme="inverse"] .shoe-size-article :is(.shoe-article__card, .shoe-article__use, .shoe-article__formula, .shoe-article__faq details) {
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  background: #33271d !important;
  border-color: #a98b6b !important;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.24) !important;
}

body.postid-3193[data-scheme="dark"] .shoe-size-article .shoe-article__notice,
body.postid-3193[data-scheme="inverse"] .shoe-size-article .shoe-article__notice {
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  background: #3b2d21 !important;
  border-color: #d2aa55 !important;
}

body.postid-3193[data-scheme="dark"] .shoe-size-article .shoe-article__process,
body.postid-3193[data-scheme="inverse"] .shoe-size-article .shoe-article__process {
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  background: #344a32 !important;
  border-color: #a98b6b !important;
}

body.postid-3193 .shoe-size-article :is(.shoe-article__steps, .shoe-article__list) {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 0 !important;
  list-style: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.postid-3193 .shoe-size-article .shoe-article__steps {
  counter-reset: shoe-step !important;
}

body.postid-3193 .shoe-size-article :is(.shoe-article__steps, .shoe-article__list) > li {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--shoe-muted) !important;
  -webkit-text-fill-color: var(--shoe-muted) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 15px !important;
  font-weight: 720 !important;
  line-height: 1.64 !important;
  list-style: none !important;
  overflow-wrap: anywhere !important;
}

body.postid-3193 .shoe-size-article :is(.shoe-article__steps, .shoe-article__list) > 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;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 25px !important;
  height: 25px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--shoe-ink) !important;
  -webkit-text-fill-color: var(--shoe-ink) !important;
  background: #e3efd2 !important;
  border: 1px solid var(--shoe-line) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

body.postid-3193 .shoe-size-article .shoe-article__steps > li::before {
  counter-increment: shoe-step !important;
  content: counter(shoe-step) !important;
}

body.postid-3193 .shoe-size-article .shoe-article__list > li::before {
  content: "✓" !important;
}

body.postid-3193[data-scheme="dark"] .shoe-size-article :is(.shoe-article__steps, .shoe-article__list) > li,
body.postid-3193[data-scheme="inverse"] .shoe-size-article :is(.shoe-article__steps, .shoe-article__list) > li {
  color: #f0dfc5 !important;
  -webkit-text-fill-color: #f0dfc5 !important;
}

body.postid-3193[data-scheme="dark"] .shoe-size-article :is(.shoe-article__steps, .shoe-article__list) > li::before,
body.postid-3193[data-scheme="inverse"] .shoe-size-article :is(.shoe-article__steps, .shoe-article__list) > li::before {
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  background: #344a32 !important;
  border-color: #a98b6b !important;
}

body.postid-3193 .shoe-size-article .shoe-article__li-text {
  min-width: 0 !important;
  flex: 1 1 auto !important;
}

body.postid-3193 .shoe-size-article .shoe-article__li-text strong {
  color: var(--shoe-ink) !important;
  -webkit-text-fill-color: var(--shoe-ink) !important;
  font-weight: 950 !important;
}

body.postid-3193[data-scheme="dark"] .shoe-size-article .shoe-article__li-text strong,
body.postid-3193[data-scheme="inverse"] .shoe-size-article .shoe-article__li-text strong {
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
}

body.postid-3193 .shoe-size-article .shoe-article__faq {
  display: grid !important;
  gap: 10px !important;
  margin: 0 !important;
}

body.postid-3193 .shoe-size-article .shoe-article__faq summary {
  display: list-item !important;
  list-style-position: inside !important;
  cursor: pointer !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--shoe-ink) !important;
  -webkit-text-fill-color: var(--shoe-ink) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  line-height: 1.45 !important;
  overflow-wrap: anywhere !important;
}

body.postid-3193 .shoe-size-article .shoe-article__faq summary::after {
  content: none !important;
  display: none !important;
}

body.postid-3193 .international-shoe-size-converter-container + .roberin-qa-ad-placeholder + article.roberin-article-body.shoe-size-article,
body.postid-3193 .international-shoe-size-converter-container + ins.adsbygoogle + script + article.roberin-article-body.shoe-size-article {
  display: grid !important;
  margin-top: 24px !important;
}

@media (max-width: 860px) {
  body.postid-3193 .shoe-size-article .shoe-article__grid,
  body.postid-3193 .shoe-size-article .shoe-article__process-grid,
  body.postid-3193 .shoe-size-article .shoe-article__use-grid {
    grid-template-columns: 1fr !important;
  }

  body.postid-3193 .international-shoe-size-converter-container + .roberin-qa-ad-placeholder + article.roberin-article-body.shoe-size-article,
  body.postid-3193 .international-shoe-size-converter-container + ins.adsbygoogle + script + article.roberin-article-body.shoe-size-article {
    margin-top: 8px !important;
  }
}


/* v5 micro spacing fix: keep guide cards visually separated from the section-header rule. */
body.postid-3193 .international-shoe-size-converter-container .info-section > .section-header + .info-grid {
  margin-top: 12px !important;
}

@media (max-width: 520px) {
  body.postid-3193 .international-shoe-size-converter-container .info-section > .section-header + .info-grid {
    margin-top: 10px !important;
  }
}

/* v6 body repair: restore PDF-reference rhythm dividers and exact body gate without leaking pdf-* classes. */
body.postid-3193 .shoe-size-article > .shoe-article__hero,
body.postid-3193 .shoe-size-article > .shoe-article__section {
  display: grid !important;
  gap: 13px !important;
  min-width: 0 !important;
  margin: 0 !important;
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.postid-3193 .shoe-size-article > .shoe-article__hero {
  padding: 0 0 22px !important;
  border-bottom: 1px dashed var(--shoe-line-soft) !important;
}

body.postid-3193 .shoe-size-article > .shoe-article__section {
  padding: 0 !important;
  border-top: 0 !important;
}

body.postid-3193 .shoe-size-article > .shoe-article__section + .shoe-article__section {
  margin-top: 6px !important;
  padding-top: 22px !important;
  border-top: 1px dashed var(--shoe-line-soft) !important;
}

body.postid-3193 .shoe-size-article .shoe-article__process-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.postid-3193 .shoe-size-article .shoe-article__notice {
  border-style: dashed !important;
}

body.postid-3193 .shoe-size-article .shoe-article__faq-schema {
  display: none !important;
}

@media (max-width: 860px) {
  body.postid-3193 .shoe-size-article .shoe-article__process-grid {
    grid-template-columns: 1fr !important;
  }
}

/* v6.1 strict article rhythm: target namespace, PDF-reference role parity. */
body.postid-3193 .entry-content article.roberin-article-body.shoe-size-article,
body.postid-3193 article.roberin-article-body.shoe-size-article {
  overflow: hidden !important;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", -apple-system, BlinkMacSystemFont, sans-serif !important;
}

body.postid-3193[data-scheme="dark"] .entry-content article.roberin-article-body.shoe-size-article,
body.postid-3193[data-scheme="dark"] article.roberin-article-body.shoe-size-article,
body.postid-3193[data-scheme="inverse"] .entry-content article.roberin-article-body.shoe-size-article,
body.postid-3193[data-scheme="inverse"] article.roberin-article-body.shoe-size-article {
  background-image:
    linear-gradient(rgba(169, 139, 107, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(169, 139, 107, 0.06) 1px, transparent 1px) !important;
  background-color: #33271d !important;
  border-color: #a98b6b !important;
}

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

body.postid-3193 .shoe-size-article .shoe-article__kicker {
  align-items: center !important;
  min-height: 26px !important;
  color: var(--shoe-ink) !important;
  -webkit-text-fill-color: var(--shoe-ink) !important;
  background: #e3efd2 !important;
  border: 1px solid var(--shoe-line) !important;
  box-shadow: 2px 2px 0 rgba(82, 65, 50, 0.13) !important;
}

body.postid-3193 .shoe-size-article :is(h2, h3) {
  color: var(--shoe-ink) !important;
  -webkit-text-fill-color: var(--shoe-ink) !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: -0.02em !important;
  word-break: keep-all !important;
}

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

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

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

body.postid-3193 .shoe-size-article strong {
  color: var(--shoe-ink) !important;
  -webkit-text-fill-color: var(--shoe-ink) !important;
  font-weight: 920 !important;
}

body.postid-3193 .shoe-size-article .shoe-article__nav {
  margin: 0 !important;
}

body.postid-3193 .shoe-size-article .shoe-article__nav a {
  min-height: 34px !important;
  padding: 6px 10px !important;
  color: var(--shoe-ink) !important;
  -webkit-text-fill-color: var(--shoe-ink) !important;
  background: #fff8ed !important;
  border: 1px solid var(--shoe-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

body.postid-3193 .shoe-size-article .shoe-article__nav a:hover,
body.postid-3193 .shoe-size-article .shoe-article__nav a:focus-visible {
  background: rgba(210, 170, 85, 0.22) !important;
  outline: 2px solid #4f7d94 !important;
  outline-offset: 2px !important;
}

body.postid-3193 .shoe-size-article :is(.shoe-article__card, .shoe-article__process, .shoe-article__use, .shoe-article__notice, .shoe-article__faq details) {
  color: var(--shoe-muted) !important;
  -webkit-text-fill-color: var(--shoe-muted) !important;
  background: #fff8ed !important;
  border: 1px solid var(--shoe-line) !important;
  border-radius: 0 !important;
  box-shadow: 3px 3px 0 rgba(82, 65, 50, 0.13) !important;
}

body.postid-3193 .shoe-size-article .shoe-article__notice {
  background: rgba(239, 225, 188, 0.64) !important;
  border-style: dashed !important;
}

body.postid-3193 .shoe-size-article .shoe-article__process {
  background: rgba(226, 237, 216, 0.70) !important;
}

body.postid-3193 .shoe-size-article :is(.shoe-article__steps, .shoe-article__list) {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
  padding-left: 0 !important;
  list-style: none !important;
}

body.postid-3193 .shoe-size-article .shoe-article__steps {
  counter-reset: shoe-step !important;
}

body.postid-3193 .shoe-size-article :is(.shoe-article__steps, .shoe-article__list) > 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-3193 .shoe-size-article :is(.shoe-article__steps, .shoe-article__list) > 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(--shoe-ink) !important;
  -webkit-text-fill-color: var(--shoe-ink) !important;
  border-radius: 0 !important;
}

body.postid-3193 .shoe-size-article .shoe-article__list > li::before {
  content: "" !important;
  display: inline-block !important;
  width: 9px !important;
  height: 9px !important;
  background: #d2aa55 !important;
  border: 1px solid var(--shoe-line) !important;
  box-shadow: 1px 1px 0 rgba(82, 65, 50, 0.22) !important;
  line-height: 1 !important;
}

body.postid-3193 .shoe-size-article .shoe-article__steps > li::before {
  counter-increment: shoe-step !important;
  content: counter(shoe-step) !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 20px !important;
  height: 20px !important;
  background: rgba(210, 170, 85, 0.22) !important;
  border: 1px solid var(--shoe-line) !important;
  box-shadow: 1px 1px 0 rgba(82, 65, 50, 0.22) !important;
  font-size: 11px !important;
  font-weight: 920 !important;
  line-height: 1 !important;
}

body.postid-3193 .shoe-size-article .shoe-article__li-text {
  display: block !important;
  min-width: 0 !important;
  align-self: center !important;
}

body.postid-3193 .shoe-size-article .shoe-article__faq details {
  margin: 0 !important;
}

body.postid-3193 .shoe-size-article .shoe-article__faq summary {
  display: list-item !important;
  list-style-position: inside !important;
  cursor: pointer !important;
  color: var(--shoe-ink) !important;
  -webkit-text-fill-color: var(--shoe-ink) !important;
  font-weight: 950 !important;
  line-height: 1.45 !important;
}

body.postid-3193 .shoe-size-article .shoe-article__faq details[open] summary {
  margin-bottom: 8px !important;
}

body.postid-3193[data-scheme="dark"] .shoe-size-article :is(h2, h3, strong, summary),
body.postid-3193[data-scheme="inverse"] .shoe-size-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-3193[data-scheme="dark"] .shoe-size-article :is(p, li, span),
body.postid-3193[data-scheme="inverse"] .shoe-size-article :is(p, li, span) {
  color: #f0dfc5 !important;
  -webkit-text-fill-color: #f0dfc5 !important;
}

body.postid-3193[data-scheme="dark"] .shoe-size-article :is(.shoe-article__card, .shoe-article__process, .shoe-article__use, .shoe-article__notice, .shoe-article__faq details, .shoe-article__nav a),
body.postid-3193[data-scheme="inverse"] .shoe-size-article :is(.shoe-article__card, .shoe-article__process, .shoe-article__use, .shoe-article__notice, .shoe-article__faq details, .shoe-article__nav a) {
  background-color: #33271d !important;
  border-color: rgba(169, 139, 107, 0.72) !important;
  box-shadow: 3px 3px 0 rgba(32, 24, 17, 0.52) !important;
}

body.postid-3193[data-scheme="dark"] .shoe-size-article :is(.shoe-article__notice, .shoe-article__process),
body.postid-3193[data-scheme="inverse"] .shoe-size-article :is(.shoe-article__notice, .shoe-article__process) {
  background-color: rgba(36, 28, 21, 0.56) !important;
}

body.postid-3193[data-scheme="dark"] .shoe-size-article :is(.shoe-article__steps, .shoe-article__list) > li::before,
body.postid-3193[data-scheme="inverse"] .shoe-size-article :is(.shoe-article__steps, .shoe-article__list) > li::before {
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  border-color: #a98b6b !important;
}

@media (max-width: 920px) {
  body.postid-3193 .shoe-size-article .shoe-article__use-grid {
    grid-template-columns: 1fr !important;
  }
}

/* v6.2 specificity repair: keep notice/process roles above broad :is() surface rule. */
body.postid-3193 .shoe-size-article .shoe-article__notice.shoe-article__notice {
  background: rgba(239, 225, 188, 0.64) !important;
  border-style: dashed !important;
}

body.postid-3193 .shoe-size-article .shoe-article__process.shoe-article__process {
  background: rgba(226, 237, 216, 0.70) !important;
}

body.postid-3193[data-scheme="dark"] .shoe-size-article .shoe-article__notice.shoe-article__notice,
body.postid-3193[data-scheme="dark"] .shoe-size-article .shoe-article__process.shoe-article__process,
body.postid-3193[data-scheme="inverse"] .shoe-size-article .shoe-article__notice.shoe-article__notice,
body.postid-3193[data-scheme="inverse"] .shoe-size-article .shoe-article__process.shoe-article__process {
  background-color: rgba(36, 28, 21, 0.56) !important;
}

/* v8 dark input evidence gate: actual typed value is stronger than placeholder. */
body.postid-3193 .international-shoe-size-converter-container :is(input, select) {
  font-weight: 850 !important;
}

body.postid-3193 .international-shoe-size-converter-container input::placeholder {
  color: rgba(87, 72, 56, 0.68) !important;
  -webkit-text-fill-color: rgba(87, 72, 56, 0.68) !important;
  font-weight: 600 !important;
}

body.postid-3193[data-scheme="dark"] .international-shoe-size-converter-container :is(input, select),
body.postid-3193[data-scheme="inverse"] .international-shoe-size-converter-container :is(input, select) {
  color: #f7ebd8 !important;
  -webkit-text-fill-color: #f7ebd8 !important;
  font-weight: 850 !important;
}

body.postid-3193[data-scheme="dark"] .international-shoe-size-converter-container input::placeholder,
body.postid-3193[data-scheme="inverse"] .international-shoe-size-converter-container input::placeholder {
  color: rgba(240, 223, 197, 0.72) !important;
  -webkit-text-fill-color: rgba(240, 223, 197, 0.72) !important;
  font-weight: 600 !important;
}
