/* Text/Tech Journals Manager 0.6.4 — poets-style journal covers and typography. */
:root {
  --ttj-ink: rgb(25, 25, 26);
  --ttj-paper: rgb(255, 138, 112);
  --ttj-rule: rgba(25, 25, 26, .28);
  --ttj-page-frame: 1200px;
  --ttj-page-content: 850px;
  --ttj-page-gutter: 20px;
}

/* Journals identity and footer palette. */
body.home .ttp-subsite-mark .elementor-heading-title {
  font-size: 0 !important;
}

body.home .ttp-subsite-mark .elementor-heading-title::after {
  content: "THE JOURNALS";
  display: inline;
  color: var(--ttj-paper) !important;
  font-family: "Neutral Sans Variable", sans-serif !important;
  font-size: 17.28px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: .11em !important;
  text-transform: uppercase;
  white-space: nowrap;
}

.elementor-location-footer .elementor-element-349d793 {
  background-color: var(--ttj-ink) !important;
}

.elementor-location-footer,
.elementor-location-footer h1,
.elementor-location-footer h2,
.elementor-location-footer h3,
.elementor-location-footer h4,
.elementor-location-footer h5,
.elementor-location-footer h6,
.elementor-location-footer p,
.elementor-location-footer li,
.elementor-location-footer a,
.elementor-location-footer a:visited,
.elementor-location-footer .elementor-heading-title,
.elementor-location-footer .elementor-widget-text-editor,
.elementor-location-footer .elementor-widget-text-editor * {
  color: var(--ttj-paper) !important;
}

.elementor-location-footer hr,
.elementor-location-footer [class*="divider"],
.elementor-location-footer [class*="separator"] {
  border-color: rgba(255, 138, 112, .38) !important;
}

.elementor-location-footer a:hover,
.elementor-location-footer a:focus-visible {
  color: var(--ttj-paper) !important;
  opacity: .72;
}

html body,
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6,
html body p,
html body a,
html body li,
html body strong,
html body em,
html body small,
html body label,
html body input,
html body textarea,
html body select,
html body button,
html body summary,
html body blockquote,
html body figcaption,
html body table,
html body caption,
html body th,
html body td,
html body code,
html body pre,
html body [class^="ttj-"],
html body [class*=" ttj-"],
html body .elementor-heading-title,
html body .elementor-widget-text-editor,
html body .elementor-widget-text-editor *,
html body .elementor-button,
html body .elementor-button *,
html body .elementor-nav-menu a {
  font-family: "Neutral Sans Variable", sans-serif !important;
}

.elementor-nav-menu a {
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

.home .ttp-tab h2,
.home .ttp-tab .elementor-heading-title {
  font-size: 28px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: -.0114em !important;
}

.home .ttp-hero h1,
.home .ttp-hero h1.elementor-heading-title {
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 1.04 !important;
  letter-spacing: -.025em !important;
}

/*
 * The journals homepage was cloned with its principal display title saved as
 * an h2, while the poets reference uses an h1. Match the specific Elementor
 * title widget instead of relying on the heading tag.
 */
body.page-id-24 .elementor-element-7c6775c1 .elementor-heading-title {
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 1.04 !important;
  letter-spacing: -.025em !important;
  text-align: center !important;
}

body.page-id-24 .elementor-element-19d0c3d7 .elementor-heading-title {
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: -.0167em !important;
  text-align: center !important;
}

.home .ttp-hero .elementor-widget-heading:not(.ttp-subsite-mark):not(.elementor-element-7c6775c1) h2,
.home .ttp-hero .elementor-widget-heading:not(.ttp-subsite-mark):not(.elementor-element-7c6775c1) .elementor-heading-title {
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: -.0167em !important;
}

.home .ttp-subsite-mark .elementor-heading-title {
  font-size: 17.28px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: .11em !important;
  text-transform: uppercase;
}

.home .ttp-home-divider {
  display: none !important;
}

.home .elementor-page .elementor-widget-text-editor p {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
}

.elementor-location-footer .elementor-widget-text-editor,
.elementor-location-footer .elementor-widget-text-editor p {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

/*
 * The poets site uses a 1200px page frame with an 850px editorial column.
 * Keep the coral page field full-bleed, but never let archive, single-item,
 * contributor, or native search content run across the browser window.
 */
.ttj-page-frame {
  box-sizing: border-box;
  width: min(100%, var(--ttj-page-frame));
  margin-inline: auto;
  padding-inline: var(--ttj-page-gutter);
}

.ttj-page-column,
body.search #content.site-main,
body.post-type-archive-ttj_item #content.site-main,
body.single-ttj_item #content.site-main,
body.post-type-archive-ttj_contributor #content.site-main,
body.single-ttj_contributor #content.site-main,
body.tax-ttj_item_type #content.site-main,
body.tax-ttj_subject #content.site-main {
  box-sizing: border-box;
  width: min(calc(100% - (2 * var(--ttj-page-gutter))), var(--ttj-page-content));
  max-width: var(--ttj-page-content);
  margin-inline: auto;
}

body.search #content.site-main,
body.post-type-archive-ttj_item #content.site-main,
body.single-ttj_item #content.site-main,
body.post-type-archive-ttj_contributor #content.site-main,
body.single-ttj_contributor #content.site-main,
body.tax-ttj_item_type #content.site-main,
body.tax-ttj_subject #content.site-main {
  padding: 20px 0 96px;
}

