/* Stroop Test — ROBERIN warm retro/paper redesign (Obsidian-aligned, 2026-05-05) */
.stroop-test-wrapper,
.stroop-test-wrapper *,
.stroop-test-wrapper *::before,
.stroop-test-wrapper *::after,
.stroop-article-body,
.stroop-article-body *,
.stroop-article-body *::before,
.stroop-article-body *::after {
  box-sizing: border-box;
}

.stroop-test-wrapper {
  --stroop-paper: #f9f1e7;
  --stroop-panel: #f8efe2;
  --stroop-card: #fff9ed;
  --stroop-card-strong: #f4e4cf;
  --stroop-ink: #34281f;
  --stroop-muted: #574838;
  --stroop-subtle: #7c6653;
  --stroop-line: #6b5745;
  --stroop-line-soft: #bba58f;
  --stroop-teal: #5f8f8a;
  --stroop-teal-dark: #4d7672;
  --stroop-coral: #bf7358;
  --stroop-coral-soft: #f1d6ca;
  --stroop-mustard: #ddbf6f;
  --stroop-mustard-soft: #f8e9b7;
  --stroop-olive: #e2edd8;
  --stroop-blue: #d9e9ee;
  --stroop-focus: #fff5bf;
  --stroop-shadow: 4px 4px 0 rgba(107, 87, 69, 0.28);
  --stroop-shadow-soft: 3px 3px 0 rgba(107, 87, 69, 0.18);
  width: min(950px, calc(100% - 12px));
  max-width: 950px;
  margin: 18px auto 24px;
  padding: 14px;
  color: var(--stroop-ink);
  background-color: var(--stroop-panel);
  background-image:
    linear-gradient(rgba(107, 87, 69, 0.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(107, 87, 69, 0.046) 1px, transparent 1px);
  background-size: 16px 16px;
  border: 2px solid var(--stroop-line);
  border-radius: 0;
  box-shadow: var(--stroop-shadow);
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  line-height: 1.55;
  overflow: visible;
}

.stroop-test-wrapper h2,
.stroop-test-wrapper h3,
.stroop-test-wrapper p,
.stroop-test-wrapper button,
.stroop-test-wrapper select {
  letter-spacing: -0.02em;
  font-family: inherit;
}

.stroop-test-wrapper button,
.stroop-test-wrapper select {
  font: inherit;
}

.stroop-experience-card,
.test-section,
.result-section {
  color: var(--stroop-ink);
  background: var(--stroop-card);
  border: 2px solid var(--stroop-line);
  border-radius: 0;
  box-shadow: var(--stroop-shadow-soft);
}

.stroop-experience-card {
  overflow: visible;
}

.config-section {
  margin: 0;
}

.stroop-top-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 12px;
  align-items: start;
  padding: 13px;
}

.stroop-config-panel,
.stroop-preview-panel {
  min-width: 0;
  align-self: start;
}

.stroop-eyebrow,
.roberin-article-body .roberin-article-kicker,
.stroop-article-body .roberin-article-kicker {
  display: inline-block;
  margin: 0 0 9px;
  padding: 5px 10px;
  color: #fff9e8;
  background: var(--stroop-teal);
  border: 2px solid var(--stroop-line);
  border-radius: 0;
  box-shadow: 3px 3px 0 rgba(107, 87, 69, 0.18);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.25;
}

.test-title {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 0 9px;
  padding: 7px 10px;
  color: var(--stroop-ink);
  background: var(--stroop-olive);
  border: 2px solid var(--stroop-line);
  border-radius: 0;
  box-shadow: 3px 3px 0 rgba(107, 87, 69, 0.20);
  font-size: clamp(1.38rem, 3vw, 2.05rem);
  line-height: 1.18;
  font-weight: 950;
  text-align: left;
  word-break: keep-all;
}

.stroop-accent-text {
  color: var(--stroop-coral);
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
}

.test-instructions {
  max-width: 650px;
  margin: 0 0 12px;
  color: var(--stroop-muted);
  font-size: 0.94rem;
  line-height: 1.62;
  font-weight: 700;
  text-align: left;
  word-break: keep-all;
}

