:root {
  --tj-red: #e51b23;
  --tj-red-dark: #b90f16;
  --tj-red-soft: #fff0f0;
  --tj-yellow: #ffd335;
  --tj-ink: #242424;
  --tj-muted: #686868;
  --tj-paper: #f4f2ed;
  --tj-line: #e8e5df;
  --tj-radius: 6px;
  --tj-shadow: 6px 6px 0 #242424;
  --tj-shell: min(1160px, calc(100% - 40px));
}

.tailjet-front,
.tailjet-front #body_wrap {
  background: var(--tj-paper);
  color: var(--tj-ink);
}

.tailjet-front .l-content {
  max-width: none;
  margin: 0;
  padding: 0;
}

.tailjet-front .l-mainContent,
.tailjet-front .l-mainContent__inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.tailjet-front .l-mainContent > .post_content {
  margin: 0;
}

.tj-main,
.tj-main * {
  box-sizing: border-box;
}

.tj-main {
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}

.tj-shell {
  width: var(--tj-shell);
  margin-inline: auto;
}

.tj-hero {
  position: relative;
  background:
    radial-gradient(circle at 82% 23%, rgba(255, 255, 255, .18) 0 2px, transparent 3px) 0 0 / 22px 22px,
    linear-gradient(112deg, var(--tj-red-dark), var(--tj-red) 64%, #f02d33);
  color: white;
}

.tj-hero::after {
  position: absolute;
  right: -5%;
  bottom: -56px;
  width: 42%;
  height: 120px;
  content: "";
  background: var(--tj-yellow);
  transform: rotate(-4deg);
}

.tj-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  min-height: 510px;
  align-items: center;
  gap: 50px;
  padding: 74px 0 92px;
}

.tj-kicker {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 12px;
  border: 2px solid white;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: .05em;
  transform: rotate(-1deg);
}

.tj-hero h1 {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(3.2rem, 6.3vw, 5.8rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.04em;
  text-shadow: 4px 4px 0 #971015;
}

.tj-hero h1 em {
  color: var(--tj-yellow);
  font-style: normal;
  text-decoration: underline;
  text-decoration-thickness: 8px;
  text-underline-offset: 9px;
}

.tj-hero__lead {
  max-width: 620px;
  margin: 28px 0;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.95;
}

.tj-button {
  display: inline-flex;
  min-width: 220px;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border: 2px solid #1d1d1d;
  border-radius: 8px;
  background: var(--tj-yellow);
  box-shadow: 5px 5px 0 #1d1d1d;
  color: #1d1d1d;
  font-weight: 900;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
}

.tj-button:hover {
  box-shadow: 2px 2px 0 #1d1d1d;
  color: #1d1d1d;
  transform: translate(3px, 3px);
}

.tj-hero__visual {
  position: relative;
  min-height: 390px;
}

.tj-character {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 52%;
  width: min(440px, 105%);
  height: auto;
  filter: drop-shadow(14px 18px 0 rgba(75, 0, 3, .24));
  transform: translate(-50%, -50%) rotate(2deg);
}

.tj-character-callout {
  position: absolute;
  z-index: 4;
  top: 10px;
  right: -6px;
  padding: 11px 16px;
  border: 3px solid #222;
  border-radius: 50%;
  background: white;
  box-shadow: 5px 5px 0 #222;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  transform: rotate(5deg);
}

.tj-character-callout::after {
  position: absolute;
  bottom: -15px;
  left: 20px;
  width: 18px;
  height: 18px;
  border-right: 3px solid #222;
  background: white;
  content: "";
  transform: skewY(42deg) rotate(25deg);
}

.tj-character-callout strong { color: var(--tj-red); font-size: 1.08rem; }

.tj-speed-line {
  position: absolute;
  z-index: 1;
  display: block;
  width: 160px;
  height: 10px;
  border-radius: 10px;
  background: var(--tj-yellow);
  transform: rotate(-28deg);
}

.tj-speed-line--one { bottom: 68px; left: -18px; }
.tj-speed-line--two { bottom: 32px; left: 30px; width: 105px; }

.tj-stopwatch {
  position: absolute;
  top: 22px;
  left: 50%;
  display: flex;
  width: 300px;
  height: 300px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 13px solid white;
  border-radius: 50%;
  background: #262626;
  box-shadow: 14px 16px 0 rgba(0, 0, 0, .22);
  color: var(--tj-yellow);
  transform: translateX(-50%) rotate(6deg);
}

.tj-stopwatch::before {
  position: absolute;
  inset: 13px;
  border: 2px dashed rgba(255, 255, 255, .45);
  border-radius: 50%;
  content: "";
}

.tj-stopwatch__top {
  position: absolute;
  top: -42px;
  width: 66px;
  height: 35px;
  border-radius: 8px 8px 0 0;
  background: white;
}

.tj-stopwatch strong {
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 7rem;
  line-height: .82;
}

.tj-stopwatch small {
  z-index: 1;
  margin-top: 16px;
  color: white;
  font-size: .84rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .16em;
  text-align: center;
}

.tj-burst {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  background: var(--tj-yellow);
  clip-path: polygon(50% 0, 61% 25%, 85% 15%, 75% 39%, 100% 50%, 75% 61%, 85% 85%, 61% 75%, 50% 100%, 39% 75%, 15% 85%, 25% 61%, 0 50%, 25% 39%, 15% 15%, 39% 25%);
  color: #222;
  font-weight: 900;
}

.tj-burst--one { top: 12px; right: 0; transform: rotate(9deg); }
.tj-burst--two { bottom: 6px; left: 0; transform: rotate(-12deg); }

.tj-topics {
  background: var(--tj-yellow);
  border-block: 2px solid #222;
}

.tj-topics__inner {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 18px;
  overflow: hidden;
  font-size: .91rem;
  white-space: nowrap;
}

.tj-topics__inner > strong {
  padding: 4px 9px;
  background: #222;
  color: white;
  border: 2px solid #222;
  font-style: normal;
}

.tj-topics__marquee { font-weight: 700; }

.tj-categories,
.tj-latest {
  padding-block: 82px 20px;
}

.tj-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.tj-section-heading span {
  color: var(--tj-red);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .16em;
}

.tj-section-heading h2 {
  margin: 5px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.7rem, 3.5vw, 2.5rem);
  letter-spacing: -.04em;
}