body.search #content .page-header,
body.post-type-archive-ttj_item #content .page-header,
body.post-type-archive-ttj_contributor #content .page-header,
body.tax-ttj_item_type #content .page-header,
body.tax-ttj_subject #content .page-header {
  margin: 0 0 20px;
}

body.search #content h1.entry-title,
body.post-type-archive-ttj_item #content h1.entry-title,
body.post-type-archive-ttj_contributor #content h1.entry-title,
body.tax-ttj_item_type #content h1.entry-title,
body.tax-ttj_subject #content h1.entry-title,
body.single-ttj_item #content h1.entry-title,
body.single-ttj_contributor #content h1.entry-title {
  margin: 0;
  color: var(--ttj-ink);
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 1.04 !important;
  letter-spacing: -.025em !important;
}

/* Native WordPress results become the same quiet, ruled list used elsewhere. */
body.search #content .page-content > article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px;
  gap: 12px 28px;
  align-items: start;
  margin: 0;
  padding: 30px 0;
  border-top: 1px solid var(--ttj-rule);
}

body.search #content .page-content > article:last-of-type {
  border-bottom: 1px solid var(--ttj-rule);
}

body.search #content article .entry-title {
  grid-column: 1;
  margin: 0;
  font-size: 28px !important;
  font-weight: 600 !important;
  line-height: 1.06 !important;
  letter-spacing: -.015em !important;
}

body.search #content article .entry-title a,
body.search #content article .entry-title a:visited {
  color: var(--ttj-ink);
  text-decoration: none;
}

body.search #content article > a:has(img) {
  grid-column: 2;
  grid-row: 1 / span 2;
}

body.search #content article img {
  display: block;
  width: 160px;
  height: 160px;
  object-fit: cover;
}

body.search #content article > p {
  grid-column: 1;
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  font-size: 17px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* Journal cards, tabs, filters, and action controls use the poets-site grammar. */
.ttj-section-tab {
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0 18px;
  padding: 14px 24px;
  border-radius: 0 12px 12px 0;
  background: var(--ttj-ink);
  color: var(--ttj-paper);
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.0125em;
}

.ttj-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px 30px;
}

.ttj-card {
  min-width: 0;
  margin: 0;
}

.ttj-card img {
  display: block;
  width: min(100%, 250px);
  height: auto;
  margin: 0 auto 14px;
}

.ttj-card h3 {
  margin: 0 0 6px;
  color: var(--ttj-ink);
  font-size: 1.03rem;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -.02em;
  overflow-wrap: anywhere;
}

.ttj-card p {
  margin: 0 0 12px;
  font-size: .96rem;
  font-weight: 400;
  line-height: 1.5;
}

.ttj-button,
.ttj-button:visited,
.ttj-pill,
.ttj-pill:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  box-sizing: border-box;
  border: 1px solid var(--ttj-ink);
  color: var(--ttj-ink);
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none !important;
}

.ttj-button {
  padding: 10px 16px;
  border-radius: 999px;
  background: transparent;
  text-transform: uppercase;
}

.ttj-button:hover,
.ttj-button:focus-visible {
  background: var(--ttj-ink);
  color: var(--ttj-paper);
}

.ttj-pill {
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: .74rem;
  font-weight: 600;
}

.ttj-edition-label {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 0 10px 10px 0;
  background: var(--ttj-ink);
  color: var(--ttj-paper);
  font-size: .78rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.ttj-details {
  margin: 18px 0 0;
}

.ttj-details > summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 52px;
  box-sizing: border-box;
  padding: 14px 48px 14px 16px;
  border-radius: 0 12px 12px 0;
  background: var(--ttj-ink);
  color: var(--ttj-paper);
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1;
  list-style: none;
  text-transform: uppercase;
  cursor: pointer;
}

.ttj-details > summary::-webkit-details-marker {
  display: none;
}

.ttj-details > summary::after {
  content: "+";
  position: absolute;
  right: 16px;
  font-size: 1.25rem;
  font-weight: 400;
}

.ttj-details[open] > summary::after {
  content: "−";
}

.ttj-details-body {
  padding: 24px 16px 10px;
  border-bottom: 1px solid var(--ttj-rule);
}

.ttj-pagination {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 54px;
  padding-top: 30px;
  border-top: 1px solid var(--ttj-rule);
}

.ttj-item-page {
  margin-top: 28px;
}

.ttj-introduction {
  max-width: 760px;
  margin: 30px 0 34px;
}

.ttj-introduction p {
  margin: 0 0 1.15em;
  font-size: 18px;
  line-height: 1.58;
}

.ttj-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0 38px;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--ttj-rule);
}