.stroop-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 12px;
}

.stroop-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 9px;
  color: var(--stroop-muted);
  background: #fffdf7;
  border: 2px solid var(--stroop-line-soft);
  border-radius: 0;
  box-shadow: 2px 2px 0 rgba(107, 87, 69, 0.12);
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 850;
}

.stroop-controls {
  display: grid;
  gap: 10px;
  margin: 0;
}

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

.version-btn,
.btn-start,
.btn-reset,
.ox-button-group button,
.btn-finish {
  border-radius: 0;
  font-family: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: transform 120ms ease, box-shadow 120ms ease, background-color 120ms ease;
}

.version-btn {
  display: grid;
  gap: 5px;
  min-height: 76px;
  padding: 10px;
  color: var(--stroop-ink);
  background: #fffdf7;
  border: 2px solid var(--stroop-line);
  text-align: left;
  box-shadow: 2px 2px 0 rgba(107, 87, 69, 0.14);
}

.version-btn:hover,
.version-btn:focus-visible,
.btn-start:hover,
.btn-start:focus-visible,
.btn-reset:hover,
.btn-reset:focus-visible,
.ox-button-group button:hover,
.ox-button-group button:focus-visible,
.btn-finish:hover,
.btn-finish:focus-visible {
  transform: translate(-1px, -1px);
  box-shadow: 4px 4px 0 rgba(107, 87, 69, 0.24);
  outline: 3px solid var(--stroop-focus);
  outline-offset: 1px;
}

.version-btn.active {
  color: var(--stroop-ink);
  background: var(--stroop-mustard-soft);
  border-color: var(--stroop-line);
  box-shadow: 3px 3px 0 rgba(107, 87, 69, 0.24);
}

.stroop-mode-title {
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.22;
}

.stroop-mode-copy {
  color: var(--stroop-muted);
  font-size: 0.78rem;
  line-height: 1.45;
  font-weight: 700;
  word-break: keep-all;
}

.stroop-options-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(132px, 0.52fr);
  gap: 8px;
  align-items: end;
  padding: 10px;
  background: var(--stroop-card-strong);
  border: 2px dashed var(--stroop-line-soft);
}

.option-section {
  display: grid;
  gap: 5px;
  min-width: 0;
  margin: 0;
}

.option-section label {
  display: block;
  margin: 0;
  color: var(--stroop-ink);
  font-size: 0.82rem;
  line-height: 1.3;
  font-weight: 900;
}

.option-section:not(.is-active-option) {
  opacity: 0.66;
}

.option-section.is-active-option label::after {
  content: " · 선택 중";
  color: var(--stroop-coral);
  font-weight: 950;
}

.stroop-test-wrapper select {
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  padding: 8px 34px 8px 10px;
  color: var(--stroop-ink);
  background: #fffdf7 url('data:image/svg+xml;utf8,<svg fill="%236b5745" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center;
  border: 2px solid var(--stroop-line);
  border-radius: 0;
  box-shadow: inset 2px 2px 0 rgba(107, 87, 69, 0.10);
  font-size: 0.9rem;
  font-weight: 850;
  appearance: none;
  -webkit-appearance: none;
}

.stroop-test-wrapper select:focus-visible {
  outline: 3px solid var(--stroop-focus);
  outline-offset: 1px;
  background-color: #fffdf0;
}

.btn-start,
.btn-reset,
.btn-finish {
  width: 100%;
  min-height: 42px;
  padding: 9px 12px;
  color: #fffdf7;
  background: var(--stroop-teal);
  border: 2px solid var(--stroop-line);
  box-shadow: 3px 3px 0 rgba(107, 87, 69, 0.25);
  font-size: 0.95rem;
  line-height: 1.2;
}

.btn-start:hover,
.btn-start:focus-visible,
.btn-finish:hover,
.btn-finish:focus-visible {
  background: var(--stroop-teal-dark);
}

.btn-reset {
  display: block;
  max-width: 190px;
  margin: 14px auto 0;
  color: var(--stroop-ink);
  background: var(--stroop-coral-soft);
}