.tj-section-heading > a {
  color: var(--tj-red);
  font-weight: 700;
  text-decoration: none;
}

.tj-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.tj-category {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 19px 16px;
  border: 3px solid #242424;
  border-radius: 4px;
  background: white;
  box-shadow: 5px 5px 0 #242424;
  color: var(--tj-ink);
  text-decoration: none;
  transition: border .2s, transform .2s;
}

.tj-category:hover {
  border-color: var(--tj-red);
  color: var(--tj-ink);
  transform: translateY(-3px);
}

.tj-category__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--tj-red-soft);
  color: var(--tj-red);
  font-size: 1.25rem;
  font-weight: 900;
}

.tj-category strong,
.tj-category small { display: block; }
.tj-category strong { font-size: 1rem; }
.tj-category small { margin-top: 4px; color: var(--tj-muted); font-size: .68rem; }
.tj-category b { color: var(--tj-red); }

.tj-latest { padding-bottom: 92px; }

.tj-latest-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 22px;
}

.tj-latest-grid__lead {
  grid-column: span 2;
  grid-row: span 2;
}

.tj-latest-grid__lead .tj-card__title { font-size: 1.65rem; }
.tj-latest-grid__lead .tj-card__excerpt { display: block; }

.tj-card {
  height: 100%;
  margin: 0;
  overflow: hidden;
  border: 3px solid #242424;
  border-radius: var(--tj-radius);
  background: white;
  box-shadow: var(--tj-shadow);
}

.tj-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #eee;
}

.tj-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.tj-card:hover .tj-card__image img { transform: scale(1.035); }

.tj-card__placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  background: repeating-linear-gradient(-45deg, #ece8df 0 14px, #f8f5ee 14px 28px);
}

.tj-card__placeholder span {
  color: #c5bfb4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  letter-spacing: .15em;
}

.tj-card__badge,
.tj-card__saving {
  position: absolute;
  z-index: 2;
  padding: 6px 9px;
  color: white;
  font-size: .72rem;
  font-weight: 900;
}

.tj-card__badge { top: 10px; left: 10px; background: #222; transform: rotate(-2deg); }
.tj-card__saving { right: 10px; bottom: 10px; border-radius: 4px; background: var(--tj-red); }

.tj-card__body { padding: 17px 18px 20px; }

.tj-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--tj-muted);
  font-size: .69rem;
  font-weight: 500;
}

.tj-card__category {
  color: var(--tj-red);
  font-weight: 900;
}

.tj-card__title {
  margin: 8px 0;
  font-size: 1.03rem;
  line-height: 1.55;
}