.ttj-contributors,
.ttj-contents {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ttj-contributors li,
.ttj-contents li {
  padding: 9px 0;
  border-top: 1px solid var(--ttj-rule);
  font-size: 16px;
  line-height: 1.45;
}

.ttj-contributors li:last-child,
.ttj-contents li:last-child {
  border-bottom: 1px solid var(--ttj-rule);
}

.ttj-contributors a,
.ttj-contributors a:visited {
  color: var(--ttj-ink);
  font-weight: 600;
}

.ttj-contributors span {
  opacity: .72;
}

.ttj-metadata {
  display: grid;
  grid-template-columns: minmax(130px, .35fr) minmax(0, 1fr);
  gap: 0;
  margin: 0;
}

.ttj-metadata dt,
.ttj-metadata dd {
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid var(--ttj-rule);
  font-size: 16px;
  line-height: 1.4;
}

.ttj-metadata dt {
  padding-right: 20px;
  font-weight: 600;
}

.ttj-metadata dt:last-of-type,
.ttj-metadata dd:last-of-type {
  border-bottom: 1px solid var(--ttj-rule);
}

/* Journal-specific homepage. */
.ttj-homepage {
  box-sizing: border-box;
  width: min(100%, 984px);
  margin-inline: auto;
  padding: 0 20px 96px;
  color: var(--ttj-ink);
}

.ttj-homepage a,
.ttj-homepage a:visited {
  color: inherit;
  text-decoration: none;
}

.ttj-home-header {
  display: block;
}

.ttj-home-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  height: 65px;
}

.ttj-home-nav a,
.ttj-home-nav a:visited {
  color: var(--ttj-ink);
  padding: 8px 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .15px;
  text-transform: uppercase;
  white-space: nowrap;
}

.ttj-home-nav a:hover,
.ttj-home-nav a:focus-visible,
.ttj-home-nav a[aria-current="page"] {
  opacity: .64;
}

.ttj-home-mobile-nav {
  display: none;
}

.ttj-home-brand-tab {
  display: flex;
  align-items: center;
  width: 390px;
  height: 52px;
  margin-top: 13px;
  box-sizing: border-box;
  padding: 12px 28px;
  border-radius: 15px 0 0 15px;
  background: var(--ttj-ink);
  color: var(--ttj-paper);
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.0114em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ttj-home-hero {
  height: 290px;
  box-sizing: border-box;
  margin-top: 13px;
  padding: 64px 32px 54px;
  border-radius: 16px 0 0 16px;
  background: var(--ttj-ink);
  color: var(--ttj-paper);
  text-align: center;
}

.ttj-home-hero h1 {
  margin: 0 0 20px;
  color: inherit;
  font-size: clamp(44px, 5vw, 60px) !important;
  font-weight: 500 !important;
  line-height: 1.04 !important;
  letter-spacing: -1.5px !important;
}

.ttj-home-hero > p {
  margin: 0;
  color: inherit;
  font-size: clamp(18px, 2.15vw, 24px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.4px;
}

.ttj-home-hero-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 38px;
  font-size: 17.28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.9008px;
  text-transform: uppercase;
}

.ttj-home-hero-mark strong {
  font-weight: 700;
}

.ttj-home-hero-mark span {
  width: 64px;
  height: 11px;
  border-radius: 5px;
  background: linear-gradient(
    to right,
    var(--ttj-paper) 0,
    var(--ttj-paper) 72%,
    transparent 72%,
    transparent 82%,
    var(--ttj-paper) 82%,
    var(--ttj-paper) 100%
  );
}

.ttj-home-hero-mark span:first-child {
  transform: scaleX(-1);
}

.ttj-home-introduction,
.ttj-home-section,
.ttj-home-search {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
}

.ttj-home-introduction {
  margin-top: 50px;
  margin-bottom: 76px;
}

.ttj-home-introduction > p {
  margin: 0 0 27px;
  font-size: 18px;
  line-height: 1.55;
}

.ttj-home-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 30px;
}