.stroop-preview-panel {
  padding: 10px;
  color: var(--stroop-ink);
  background: var(--stroop-card-strong);
  border: 2px solid var(--stroop-line);
  box-shadow: 3px 3px 0 rgba(107, 87, 69, 0.16);
}

.stroop-preview-inner {
  display: grid;
  gap: 9px;
}

.stroop-preview-header,
.ox-status-row,
.grid-status-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--stroop-muted);
  font-size: 0.78rem;
  line-height: 1.35;
  font-weight: 900;
}

.stroop-timer-pill,
.ox-timer,
.ox-elapsed,
.grid-timer {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 3px 7px;
  color: var(--stroop-ink);
  background: var(--stroop-mustard-soft);
  border: 2px solid var(--stroop-line-soft);
  font-weight: 900;
}

.stroop-progress,
.ox-progress,
.grid-progress {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 12px;
  background: #fffdf7;
  border: 2px solid var(--stroop-line);
}

.stroop-progress span,
.ox-progress span,
.grid-progress span {
  display: block;
  width: var(--progress-width, 64%);
  height: 100%;
  background: repeating-linear-gradient(90deg, var(--stroop-teal), var(--stroop-teal) 8px, #7aa9a4 8px, #7aa9a4 12px);
}

.stroop-word-card,
.ox-display {
  display: grid;
  place-items: center;
  min-height: 138px;
  padding: 18px 12px;
  text-align: center;
  background: #fffdf7;
  border: 2px solid var(--stroop-line);
  box-shadow: inset 3px 3px 0 rgba(107, 87, 69, 0.08);
}

.stroop-word,
.ox-display .word {
  display: block;
  font-size: clamp(3rem, 9vw, 5.3rem);
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: -0.06em;
  -webkit-text-stroke: 1px rgba(52, 40, 31, 0.16);
}

.stroop-word-hint,
.ox-hint {
  margin-top: 8px;
  color: var(--stroop-subtle);
  font-size: 0.82rem;
  line-height: 1.4;
  font-weight: 750;
  word-break: keep-all;
}

.stroop-answer-row,
.ox-button-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.stroop-answer,
.ox-button-group button {
  display: grid;
  place-items: center;
  min-height: 52px;
  color: #fffdf7;
  background: var(--stroop-teal);
  border: 2px solid var(--stroop-line);
  box-shadow: 2px 2px 0 rgba(107, 87, 69, 0.18);
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 950;
}

.stroop-answer.is-x,
.ox-button-group .is-x {
  background: var(--stroop-coral);
}

.stroop-mini-grid,
.grid-container {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
}

.stroop-mini-grid span,
.grid-item {
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 36px;
  padding: 4px 3px;
  background: #fffdf7;
  border: 2px solid var(--stroop-line-soft);
  font-size: 0.82rem;
  line-height: 1.1;
  font-weight: 950;
  text-align: center;
}

.stroop-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0 13px 13px;
}

.stroop-flow-item {
  min-width: 0;
  padding: 10px;
  background: #fffdf7;
  border: 2px solid var(--stroop-line-soft);
}

.stroop-flow-num {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  margin: 0 0 6px;
  color: var(--stroop-ink);
  background: var(--stroop-mustard);
  border: 1px solid var(--stroop-line);
  font-size: 0.78rem;
  font-weight: 950;
}

.stroop-flow-title {
  margin: 0 0 3px;
  color: var(--stroop-ink);
  font-size: 0.88rem;
  line-height: 1.25;
  font-weight: 950;
}

.stroop-flow-copy {
  color: var(--stroop-muted);
  font-size: 0.75rem;
  line-height: 1.45;
  font-weight: 700;
  word-break: keep-all;
}

.test-section,
.result-section {
  display: block;
  margin: 0;
  padding: 13px;
}

.prep-bar-container {
  display: none;
  margin: 0 0 12px;
  padding: 10px;
  background: var(--stroop-card-strong);
  border: 2px dashed var(--stroop-line-soft);
}