.tj-card__title a { color: var(--tj-ink); text-decoration: none; }
.tj-card__title a:hover { color: var(--tj-red); }
.tj-card__score { color: #e99100; font-size: .78rem; font-weight: 900; }
.tj-card__excerpt { display: none; margin: 11px 0 0; color: var(--tj-muted); font-size: .86rem; line-height: 1.8; }

.tj-empty {
  padding: 55px 20px;
  border: 2px dashed #d5cfc4;
  border-radius: var(--tj-radius);
  text-align: center;
}

.tj-ranking {
  padding: 82px 0 92px;
  background: #292929;
  color: white;
}

.tj-section-heading--light span { color: var(--tj-yellow); }
.tj-section-heading--light p { margin: 0; color: #bbb; font-size: .8rem; }

.tj-ranking__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tj-ranking__list > li { position: relative; min-width: 0; }
.tj-ranking__number {
  position: absolute;
  z-index: 4;
  top: -12px;
  left: -8px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 3px solid #292929;
  border-radius: 50%;
  background: var(--tj-yellow);
  color: #222;
  font-size: 1.2rem;
  font-weight: 900;
}

.tj-ranking .tj-card { border: 0; box-shadow: none; }
.tj-ranking .tj-card__body { padding: 14px; }
.tj-ranking .tj-card__excerpt { display: none; }
.tj-ranking__empty { padding: 30px; border: 1px solid #555; border-radius: 12px; color: #ccc; text-align: center; }

.tj-newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-block: 64px;
  padding: 28px 32px;
  border: 2px solid #222;
  border-radius: 14px;
  background: var(--tj-yellow);
  box-shadow: 7px 7px 0 #222;
}

.tj-newsletter > div { display: flex; align-items: center; gap: 18px; }
.tj-newsletter__icon { font-size: 2rem; }
.tj-newsletter strong { font-family: "M PLUS Rounded 1c", sans-serif; font-size: 1.25rem; }
.tj-newsletter strong { font-family: "Noto Sans JP", sans-serif; }
.tj-newsletter p { margin: 4px 0 0; font-size: .8rem; }
.tj-newsletter > a { flex: 0 0 auto; padding: 12px 18px; border-radius: 6px; background: #222; color: white; font-weight: 700; text-decoration: none; }

.tj-product {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 22px;
  margin: 34px 0;
  padding: 22px;
  border: 2px solid var(--tj-red);
  border-radius: 14px;
  background: white;
  box-shadow: 6px 6px 0 var(--tj-red-soft);
}

.tj-product__image { display: grid; place-items: center; }
.tj-product__image img { width: 100%; max-height: 180px; object-fit: contain; }
.tj-product__eyebrow { display: inline-block; margin-bottom: 7px; color: var(--tj-red); font-size: .72rem; font-weight: 900; }
.tj-product__title { display: block; font-size: 1.2rem; line-height: 1.5; }
.tj-product__note { margin: 9px 0; padding: 7px 10px; background: var(--tj-red-soft); font-size: .82rem; font-weight: 700; }
.tj-product__price { margin: 7px 0; color: var(--tj-muted); font-size: .78rem; }
.tj-product__buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 15px; }
.tj-product__button { padding: 12px; border-radius: 6px; color: white !important; font-size: .85rem; font-weight: 900; text-align: center; text-decoration: none !important; }
.tj-product__button--amazon { background: #ed8b00; }
.tj-product__button--rakuten { background: #bf0000; }
.tj-product__button:hover { filter: brightness(.93); transform: translateY(-1px); }
.tj-product__disclosure { display: block; margin-top: 9px; color: #888; font-size: .65rem; }

.tj-share-prompt {
  margin: 42px 0 16px;
  padding: 20px;
  border-radius: 12px;
  background: #f2f1ed;
  text-align: center;
}

.tj-share-prompt strong { display: block; margin-bottom: 12px; }
.tj-share-prompt__links { display: flex; justify-content: center; gap: 10px; }
.tj-share-prompt__links a { padding: 9px 16px; border-radius: 6px; background: #222; color: white; font-size: .78rem; font-weight: 700; text-decoration: none; }

.tj-affiliate-disclosure {
  padding: 13px 0;
  border-top: 1px solid #ddd8d0;
  background: #f4f1eb;
  color: #6d6962;
  font-family: "Noto Sans JP", sans-serif;
  font-size: .68rem;
  line-height: 1.7;
  text-align: center;
}

@media (max-width: 959px) {
  .tj-hero__inner { grid-template-columns: 1fr .7fr; min-height: 450px; }
  .tj-character { width: min(390px, 120%); }
  .tj-category-grid { grid-template-columns: repeat(2, 1fr); }
  .tj-latest-grid { grid-template-columns: repeat(2, 1fr); }
  .tj-latest-grid__lead { grid-column: span 2; }
  .tj-ranking__list { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 599px) {
  :root { --tj-shell: min(100% - 28px, 1120px); }
  .tj-hero__inner { display: block; min-height: auto; padding: 54px 0 55px; }
  .tj-hero h1 { font-size: clamp(2.75rem, 14vw, 4rem); }
  .tj-hero h1 em { text-decoration-thickness: 5px; }
  .tj-hero__lead { margin: 24px 0; font-size: .92rem; line-height: 1.8; }
  .tj-hero__visual { position: absolute; right: -90px; bottom: -20px; min-height: 0; opacity: .25; }
  .tj-character { position: relative; top: auto; left: auto; width: 290px; transform: none; }
  .tj-character-callout, .tj-speed-line { display: none; }
  .tj-categories, .tj-latest { padding-top: 60px; }
  .tj-category-grid { grid-template-columns: 1fr; }
  .tj-category { padding: 14px; }
  .tj-latest-grid { display: block; }
  .tj-latest-grid > div { margin-bottom: 18px; }
  .tj-latest-grid__lead .tj-card__title { font-size: 1.1rem; }
  .tj-card { display: grid; grid-template-columns: 38% 1fr; border-radius: 11px; }
  .tj-card__body { padding: 12px; }
  .tj-card__title { margin: 5px 0; font-size: .9rem; }
  .tj-card__excerpt { display: none !important; }
  .tj-card__saving { right: 5px; bottom: 5px; padding: 4px 6px; font-size: .6rem; }
  .tj-card__badge { top: 5px; left: 5px; padding: 4px 6px; font-size: .58rem; }
  .tj-ranking { padding: 60px 0; }
  .tj-ranking__list { display: block; }
  .tj-ranking__list > li { margin-bottom: 15px; }
  .tj-ranking__number { top: -8px; left: -6px; width: 35px; height: 35px; font-size: 1rem; }
  .tj-newsletter { display: block; padding: 22px; }
  .tj-newsletter > a { display: block; margin-top: 17px; text-align: center; }
  .tj-product { grid-template-columns: 100px 1fr; gap: 14px; padding: 15px; }
  .tj-product__buttons { grid-column: 1 / -1; grid-template-columns: 1fr; }
  .tj-product__button { display: block; }
}

/* Persistent personal time-value calculator. */
.tj-time-value {
  --tj-calculator-ink: #242424;
  margin: 2.5em 0;
  padding: clamp(20px, 4vw, 34px);
  border: 4px solid var(--tj-calculator-ink);
  border-radius: 4px;
  background: #fff8d8;
  box-shadow: 8px 8px 0 var(--tj-calculator-ink);
  color: var(--tj-calculator-ink);
}

.post_content .tj-time-value h2 {
  margin: 4px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--tj-calculator-ink);
  font-size: clamp(1.35rem, 3.5vw, 2rem);
}

.tj-time-value__header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.tj-time-value__eyebrow {
  display: inline-block;
  padding: 3px 8px;
  background: var(--tj-red);
  color: white;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.tj-time-value__jet {
  flex: 0 0 auto;
  padding: 8px 10px;
  border: 2px solid var(--tj-calculator-ink);
  background: var(--tj-yellow);
  font-size: .78rem;
  font-weight: 900;
  transform: rotate(1deg);
}

.tj-time-value__label {
  display: block;
  margin-bottom: 7px;
  font-weight: 900;
}

.tj-time-value__select {
  width: 100%;
  min-height: 52px;
  margin-bottom: 22px;
  padding: 10px 42px 10px 14px;
  border: 3px solid var(--tj-calculator-ink);
  border-radius: 2px;
  background: white;
  color: var(--tj-calculator-ink);
  font: inherit;
  font-weight: 700;
}

.tj-time-value__select:focus-visible {
  outline: 4px solid var(--tj-yellow);
  outline-offset: 2px;
}

.tj-time-value__results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 3px solid var(--tj-calculator-ink);
  border-left: 3px solid var(--tj-calculator-ink);
}

.tj-time-value__result {
  min-width: 0;
  padding: 16px;
  border-right: 3px solid var(--tj-calculator-ink);
  border-bottom: 3px solid var(--tj-calculator-ink);
  background: white;
}

.tj-time-value__result--money { background: var(--tj-red); color: white; }
.tj-time-value__result > span { display: block; margin-bottom: 6px; font-size: .78rem; font-weight: 700; }
.tj-time-value__result strong { display: block; font-size: clamp(1.5rem, 4vw, 2.25rem); font-weight: 900; line-height: 1.25; text-decoration: none !important; overflow-wrap: anywhere; }
.tj-time-value__result small { margin-left: 4px; font-size: .72rem; font-weight: 700; }
.tj-time-value__note { margin: 14px 0 0 !important; color: #555; font-size: .72rem; line-height: 1.7 !important; }

@media (max-width: 599px) {
  .tj-time-value { margin-right: 2px; padding: 18px 14px; box-shadow: 5px 5px 0 var(--tj-calculator-ink); }
  .tj-time-value__header { display: block; }
  .tj-time-value__jet { display: inline-block; margin-top: 12px; }
  .tj-time-value__results { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .tj-card__image img,
  .tj-button,
  .tj-category { transition: none; }
}

/* Japanese editorial-media treatment: bold type, dense information and handmade edges. */
body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.l-header {
  border-bottom: 4px solid #242424;
  box-shadow: none !important;
}

.tj-kicker {
  border-width: 3px;
  border-radius: 0;
  background: rgba(36, 36, 36, .16);
  box-shadow: 4px 4px 0 rgba(36, 36, 36, .35);
}

.tj-section-heading {
  position: relative;
  padding-bottom: 14px;
  border-bottom: 5px solid #242424;
}

.tj-section-heading::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 96px;
  height: 5px;
  background: var(--tj-red);
  content: "";
}

.tj-section-heading--light { border-bottom-color: white; }
.tj-section-heading--light::after { background: var(--tj-yellow); }

.tj-section-heading span {
  display: inline-block;
  padding: 3px 8px;
  background: var(--tj-yellow);
  color: #242424;
  letter-spacing: .08em;
  transform: rotate(-1deg);
}

.tj-section-heading--light span { background: var(--tj-yellow); color: #242424; }

.tj-latest {
  position: relative;
}

.tj-latest::before {
  position: absolute;
  z-index: -1;
  top: 46px;
  right: -60px;
  width: 190px;
  height: 52px;
  background: var(--tj-yellow);
  content: "検証中！";
  color: #242424;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 52px;
  text-align: center;
  transform: rotate(7deg);
}

.tj-card__badge {
  border: 2px solid white;
  box-shadow: 3px 3px 0 var(--tj-red);
}

.tj-card__saving {
  border: 2px solid white;
  box-shadow: 3px 3px 0 #242424;
}

.tj-card__title {
  font-weight: 900;
  letter-spacing: -.025em;
}

.tj-card__category {
  padding: 2px 6px;
  background: var(--tj-red);
  color: white;
}

.tj-ranking .tj-card {
  border: 3px solid white;
  box-shadow: 5px 5px 0 var(--tj-yellow);
}

.tj-product {
  border-width: 4px;
  border-radius: 4px;
  box-shadow: 7px 7px 0 #242424;
}

.tj-product__eyebrow {
  padding: 3px 8px;
  background: var(--tj-yellow);
  color: #242424;
  transform: rotate(-1deg);
}

.single-post .post_content,
.page .post_content {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.02rem;
  line-height: 2;
}

.single-post .post_content h2,
.page .post_content h2 {
  margin-top: 2.6em;
  padding: .72em .85em;
  border: 3px solid #242424;
  border-left: 12px solid var(--tj-yellow);
  border-radius: 0;
  background: var(--tj-red);
  box-shadow: 6px 6px 0 #242424;
  color: white;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  font-weight: 900;
  letter-spacing: -.03em;
}

.single-post .post_content h3,
.page .post_content h3 {
  margin-top: 2.1em;
  padding: .55em .2em .55em .75em;
  border-bottom: 4px solid #242424;
  border-left: 9px solid var(--tj-yellow);
  font-size: clamp(1.18rem, 2.4vw, 1.5rem);
  font-weight: 900;
}

.single-post .post_content blockquote,
.page .post_content blockquote {
  border: 3px solid #242424;
  border-radius: 0;
  background: #fff4b8;
  box-shadow: 5px 5px 0 #242424;
}

.single-post .post_content strong,
.page .post_content strong {
  text-decoration: underline;
  text-decoration-color: var(--tj-yellow);
  text-decoration-thickness: .45em;
  text-underline-offset: -.2em;
  text-decoration-skip-ink: none;
}

@media (max-width: 599px) {
  .tj-section-heading { align-items: start; }
  .tj-latest::before { display: none; }
  .single-post .post_content, .page .post_content { font-size: .96rem; line-height: 1.9; }
}