.ttj-home-primary,
.ttj-home-primary:visited {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  padding: 12px 18px;
  border-radius: 5px;
  background: var(--ttj-ink);
  color: var(--ttj-paper) !important;
  font-size: 13.6px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.ttj-home-secondary,
.ttj-home-text-link {
  display: inline-block;
  padding: 0;
  border: 0;
  font-size: 13.12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.ttj-home-section {
  margin-bottom: 78px;
}

.ttj-homepage .ttj-home-section-tab {
  display: flex;
  align-items: center;
  width: max-content;
  min-width: 0;
  min-height: 42px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0 19px;
  padding: 10px 18px;
  border-radius: 0 10px 10px 0;
  background: var(--ttj-ink);
  color: var(--ttj-paper);
  font-size: 13.76px !important;
  font-weight: 700 !important;
  line-height: 13.76px !important;
  letter-spacing: normal !important;
  text-transform: uppercase;
  transform: translateX(-30px);
}

.ttj-home-feature {
  display: grid;
  grid-template-columns: minmax(220px, .891fr) minmax(0, 1fr);
  gap: 46px;
  align-items: start;
  width: calc(100% + 60px);
  max-width: 1024px;
}

.ttj-home-feature-mark,
.ttj-home-feature-mark:visited {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  aspect-ratio: 683 / 1024;
  box-sizing: border-box;
  padding: 28px 24px;
  background: var(--ttj-ink);
  color: var(--ttj-paper) !important;
  text-transform: uppercase;
}

.ttj-home-feature-image-link,
.ttj-home-feature-image-link:visited {
  display: block;
  aspect-ratio: 683 / 1024;
  overflow: hidden;
  background: var(--ttj-ink);
}

.ttj-home-feature-image,
.ttj-home-edition-image,
.ttj-archive-cover-image,
.ttj-item-cover-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ttj-home-feature-mark strong {
  font-family: Georgia, serif !important;
  font-size: clamp(30px, 5vw, 52px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: .04em;
  overflow-wrap: anywhere;
}

.ttj-home-feature-mark span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
}

.ttj-home-eyebrow {
  margin: 0 0 10px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .14em;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.ttj-homepage .ttj-home-feature-copy h2 {
  margin: 0 0 14px;
  color: inherit;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 48.96px !important;
  letter-spacing: -.4px !important;
}

.ttj-home-feature-meta {
  margin: 0 0 18px;
  font-size: 15.2px;
  font-weight: 600;
  line-height: 18.24px;
}

.ttj-home-feature-copy > p,
.ttj-home-about > div p {
  margin: 0 0 24.192px;
  font-size: 17.28px;
  font-weight: 400;
  line-height: 25.92px;
}

.ttj-home-feature-button,
.ttj-home-feature-button:visited {
  display: inline-block;
  margin-top: 8px;
  padding: 12px 18px;
  border-radius: 5px;
  background: var(--ttj-ink);
  color: var(--ttj-paper) !important;
  font-size: 13.6px;
  font-weight: 700;
  line-height: 13.6px;
  text-transform: uppercase;
}

.ttj-home-search h2,
.ttj-home-about > div h2 {
  margin: 0 0 18px;
  color: inherit;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.4px;
}

.ttj-home-heading-row {
  display: block;
  padding: 0;
  border: 0;
}

.ttj-homepage .ttj-home-heading-row h2 {
  display: flex;
  align-items: center;
  width: max-content;
  min-height: 42px;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 18px;
  border-radius: 0 10px 10px 0;
  background: var(--ttj-ink);
  color: var(--ttj-paper);
  font-size: 13.76px !important;
  font-weight: 700 !important;
  line-height: 13.76px !important;
  letter-spacing: normal !important;
  text-transform: uppercase;
  transform: translateX(-30px);
}

.ttj-home-editions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 260px));
  justify-content: space-between;
  gap: 54px 40px;
  padding-top: 20px;
}

.ttj-home-edition {
  min-width: 0;
}

.ttj-home-edition-mark,
.ttj-home-edition-mark:visited {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  aspect-ratio: 683 / 1024;
  box-sizing: border-box;
  margin-bottom: 0;
  padding: 24px 18px;
  background: var(--ttj-ink);
  color: var(--ttj-paper) !important;
  text-transform: uppercase;
}

.ttj-home-edition-image-link,
.ttj-home-edition-image-link:visited {
  display: block;
  aspect-ratio: 683 / 1024;
  overflow: hidden;
  background: var(--ttj-ink);
}

.ttj-home-edition-mark strong {
  font-family: Georgia, serif !important;
  font-size: clamp(21px, 2.7vw, 30px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: .03em;
  overflow-wrap: anywhere;
}

.ttj-home-edition-mark span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.3;
}

.ttj-homepage .ttj-home-edition h3 {
  margin: 18px 0 6px;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 25.92px !important;
  letter-spacing: -.32px !important;
}

.ttj-home-edition-type {
  margin: 0 0 12px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 14px !important;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.ttj-home-edition > p:not(.ttj-home-edition-type) {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.2px;
}

.ttj-home-edition .ttj-home-text-link {
  margin-top: 4px;
  font-size: 13.12px;
  line-height: 13.12px;
}

.ttj-home-catalogue-cta {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 30px 0 64px;
}

.ttj-home-catalogue-cta a,
.ttj-home-catalogue-cta a:visited {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  border: 1px solid var(--ttj-ink);
  border-radius: 999px;
  color: var(--ttj-ink);
  font-size: 13.12px;
  font-weight: 700;
  line-height: 13.12px;
  text-transform: uppercase;
}

.ttj-home-directory {
  border-top: 2px solid var(--ttj-ink);
}

.ttj-home-directory > a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 4px;
  border-bottom: 1px solid var(--ttj-rule);
}

.ttj-home-directory strong {
  font-family: Georgia, serif !important;
  font-size: 23px;
  font-weight: 400;
}

.ttj-home-directory span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ttj-home-explore {
  border-bottom: 2px solid var(--ttj-ink);
}

.ttj-home-explore > a {
  display: grid;
  grid-template-columns: minmax(170px, .7fr) minmax(0, 1.5fr) 24px;
  gap: 24px;
  align-items: center;
  padding: 22px 0;
  border-top: 1px solid var(--ttj-rule);
}

.ttj-home-explore strong {
  font-size: 20px;
  font-weight: 600;
}

.ttj-home-explore span {
  font-size: 16px;
  line-height: 1.4;
}

.ttj-home-explore b {
  font-size: 24px;
  font-weight: 400;
}

.ttj-home-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 1fr);
  gap: 36px;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 78px;
  padding: 42px;
  background: var(--ttj-ink);
  color: var(--ttj-paper);
}

.ttj-home-search form {
  display: flex;
}

.ttj-home-search input[type="search"] {
  min-width: 0;
  min-height: 50px;
  flex: 1;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  padding: 0 14px;
  background: rgb(255, 181, 164);
  color: var(--ttj-ink);
  font-size: 16px;
}