.prep-bar {
  width: 0%;
  height: 14px;
  background: repeating-linear-gradient(90deg, var(--stroop-coral), var(--stroop-coral) 8px, #cf8f78 8px, #cf8f78 12px);
  border: 2px solid var(--stroop-line);
  transition: width 60ms linear;
}

.prep-label {
  margin-top: 8px;
  color: var(--stroop-muted);
  font-size: 0.86rem;
  line-height: 1.45;
  font-weight: 850;
  text-align: center;
  word-break: keep-all;
}

#dynamicTestContent {
  display: block;
  min-height: 250px;
  padding: 11px;
  background: var(--stroop-card-strong);
  border: 2px solid var(--stroop-line);
}

.ox-test-container,
.grid-test-container {
  display: grid;
  gap: 10px;
}

.ox-question-meta,
.grid-question-meta {
  color: var(--stroop-muted);
  font-size: 0.82rem;
  font-weight: 900;
}

.grid-container {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 4px;
}

.btn-finish {
  max-width: 240px;
  margin: 2px auto 0;
}

.result-title {
  display: inline-block;
  margin: 0 0 12px;
  padding: 6px 10px;
  color: var(--stroop-ink);
  background: var(--stroop-olive);
  border: 2px solid var(--stroop-line);
  box-shadow: 3px 3px 0 rgba(107, 87, 69, 0.18);
  font-size: 1.18rem;
  line-height: 1.25;
  font-weight: 950;
}

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

.result-metric {
  min-width: 0;
  padding: 11px 9px;
  text-align: center;
  background: #fffdf7;
  border: 2px solid var(--stroop-line);
  box-shadow: 2px 2px 0 rgba(107, 87, 69, 0.13);
}

.result-metric span {
  display: block;
  margin-bottom: 5px;
  color: var(--stroop-muted);
  font-size: 0.78rem;
  line-height: 1.25;
  font-weight: 900;
}

.result-metric strong {
  display: block;
  color: var(--stroop-teal-dark);
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  line-height: 1.1;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.result-note {
  margin: 12px 0 0;
  padding: 10px 12px;
  color: var(--stroop-muted);
  background: var(--stroop-mustard-soft);
  border: 2px solid var(--stroop-line-soft);
  font-size: 0.88rem;
  line-height: 1.55;
  font-weight: 800;
  word-break: keep-all;
}

/* Advertisement: allowed sibling position only; no decorative ad card inside the tool. */
.roberin-leaderboard-ad.roberin-leaderboard-ad,
body.single-sight-projects .entry-content .roberin-leaderboard-ad.roberin-leaderboard-ad {
  box-sizing: border-box !important;
  width: min(950px, calc(100% - 12px)) !important;
  max-width: 950px !important;
  height: 90px !important;
  max-height: 90px !important;
  margin: 22px auto !important;
  padding: 0 !important;
  text-align: center !important;
  overflow: hidden !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.roberin-leaderboard-ad.roberin-leaderboard-ad ins.adsbygoogle,
.roberin-leaderboard-ad.roberin-leaderboard-ad ins.adsbygoogle iframe,
body.single-sight-projects .entry-content .roberin-leaderboard-ad.roberin-leaderboard-ad ins.adsbygoogle,
body.single-sight-projects .entry-content .roberin-leaderboard-ad.roberin-leaderboard-ad ins.adsbygoogle iframe {
  display: inline-block !important;
  width: 728px !important;
  max-width: 100% !important;
  height: 90px !important;
  max-height: 90px !important;
  min-height: 90px !important;
}

/* Long-form body follows the shared Roberin warm paper/grid standard. */
.stroop-article-body.roberin-article-body {
  --article-paper: #efe2d0;
  --article-card: #fffdf7;
  --article-ink: #34281f;
  --article-muted: #574838;
  --article-line: #6b5745;
  --article-line-soft: #bba58f;
  --article-teal: #5f8f6d;
  --article-coral: #bf7358;
  --article-mustard: #ddbf6f;
  --article-olive: #e2edd8;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 950px !important;
  margin: 28px auto 40px !important;
  padding: 30px 34px !important;
  color: var(--article-ink) !important;
  background:
    linear-gradient(90deg, rgba(107, 87, 69, 0.035) 1px, transparent 1px) 0 0 / 14px 14px,
    linear-gradient(0deg, rgba(107, 87, 69, 0.030) 1px, transparent 1px) 0 0 / 14px 14px,
    #f8efe2 !important;
  border: 2px solid var(--article-line) !important;
  border-radius: 0 !important;
  box-shadow: 4px 4px 0 rgba(82, 65, 50, 0.42) !important;
  font-family: "Noto Sans KR", "Malgun Gothic", -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.78 !important;
  word-break: keep-all !important;
  overflow-wrap: break-word !important;
}

.stroop-article-body.roberin-article-body p.roberin-article-kicker,
.roberin-article-body.stroop-article-body p.roberin-article-kicker,
html body.single-sight-projects .entry-content article.roberin-article-body.stroop-article-body p.roberin-article-kicker.roberin-article-kicker {
  display: inline-block !important;
  width: auto !important;
  margin: 0 0 10px !important;
  padding: 5px 10px !important;
  color: #fff9e8 !important;
  -webkit-text-fill-color: #fff9e8 !important;
  background: #5f8f6d !important;
  border: 2px solid #6b5745 !important;
  border-radius: 0 !important;
  box-shadow: 3px 3px 0 rgba(107, 87, 69, 0.18) !important;
  font-size: 0.78rem !important;
  line-height: 1.78 !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em !important;
  text-shadow: none !important;
}

.stroop-article-body.roberin-article-body p,
.stroop-article-body.roberin-article-body li {
  color: var(--article-muted) !important;
  font-size: 16px !important;
  line-height: 1.78 !important;
}

.stroop-article-body.roberin-article-body p {
  margin: 0 0 16px !important;
}

.stroop-article-body.roberin-article-body strong {
  color: var(--article-ink) !important;
  font-weight: 900 !important;
}

.stroop-article-body.roberin-article-body h2 {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 34px 0 16px !important;
  padding: 9px 12px !important;
  color: var(--article-ink) !important;
  background: var(--article-olive) !important;
  border: 2px solid var(--article-line) !important;
  border-radius: 0 !important;
  box-shadow: 3px 3px 0 rgba(82, 65, 50, 0.30) !important;
  font-size: 24px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
}

.stroop-article-body.roberin-article-body h2:first-of-type {
  margin-top: 0 !important;
}

.stroop-article-body.roberin-article-body h3 {
  margin: 0 0 8px !important;
  padding: 0 0 6px !important;
  color: #4c6f56 !important;
  border: 0 !important;
  border-bottom: 2px dashed rgba(107, 87, 69, 0.45) !important;
  font-size: 1rem !important;
  line-height: 1.35 !important;
  font-weight: 950 !important;
}

.stroop-article-body.roberin-article-body ul,
.stroop-article-body.roberin-article-body ol {
  margin: 0 0 16px !important;
  padding-left: 1.35rem !important;
}

.stroop-article-body.roberin-article-body li + li {
  margin-top: 8px !important;
}

.stroop-article-grid,
.stroop-mode-list,
.stroop-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0 20px;
}

.stroop-article-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stroop-article-card,
.stroop-mode-box,
.stroop-faq-item,
.stroop-formula-box,
.stroop-reading-note {
  background: var(--article-card);
  border: 2px solid var(--article-line);
  border-radius: 0;
  box-shadow: 2px 2px 0 rgba(107, 87, 69, 0.12);
}

.stroop-article-card,
.stroop-mode-box,
.stroop-faq-item {
  padding: 12px;
}

.stroop-article-card strong {
  display: block;
  margin-bottom: 5px;
  color: var(--article-coral) !important;
  font-size: 0.98rem;
  font-weight: 950;
}

.stroop-article-card span {
  display: block;
  color: #5e5045;
  font-size: 0.9rem;
  line-height: 1.55;
  font-weight: 700;
}

.stroop-formula-box,
.stroop-reading-note {
  margin: 16px 0;
  padding: 13px 15px;
  background: #fff4d4;
}

.stroop-reading-note {
  background: #edf4e6;
  font-weight: 800;
}

.stroop-formula-box p,
.stroop-reading-note p,
.stroop-faq-item p,
.stroop-mode-box p {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .stroop-article-body.roberin-article-body {
    max-width: calc(100% - 10px) !important;
    margin: 24px 5px 32px !important;
    padding: 22px 18px !important;
    font-size: 15px !important;
  }

  .stroop-article-body.roberin-article-body h2 {
    font-size: 21px !important;
    padding: 8px 10px !important;
  }

  .stroop-article-body.roberin-article-body p,
  .stroop-article-body.roberin-article-body li {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 900px) {
  .stroop-top-grid,
  .stroop-flow,
  .stroop-article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stroop-preview-panel {
    grid-column: 1 / -1;
  }
}

@media screen and (max-width: 768px) {
  .stroop-test-wrapper {
    width: calc(100% - 10px);
    margin: 10px auto 18px;
    padding: 10px;
    background-size: 14px 14px;
    box-shadow: 3px 3px 0 rgba(107, 87, 69, 0.22);
  }

  .stroop-top-grid,
  .version-selection,
  .stroop-options-card,
  .stroop-flow,
  .result-summary,
  .stroop-mode-list,
  .stroop-article-grid,
  .stroop-faq-list {
    grid-template-columns: 1fr;
  }

  .stroop-top-grid,
  .test-section,
  .result-section {
    padding: 10px;
  }

  .test-title {
    font-size: 1.25rem;
  }

  .version-btn {
    min-height: 0;
  }

  #dynamicTestContent {
    min-height: 230px;
    padding: 9px;
  }

  .ox-status-row,
  .grid-status-row,
  .stroop-preview-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .stroop-word-card,
  .ox-display {
    min-height: 124px;
    padding: 16px 10px;
  }

  .stroop-word,
  .ox-display .word {
    font-size: clamp(3rem, 17vw, 4.5rem);
  }

  .ox-button-group button {
    min-height: 58px;
    font-size: 1.55rem;
  }

  .grid-container,
  .stroop-mini-grid {
    gap: 5px;
  }

  .grid-item,
  .stroop-mini-grid span {
    min-height: 34px;
    font-size: 0.76rem;
  }

  .roberin-leaderboard-ad.roberin-leaderboard-ad,
  body.single-sight-projects .entry-content .roberin-leaderboard-ad.roberin-leaderboard-ad {
    width: calc(100% - 10px) !important;
    height: 90px !important;
    max-height: 90px !important;
    margin: 16px auto !important;
  }

  .roberin-leaderboard-ad.roberin-leaderboard-ad ins.adsbygoogle,
  .roberin-leaderboard-ad.roberin-leaderboard-ad ins.adsbygoogle iframe,
  body.single-sight-projects .entry-content .roberin-leaderboard-ad.roberin-leaderboard-ad ins.adsbygoogle,
  body.single-sight-projects .entry-content .roberin-leaderboard-ad.roberin-leaderboard-ad ins.adsbygoogle iframe {
    width: 100% !important;
    max-width: 100% !important;
    height: 90px !important;
    max-height: 90px !important;
    min-height: 90px !important;
  }

  .stroop-article-body.roberin-article-body {
    max-width: calc(100% - 10px) !important;
    margin: 24px 5px 32px !important;
    padding: 22px 18px !important;
    background:
      linear-gradient(90deg, rgba(107, 87, 69, 0.035) 1px, transparent 1px) 0 0 / 14px 14px,
      linear-gradient(0deg, rgba(107, 87, 69, 0.030) 1px, transparent 1px) 0 0 / 14px 14px,
      #f8efe2 !important;
    box-shadow: 4px 4px 0 rgba(82, 65, 50, 0.42) !important;
    font-size: 15px !important;
  }

  .stroop-article-body.roberin-article-body ol,
  .stroop-article-body.roberin-article-body ul {
    padding-left: 1.15rem !important;
  }
}

@media screen and (max-width: 380px) {
  .stroop-test-wrapper {
    padding: 8px;
  }

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

@media (prefers-reduced-motion: reduce) {
  .stroop-test-wrapper *,
  .stroop-article-body * {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