.ttj-home-search button {
  min-height: 50px;
  box-sizing: border-box;
  border: 2px solid var(--ttj-paper);
  border-radius: 0;
  padding: 0 16px;
  background: var(--ttj-ink);
  color: var(--ttj-paper);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.ttj-home-about > div {
  max-width: 720px;
}

/* Generated archives, taxonomies, contributor results, and journal search. */
.ttj-dynamic-archive {
  box-sizing: border-box;
  width: min(calc(100% - (2 * var(--ttj-page-gutter))), var(--ttj-page-frame)) !important;
  max-width: var(--ttj-page-frame) !important;
  margin-inline: auto;
  padding: 20px 0 104px !important;
  color: var(--ttj-ink);
}

.ttj-archive-header,
.ttj-archive-tools {
  width: min(100%, var(--ttj-page-content));
  margin-inline: auto;
}

.ttj-archive-header h1 {
  margin: 0 0 22px;
  color: var(--ttj-ink);
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 1.04 !important;
  letter-spacing: -.025em !important;
  text-transform: uppercase;
}

.ttj-archive-intro {
  max-width: 830px;
  margin-bottom: 42px;
}

.ttj-archive-intro p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
}

.ttj-archive-tools {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, 1fr) auto;
  gap: 12px;
  align-items: end;
  box-sizing: border-box;
  margin-bottom: 56px;
  padding: 20px;
  border: 1px solid var(--ttj-rule);
  border-radius: 14px;
  background: rgba(255, 255, 255, .14);
}

.ttj-archive-tools label {
  display: grid;
  gap: 7px;
  margin: 0;
}

.ttj-archive-tools label > span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .04em;
}

.ttj-archive-tools input,
.ttj-archive-tools select {
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  margin: 0;
  padding: 0 14px;
  border: 1px solid var(--ttj-ink);
  border-radius: 7px;
  background: rgba(255, 255, 255, .78);
  color: var(--ttj-ink);
  font-size: 16px;
}

.ttj-archive-tool-actions {
  display: flex;
  gap: 8px;
}

.ttj-archive-tool-actions button,
.ttj-archive-tool-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  box-sizing: border-box;
  padding: 0 17px;
  border: 1px solid var(--ttj-ink);
  border-radius: 999px;
  background: transparent;
  color: var(--ttj-ink);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.ttj-archive-tool-actions button:hover,
.ttj-archive-tool-actions button:focus-visible,
.ttj-archive-tool-actions a:hover,
.ttj-archive-tool-actions a:focus-visible {
  background: var(--ttj-ink);
  color: var(--ttj-paper);
}

.ttj-archive-count {
  grid-column: 1 / -1;
  margin: 2px 0 0;
  font-size: 14px;
  font-weight: 700;
}

.ttj-archive-section-title {
  display: inline-block;
  min-width: 300px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0 34px;
  padding: 13px 25px;
  border-radius: 0 12px 12px 0;
  background: var(--ttj-ink);
  color: var(--ttj-paper);
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.0125em;
}

.ttj-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 54px 46px;
  padding: 28px 20px 0;
  border-top: 18px solid var(--ttj-ink);
}

.ttj-archive-card {
  min-width: 0;
  margin: 0;
}

.ttj-archive-card a,
.ttj-archive-card a:visited {
  color: inherit;
  text-decoration: none;
}

.ttj-archive-cover,
.ttj-archive-cover:visited {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  aspect-ratio: .72;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 24px 20px;
  background: var(--ttj-ink);
  color: var(--ttj-paper) !important;
  text-transform: uppercase;
}

.ttj-archive-cover-image-link,
.ttj-archive-cover-image-link:visited {
  display: block;
  aspect-ratio: .72;
  margin-bottom: 20px;
  overflow: hidden;
  background: var(--ttj-ink);
}

.ttj-archive-cover-kicker,
.ttj-archive-cover-date {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .13em;
}

.ttj-archive-cover strong {
  font-size: clamp(27px, 3.4vw, 42px);
  font-weight: 500;
  line-height: .95;
  letter-spacing: -.03em;
  overflow-wrap: anywhere;
}

.ttj-archive-eyebrow {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.ttj-archive-card h2 {
  margin: 0 0 10px;
  color: var(--ttj-ink);
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.12 !important;
  letter-spacing: -.018em !important;
}

.ttj-archive-summary {
  display: -webkit-box;
  margin: 0 0 14px;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.48;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.ttj-archive-view {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 2px solid currentColor;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.ttj-dynamic-archive .navigation.pagination {
  margin: 70px 0 0;
  padding-top: 24px;
  border-top: 2px solid var(--ttj-ink);
}

.ttj-dynamic-archive .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.ttj-dynamic-archive .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  box-sizing: border-box;
  padding: 8px 12px;
  border: 1px solid var(--ttj-ink);
  border-radius: 999px;
  color: var(--ttj-ink);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.ttj-dynamic-archive .page-numbers.current,
.ttj-dynamic-archive .page-numbers:hover,
.ttj-dynamic-archive .page-numbers:focus-visible {
  background: var(--ttj-ink);
  color: var(--ttj-paper);
}

.ttj-archive-empty {
  width: min(100%, var(--ttj-page-content));
  margin-inline: auto;
  padding: 38px 0;
  border-top: 2px solid var(--ttj-ink);
  border-bottom: 1px solid var(--ttj-rule);
}

/* Individual journal pages mirror the poets site's two-column book layout. */
body.single-ttj_item #content.site-main {
  display: grid;
  grid-template-columns: minmax(280px, 350px) minmax(0, 1fr);
  gap: 0 80px;
  align-items: start;
  width: min(calc(100% - 40px), var(--ttj-page-frame)) !important;
  max-width: var(--ttj-page-frame) !important;
  padding: 40px 0 104px !important;
}

body.single-ttj_item #content .page-header {
  grid-column: 2;
  margin: 0 0 22px;
}

body.single-ttj_item #content h1.entry-title {
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 1.04 !important;
  letter-spacing: -.025em !important;
}

body.single-ttj_item #content .page-content,
body.single-ttj_item #content .ttj-item-page {
  display: contents;
}

body.single-ttj_item #content .ttj-item-page > :not(.ttj-item-cover) {
  grid-column: 2;
}

.ttj-item-cover {
  position: sticky;
  top: 28px;
  grid-column: 1;
  grid-row: 1 / span 8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  aspect-ratio: .69;
  box-sizing: border-box;
  padding: 30px 26px;
  background: var(--ttj-ink);
  color: var(--ttj-paper);
  text-transform: uppercase;
}

.ttj-item-cover--image {
  padding: 0;
  overflow: hidden;
  background: transparent;
  text-transform: none;
}

.ttj-item-cover-kicker,
.ttj-item-cover-date {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .14em;
}

.ttj-item-cover strong {
  font-size: clamp(36px, 4.25vw, 56px);
  font-weight: 500;
  line-height: .92;
  letter-spacing: -.04em;
  overflow-wrap: anywhere;
}

.ttj-item-cover-title {
  padding-top: 18px;
  border-top: 1px solid currentColor;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -.01em;
}

body.single-ttj_item .ttj-item-page > p:first-of-type {
  margin: 0 0 6px;
}

body.single-ttj_item .ttj-introduction {
  max-width: none;
  margin: 24px 0 30px;
}

body.single-ttj_item .ttj-introduction p {
  font-size: 18px !important;
  line-height: 1.5 !important;
}

body.single-ttj_item .ttj-actions {
  margin-top: 12px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  body.single-ttj_item #content.site-main {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 0 40px;
  }

  body.single-ttj_item #content h1.entry-title {
    font-size: clamp(42px, 5.4vw, 54px) !important;
  }

  .ttj-archive-grid {
    gap: 46px 28px;
  }
}

@media (max-width: 767px) {
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  body {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
  }

  .ttj-page-frame {
    padding-left: max(16px, env(safe-area-inset-left));
    padding-right: max(16px, env(safe-area-inset-right));
  }

  .ttj-page-column,
  body.search #content.site-main,
  body.post-type-archive-ttj_item #content.site-main,
  body.single-ttj_item #content.site-main,
  body.post-type-archive-ttj_contributor #content.site-main,
  body.single-ttj_contributor #content.site-main,
  body.tax-ttj_item_type #content.site-main,
  body.tax-ttj_subject #content.site-main {
    width: calc(100% - 32px);
    padding-top: 12px;
    padding-bottom: 64px;
  }

  body.search #content h1.entry-title,
  body.post-type-archive-ttj_item #content h1.entry-title,
  body.post-type-archive-ttj_contributor #content h1.entry-title,
  body.tax-ttj_item_type #content h1.entry-title,
  body.tax-ttj_subject #content h1.entry-title,
  body.single-ttj_item #content h1.entry-title,
  body.single-ttj_contributor #content h1.entry-title {
    font-size: clamp(2.35rem, 11vw, 3rem) !important;
    line-height: 1 !important;
  }

  body.search #content .page-content > article {
    grid-template-columns: minmax(0, 1fr) 92px;
    gap: 10px 18px;
    padding: 24px 0;
  }

  body.search #content article .entry-title {
    font-size: 1.45rem !important;
  }

  body.search #content article img {
    width: 92px;
    height: 92px;
  }

  .elementor-location-header .ttp-wide,
  .home .ttp-wide {
    box-sizing: border-box;
    width: 100% !important;
    margin-inline: 0 !important;
    padding-left: max(16px, env(safe-area-inset-left)) !important;
    padding-right: max(16px, env(safe-area-inset-right)) !important;
  }

  .elementor-location-header .ttp-tab,
  .home .ttp-tab {
    box-sizing: border-box;
    max-width: calc(100% - 58px);
    padding: 11px 14px !important;
  }

  .elementor-location-header .ttp-tab h2,
  .elementor-location-header .ttp-tab .elementor-heading-title,
  .home .ttp-tab h2,
  .home .ttp-tab .elementor-heading-title {
    font-size: .9rem !important;
    line-height: 1.05 !important;
    letter-spacing: .01em !important;
  }

  .elementor-location-header .elementor-menu-toggle,
  .home .elementor-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: 10px !important;
  }

  .elementor-location-header .elementor-nav-menu--dropdown a,
  .home .elementor-nav-menu--dropdown a {
    display: flex;
    align-items: center;
    min-height: 48px;
    box-sizing: border-box;
  }

  .home .ttp-hero {
    min-height: 430px;
    padding: 54px 18px !important;
  }

  .home .ttp-hero h1,
  .home .ttp-hero h1.elementor-heading-title {
    font-size: clamp(2.45rem, 11.5vw, 3.1rem) !important;
    line-height: .98 !important;
    letter-spacing: -.035em !important;
    text-align: center !important;
  }

  body.home.page-id-24 .ttp-hero .elementor-element-7c6775c1 .elementor-heading-title {
    font-size: clamp(2.45rem, 11.5vw, 3.1rem) !important;
    line-height: .98 !important;
    letter-spacing: -.035em !important;
    text-align: center !important;
    text-wrap: balance;
  }

  body.page-id-24 .elementor-element-19d0c3d7 .elementor-heading-title {
    font-size: 1.08rem !important;
    line-height: 1.25 !important;
    letter-spacing: -.0167em !important;
    text-align: center !important;
    text-wrap: balance;
  }

  .home .ttp-hero .elementor-widget-heading:not(.ttp-subsite-mark):not(.elementor-element-7c6775c1) h2,
  .home .ttp-hero .elementor-widget-heading:not(.ttp-subsite-mark):not(.elementor-element-7c6775c1) .elementor-heading-title {
    font-size: 1.08rem !important;
    line-height: 1.25 !important;
    text-wrap: balance;
  }

  .home .ttp-home-divider + .e-con-boxed {
    padding: 34px 20px !important;
  }

  .home .elementor-page .elementor-widget-text-editor p {
    font-size: 1.03rem !important;
    line-height: 1.58 !important;
  }

  .ttj-grid {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 46px;
  }

  .ttj-card {
    width: 100%;
    max-width: 290px;
  }

  .ttj-section-tab {
    padding: 12px 16px;
    font-size: clamp(1.28rem, 6.5vw, 1.65rem);
    line-height: 1.08;
  }

  .ttj-pagination {
    grid-template-columns: minmax(0, 1fr);
  }

  .ttj-introduction p {
    font-size: 1.03rem;
    line-height: 1.58;
  }

  .ttj-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .ttj-actions .ttj-button {
    width: 100%;
  }

  .ttj-metadata {
    grid-template-columns: minmax(0, 1fr);
  }

  .ttj-metadata dt {
    padding-bottom: 2px;
    border-bottom: 0;
  }

  .ttj-metadata dd {
    padding-top: 2px;
    border-top: 0;
  }

  input:not([type="checkbox"]):not([type="radio"]),
  select,
  textarea,
  button,
  .elementor-button {
    font-size: 16px !important;
  }

  button,
  .elementor-button {
    min-height: 44px;
  }

  .elementor-location-footer {
    padding-top: 48px !important;
  }

  .elementor-location-footer .e-con-inner {
    box-sizing: border-box;
    padding-inline: 18px;
  }

  .ttj-homepage {
    width: calc(100% - 32px);
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 64px;
  }

  .ttj-home-nav {
    display: none;
  }

  .ttj-home-mobile-nav {
    position: relative;
    display: block;
    height: 56px;
  }

  .ttj-home-mobile-nav > summary {
    position: absolute;
    top: 7px;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 76px;
    min-height: 42px;
    box-sizing: border-box;
    padding: 10px 14px;
    border: 1px solid var(--ttj-ink);
    border-radius: 999px;
    color: var(--ttj-ink);
    font-size: 12px;
    font-weight: 700;
    list-style: none;
    text-transform: uppercase;
    cursor: pointer;
  }

  .ttj-home-mobile-nav > summary::-webkit-details-marker {
    display: none;
  }

  .ttj-home-mobile-nav[open] > summary {
    background: var(--ttj-ink);
    color: var(--ttj-paper);
  }

  .ttj-home-mobile-nav > div {
    position: absolute;
    z-index: 20;
    top: 54px;
    left: 0;
    display: grid;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 16px;
    background: var(--ttj-ink);
  }

  .ttj-home-mobile-nav:not([open]) > div {
    display: none;
  }

  .ttj-home-mobile-nav > div a {
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 138, 112, .32);
    color: var(--ttj-paper) !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .ttj-home-brand-tab {
    min-width: 0;
    width: auto;
    max-width: calc(100% - 58px);
    height: auto;
    padding: 11px 14px;
    font-size: .9rem;
    line-height: 1.05;
    letter-spacing: .01em;
  }

  .ttj-home-hero {
    height: auto;
    min-height: 430px;
    padding: 54px 18px;
  }

  .ttj-home-hero h1 {
    font-size: clamp(2.45rem, 11.5vw, 3.1rem) !important;
    line-height: .98 !important;
    letter-spacing: -.035em !important;
  }

  .ttj-home-hero > p {
    font-size: 1.08rem;
    line-height: 1.25;
    letter-spacing: -.0167em;
  }

  .ttj-home-hero-mark {
    gap: 16px;
    margin-top: 30px;
    font-size: 17.28px;
  }

  .ttj-home-hero-mark span {
    width: 64px;
    height: 11px;
  }

  .ttj-home-introduction {
    margin-top: 36px;
    margin-bottom: 56px;
  }

  .ttj-home-introduction,
  .ttj-home-section,
  .ttj-home-search {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .ttj-home-introduction > p {
    font-size: 1.03rem;
  }

  .ttj-home-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .ttj-home-section,
  .ttj-home-search {
    margin-bottom: 58px;
  }

  .ttj-homepage .ttj-home-section-tab {
    min-width: 0;
    width: max-content;
    padding: 10px 18px;
    font-size: 13.76px !important;
    transform: none;
  }

  .ttj-home-feature,
  .ttj-home-editions,
  .ttj-home-search {
    grid-template-columns: minmax(0, 1fr);
  }

  .ttj-home-feature {
    gap: 28px;
    width: 100%;
    max-width: none;
  }

  .ttj-home-feature-mark,
  .ttj-home-feature-image-link {
    width: 280px;
    max-width: 100%;
    margin-inline: auto;
  }

  .ttj-homepage .ttj-home-feature-copy h2 {
    font-size: 36.8px !important;
    font-weight: 600 !important;
    line-height: 37.904px !important;
    letter-spacing: -.92px !important;
  }

  .ttj-home-feature-copy > p {
    font-size: 16px;
    line-height: 24px;
  }

  .ttj-home-editions {
    justify-content: stretch;
    gap: 34px;
  }

  .ttj-home-edition {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    column-gap: 18px;
  }

  .ttj-home-edition-mark,
  .ttj-home-edition-image-link {
    grid-row: 1 / span 5;
    margin: 0;
  }

  .ttj-home-edition-mark {
    padding: 16px 11px;
  }

  .ttj-home-edition-mark strong {
    font-size: 17px;
  }

  .ttj-home-edition > p:not(.ttj-home-edition-type) {
    font-size: 13px;
  }

  .ttj-homepage .ttj-home-heading-row h2 {
    font-size: 13.76px !important;
    transform: none;
  }

  .ttj-home-directory strong {
    font-size: 18px;
  }

  .ttj-home-directory span {
    font-size: 10px;
  }

  .ttj-home-explore > a {
    grid-template-columns: minmax(0, 1fr) 18px;
    gap: 8px 18px;
  }

  .ttj-home-explore span {
    grid-column: 1 / -1;
    font-size: 13px;
  }

  .ttj-home-explore b {
    grid-column: 2;
    grid-row: 1;
  }

  .ttj-home-search {
    gap: 22px;
    padding: 28px 20px;
  }

  .ttj-home-search form {
    flex-direction: column;
  }

  .ttj-dynamic-archive {
    width: calc(100% - 32px) !important;
    padding-top: 12px !important;
    padding-bottom: 64px !important;
  }

  .ttj-archive-header h1 {
    margin-bottom: 18px;
    font-size: clamp(2.35rem, 11vw, 3rem) !important;
    line-height: 1 !important;
  }

  .ttj-archive-intro {
    margin-bottom: 30px;
  }

  .ttj-archive-intro p {
    font-size: 16px;
    line-height: 1.5;
  }

  .ttj-archive-tools {
    grid-template-columns: minmax(0, 1fr);
    margin-bottom: 44px;
    padding: 18px;
  }

  .ttj-archive-tool-actions {
    margin-top: 4px;
  }

  .ttj-archive-tool-actions button,
  .ttj-archive-tool-actions a {
    flex: 1;
  }

  .ttj-archive-section-title {
    min-width: 0;
    width: 88%;
    margin-bottom: 24px;
    padding: 12px 16px;
    font-size: 22px;
  }

  .ttj-archive-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 46px;
    padding: 24px 0 0;
    border-top-width: 13px;
  }

  .ttj-archive-card {
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr);
    column-gap: 18px;
    align-content: start;
  }

  .ttj-archive-cover,
  .ttj-archive-cover-image-link {
    grid-row: 1 / span 5;
    margin: 0;
  }

  .ttj-archive-cover {
    padding: 16px 11px;
  }

  .ttj-archive-cover-kicker,
  .ttj-archive-cover-date {
    font-size: 7px;
  }

  .ttj-archive-cover strong {
    font-size: 18px;
  }

  .ttj-archive-card h2 {
    font-size: 18px !important;
  }

  .ttj-archive-summary {
    font-size: 13px;
    -webkit-line-clamp: 5;
  }

  body.single-ttj_item #content.site-main {
    display: block;
    width: calc(100% - 32px) !important;
    max-width: none !important;
    padding-top: 12px !important;
    padding-bottom: 64px !important;
  }

  body.single-ttj_item #content .page-header,
  body.single-ttj_item #content .page-content,
  body.single-ttj_item #content .ttj-item-page {
    display: block;
  }

  body.single-ttj_item #content h1.entry-title {
    font-size: clamp(2.35rem, 11vw, 3rem) !important;
    line-height: 1 !important;
  }

  .ttj-item-cover {
    position: static;
    width: min(78%, 280px);
    margin: 24px 0 32px;
    padding: 24px 20px;
  }

  .ttj-item-cover strong {
    font-size: clamp(30px, 10vw, 42px);
  }

  body.single-ttj_item .ttj-introduction {
    margin-top: 24px;
  }

  body.single-ttj_item .ttj-introduction p {
    font-size: 16px !important;
    line-height: 1.55 !important;
  }
}
