.resources-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(72px, 10vw, 118px) 0 96px;
}

.resources-hero {
  display: grid;
  gap: 18px;
  max-width: 820px;
}

.resources-hero h1 {
  margin: 0;
  color: #0b1020;
  font-size: clamp(2.35rem, 5.2vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.resources-hero p {
  margin: 0;
  max-width: 720px;
  color: #536071;
  font-size: clamp(1rem, 1.5vw, 1.14rem);
  line-height: 1.7;
}

.resource-section {
  margin-top: 42px;
}

.resource-section h2 {
  margin: 0 0 16px;
  color: #111318;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.18;
}

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

.resource-card,
.resource-link-card {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(17, 19, 24, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 60px -48px rgba(15, 23, 42, 0.5);
  color: inherit;
  text-decoration: none;
}

.resource-card:hover,
.resource-link-card:hover {
  border-color: rgba(37, 99, 235, 0.24);
  transform: translateY(-2px);
}

.resource-card .eyebrow,
.resource-link-card .eyebrow {
  margin: 0;
  color: #2563eb;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.resource-card h3,
.resource-link-card h3 {
  margin: 0;
  color: #111827;
  font-size: 1.1rem;
  line-height: 1.24;
}

.resource-card p,
.resource-link-card p {
  margin: 0;
  color: #5d6675;
  font-size: 0.95rem;
  line-height: 1.58;
}

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

.resource-link-card {
  grid-template-columns: 96px 1fr;
  align-items: center;
}

.resource-link-card img {
  width: 96px;
  height: 72px;
  border-radius: 12px;
  object-fit: cover;
  background: #eef2f7;
}

.resource-note {
  margin-top: 28px;
  padding: 18px 20px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 16px;
  background: rgba(239, 246, 255, 0.72);
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.62;
}

.resource-article-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(56px, 8vw, 92px) 0 104px;
}

.resource-article {
  display: grid;
  gap: 34px;
}

.resource-article-hero {
  display: grid;
  gap: 16px;
  max-width: 860px;
}

.resource-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: #64748b;
  font-size: 0.9rem;
}

.resource-breadcrumb a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 700;
}

.resource-article-hero h1 {
  margin: 0;
  color: #0b1020;
  font-size: clamp(2.35rem, 5vw, 4.65rem);
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.resource-article-dek {
  margin: 0;
  max-width: 780px;
  color: #475569;
  font-size: clamp(1.04rem, 1.5vw, 1.2rem);
  line-height: 1.72;
}

.resource-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.resource-article-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 999px;
  background: rgba(239, 246, 255, 0.86);
  color: #1d4ed8;
  font-size: 0.84rem;
  font-weight: 800;
}

.resource-article-summary {
  display: grid;
  gap: 8px;
  max-width: 780px;
  margin-top: 8px;
  padding: 18px 20px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 18px;
  background: #eff6ff;
}

.resource-article-summary strong {
  color: #1d4ed8;
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.resource-article-summary p {
  margin: 0;
  color: #172033;
  line-height: 1.62;
}

.resource-article-figure {
  display: grid;
  gap: 10px;
  width: min(860px, 100%);
  margin: 0;
  justify-self: center;
}

.resource-article-figure-wide {
  width: min(980px, 100%);
}

.resource-article-section-image {
  margin: 8px 0 4px;
}

.resource-article-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 30px 80px -54px rgba(15, 23, 42, 0.55);
}

.resource-article-figure figcaption {
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.55;
}

.resource-article-toc,
.resource-article > section {
  width: min(860px, 100%);
  justify-self: center;
}

.resource-guide-meta,
.resource-tldr,
.resource-editorial-output {
  padding: 22px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(239,246,255,0.8));
}

.resource-editorial-output summary {
  cursor: pointer;
  color: #0f172a;
  font-size: 1.05rem;
  font-weight: 850;
}

.resource-editorial-output .resource-meta-grid {
  margin-top: 16px;
}

.resource-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.resource-meta-grid article {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
}

.resource-meta-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #1d4ed8;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.resource-direct-answer {
  padding: 16px 18px;
  border-left: 4px solid #2563eb;
  border-radius: 14px;
  background: #eff6ff;
  color: #1f2a44 !important;
}

.resource-video-brief {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(280px, 0.62fr);
  gap: 18px;
  align-items: stretch;
  padding: clamp(18px, 3vw, 24px);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 18px;
  background: #ffffff;
}

.resource-video-copy {
  display: grid;
  align-content: start;
  gap: 12px;
}

.resource-video-copy .kicker {
  margin: 0;
  color: #2563eb;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.resource-video-copy h2 {
  margin: 0;
}

.resource-video-copy ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}

.resource-video-copy a {
  width: fit-content;
  color: #1d4ed8;
  font-weight: 800;
  text-decoration: none;
}

.resource-video-frame {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 16px;
  background: #0f172a;
}

.resource-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.resource-article-toc {
  padding: 20px;
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
}

.resource-article-toc h2,
.resource-article section h2 {
  margin: 0;
  color: #101827;
  font-size: clamp(1.45rem, 2.3vw, 2.15rem);
  line-height: 1.16;
  text-wrap: balance;
}

.resource-article-toc ol {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 22px;
  color: #334155;
}

.resource-article-toc a {
  color: #1d4ed8;
  text-decoration: none;
  font-weight: 700;
}

.resource-article > section {
  display: grid;
  gap: 16px;
}

.resource-article section h3 {
  margin: 0;
  color: #111827;
  font-size: 1.1rem;
  line-height: 1.3;
}

.resource-article section p,
.resource-article section li {
  color: #475569;
  font-size: 1.02rem;
  line-height: 1.76;
}

.resource-article section p {
  margin: 0;
}

.resource-question-grid,
.resource-example-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.resource-question-grid article,
.resource-example-list article {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
}

.resource-question-grid span {
  display: inline-flex;
  margin-bottom: 8px;
  color: #2563eb;
  font-weight: 850;
  font-size: 0.78rem;
}

.resource-question-grid p,
.resource-example-list p {
  margin: 0;
}

.resource-comparison-table {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 18px;
  background: #ffffff;
}

.resource-key-table,
.resource-manifest-table {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 18px;
  background: #ffffff;
}

.resource-key-table > div,
.resource-manifest-table > div {
  display: grid;
  grid-template-columns: 0.86fr 1.08fr 1.06fr;
}

.resource-manifest-table > div {
  grid-template-columns: 0.5fr 1.45fr 1.08fr 0.72fr;
}

.resource-key-table > div + div,
.resource-manifest-table > div + div {
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.resource-key-table strong,
.resource-key-table span,
.resource-manifest-table strong,
.resource-manifest-table span {
  min-width: 0;
  padding: 15px;
  color: #475569;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.resource-key-table strong,
.resource-manifest-table strong {
  color: #0f172a;
  background: #f8fafc;
}

.resource-key-table strong + strong,
.resource-key-table span + span,
.resource-manifest-table strong + strong,
.resource-manifest-table span + span {
  border-left: 1px solid rgba(15, 23, 42, 0.08);
}

.resource-comparison-table > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.resource-comparison-table > div + div {
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.resource-comparison-table strong,
.resource-comparison-table span {
  padding: 16px;
  line-height: 1.55;
}

.resource-comparison-table strong {
  color: #0f172a;
  background: #f8fafc;
}

.resource-comparison-table span {
  color: #475569;
}

.resource-comparison-table span + span,
.resource-comparison-table strong + strong {
  border-left: 1px solid rgba(15, 23, 42, 0.08);
}

.resource-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 14px;
  background: #ffffff;
}

.resource-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.resource-table th,
.resource-table td {
  padding: 13px 14px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  border-left: 1px solid rgba(15, 23, 42, 0.08);
  color: #475569;
  font-size: 0.9rem;
  line-height: 1.48;
  text-align: left;
  vertical-align: top;
}

.resource-table th:first-child,
.resource-table td:first-child {
  border-left: 0;
}

.resource-table tr:last-child td {
  border-bottom: 0;
}

.resource-table th {
  background: #f8fafc;
  color: #0f172a;
  font-weight: 850;
}

.resource-checklist {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.resource-step-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  counter-reset: resource-step;
  list-style: none;
}

.resource-step-list li {
  counter-increment: resource-step;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 8px 14px;
  padding: 16px;
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
}

.resource-step-list li::before {
  content: counter(resource-step);
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #2563eb;
  color: #ffffff;
  font-weight: 900;
}

.resource-step-list strong {
  color: #0f172a;
}

.resource-step-list span {
  color: #64748b;
  line-height: 1.6;
}

.resource-faq details {
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  overflow: hidden;
}

.resource-faq details + details {
  margin-top: 10px;
}

.resource-faq summary {
  cursor: pointer;
  padding: 17px 18px;
  color: #0f172a;
  font-weight: 850;
}

.resource-faq details p {
  padding: 0 18px 18px;
}

.resource-reference-note {
  padding: 16px 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: rgba(248, 250, 252, 0.92);
}

.resource-founder-note,
.resource-schema-note {
  padding: 22px;
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
}

.resource-checklist li {
  padding: 14px 16px;
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
}

.resource-related-links .article-list {
  margin-top: 4px;
}

.resource-final-cta {
  margin-top: 16px;
  padding: clamp(24px, 4vw, 38px);
  border-radius: 24px;
  background: #101827;
}

.resource-article .resource-final-cta h2 {
  color: #ffffff;
}

.resource-article .resource-final-cta p:not(.kicker) {
  color: #dbe7ff;
  max-width: 680px;
}

.resource-article .resource-final-cta .kicker {
  color: #93c5fd;
}

.resource-cta-button {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  background: #ffffff;
  color: #101827;
  text-decoration: none;
  font-weight: 800;
}

.resource-article-shell-editorial {
  width: min(1320px, calc(100% - 36px));
  padding-top: clamp(42px, 7vw, 76px);
  background:
    linear-gradient(90deg, rgba(226, 232, 240, 0.72) 0 1px, transparent 1px) calc((100% - min(1320px, calc(100% - 36px))) / 2 + 204px) 0 / 1px 100% no-repeat,
    linear-gradient(90deg, rgba(226, 232, 240, 0.72) 0 1px, transparent 1px) calc(100% - ((100% - min(1320px, calc(100% - 36px))) / 2 + 244px)) 0 / 1px 100% no-repeat;
}

.resource-article-frame {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 220px;
  gap: 28px;
  align-items: start;
}

.resource-page-sidebar,
.resource-side-panel {
  position: sticky;
  top: 104px;
}

.resource-page-sidebar {
  display: grid;
  gap: 12px;
  padding-top: 12px;
}

.resource-page-sidebar p {
  margin: 0 0 8px;
  color: #667085;
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.resource-page-sidebar a {
  position: relative;
  display: block;
  padding: 4px 0 4px 14px;
  color: #5b6472;
  font-size: 0.92rem;
  line-height: 1.38;
  text-decoration: none;
}

.resource-page-sidebar a:first-of-type {
  color: #4f46e5;
  font-weight: 800;
}

.resource-page-sidebar a:first-of-type::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 3px;
  border-radius: 999px;
  background: #4f46e5;
}

.resource-article-editorial {
  gap: 28px;
  min-width: 0;
}

.resource-article-editorial .resource-article-hero-split {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(260px, 0.84fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: start;
  max-width: none;
}

.resource-hero-copy {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.resource-article-editorial .resource-breadcrumb {
  font-size: 0.86rem;
}

.resource-article-editorial .resource-article-hero h1 {
  max-width: 640px;
  font-size: clamp(2.2rem, 4.5vw, 3.72rem);
  line-height: 0.98;
}

.resource-article-editorial .resource-article-dek {
  max-width: 620px;
  color: #2d3748;
  font-size: 1rem;
  line-height: 1.58;
}

.resource-article-editorial .resource-article-meta span {
  min-height: 30px;
  padding: 0 12px;
  background: #f6f4ff;
  border-color: #d8d1ff;
  color: #5b47d6;
  font-size: 0.78rem;
}

.resource-article-editorial .resource-article-meta span:nth-child(2) {
  background: #effaf2;
  border-color: #bfe8c8;
  color: #168144;
}

.resource-article-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 2px;
  color: #667085;
  font-size: 0.86rem;
}

.resource-author-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 900;
}

.resource-article-editorial .resource-article-figure-wide {
  width: 100%;
  align-self: start;
}

.resource-article-editorial .resource-article-hero-split .resource-article-figure img {
  border-radius: 10px;
  box-shadow: 0 18px 54px -42px rgba(15, 23, 42, 0.75);
}

.resource-article-editorial .resource-article-hero-split figcaption {
  display: none;
}

.resource-article-editorial .resource-tldr {
  position: relative;
  padding: 18px 20px 18px 56px;
  border-color: #ddd6fe;
  border-radius: 10px;
  background: #f7f5ff;
}

.resource-article-editorial .resource-tldr::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 22px;
  width: 22px;
  height: 22px;
  border-radius: 8px;
  background: #6d5dfc;
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.32);
}

.resource-article-editorial .resource-tldr h2 {
  font-size: 1.02rem;
}

.resource-article-editorial .resource-tldr p {
  color: #354052;
  font-size: 0.94rem;
  line-height: 1.58;
}

.resource-article-editorial .resource-mobile-toc {
  display: none;
}

.resource-article-editorial > section,
.resource-article-editorial > aside,
.resource-article-editorial > details,
.resource-article-editorial > figure {
  width: min(100%, 780px);
  justify-self: center;
}

.resource-article-editorial > .resource-article-hero-split {
  width: 100%;
  justify-self: stretch;
}

.resource-article-editorial section h2 {
  font-size: clamp(1.28rem, 2vw, 1.7rem);
  line-height: 1.18;
}

.resource-article-editorial section h3 {
  font-size: 1rem;
}

.resource-article-editorial section p,
.resource-article-editorial section li {
  color: #243047;
  font-size: 0.96rem;
  line-height: 1.62;
}

.resource-article-editorial .resource-direct-answer {
  padding: 14px 16px;
  border-left: 0;
  border-radius: 10px;
  background: #f5f8ff;
  color: #26334a !important;
}

.resource-article-editorial .resource-question-grid,
.resource-article-editorial .resource-example-list {
  gap: 10px;
}

.resource-article-editorial .resource-question-grid article,
.resource-article-editorial .resource-example-list article,
.resource-article-editorial .resource-checklist li,
.resource-article-editorial .resource-step-list li {
  border-radius: 10px;
  background: #ffffff;
}

.resource-article-editorial .resource-key-table,
.resource-article-editorial .resource-comparison-table,
.resource-article-editorial .resource-manifest-table {
  border-radius: 10px;
}

.resource-article-editorial .resource-key-table strong,
.resource-article-editorial .resource-key-table span,
.resource-article-editorial .resource-comparison-table strong,
.resource-article-editorial .resource-comparison-table span,
.resource-article-editorial .resource-manifest-table strong,
.resource-article-editorial .resource-manifest-table span {
  padding: 12px;
  font-size: 0.9rem;
}

.resource-article-editorial .resource-article-section-image img {
  border-radius: 12px;
  box-shadow: 0 16px 44px -38px rgba(15, 23, 42, 0.65);
}

.resource-article-editorial .resource-final-cta {
  width: min(100%, 780px);
  border-radius: 12px;
}

.resource-article-editorial .resource-video-brief {
  border-radius: 12px;
}

.resource-side-panel {
  display: grid;
  gap: 20px;
}

.resource-side-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(15, 23, 42, 0.11);
  border-radius: 12px;
  background: #ffffff;
}

.resource-side-card h2 {
  margin: 0;
  color: #101827;
  font-size: 1.02rem;
  line-height: 1.28;
}

.resource-side-card p {
  margin: 0;
  color: #536071;
  font-size: 0.88rem;
  line-height: 1.58;
}

.resource-side-card a {
  color: #27364a;
  font-size: 0.88rem;
  font-weight: 750;
  line-height: 1.4;
  text-decoration: none;
}

.resource-side-card a + a {
  padding-top: 12px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.resource-side-cta a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 8px;
  background: #5b47d6;
  color: #ffffff;
  text-align: center;
}

.resource-side-cta small {
  color: #8a93a3;
  font-size: 0.78rem;
  text-align: center;
}

@media (max-width: 820px) {
  .resource-grid,
  .article-list,
  .resource-question-grid,
  .resource-example-list,
  .resource-meta-grid {
    grid-template-columns: 1fr;
  }

  .resource-link-card {
    grid-template-columns: 86px 1fr;
  }

  .resource-link-card img {
    width: 86px;
    height: 70px;
  }

  .resource-article-shell {
    width: min(100% - 24px, 1120px);
    padding-top: 42px;
  }

  .resource-comparison-table > div {
    grid-template-columns: 1fr;
  }

  .resource-key-table > div,
  .resource-manifest-table > div {
    grid-template-columns: 1fr;
  }

  .resource-video-brief {
    grid-template-columns: 1fr;
  }

  .resource-video-frame {
    min-height: auto;
    aspect-ratio: 9 / 16;
  }

  .resource-key-table > div:first-child,
  .resource-manifest-table > div:first-child {
    display: none;
  }

  .resource-comparison-table span + span,
  .resource-comparison-table strong + strong,
  .resource-key-table span + span,
  .resource-key-table strong + strong,
  .resource-manifest-table span + span,
  .resource-manifest-table strong + strong {
    border-left: 0;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
  }

  .resource-step-list li {
    grid-template-columns: 38px 1fr;
  }
}

@media (max-width: 1180px) {
  .resource-article-shell-editorial {
    width: min(100% - 32px, 920px);
    background: none;
  }

  .resource-article-frame {
    grid-template-columns: 1fr;
  }

  .resource-page-sidebar,
  .resource-side-panel {
    display: none;
  }

  .resource-article-editorial .resource-mobile-toc {
    display: grid;
  }
}

@media (max-width: 820px) {
  .resource-article-shell-editorial {
    width: min(100% - 24px, 920px);
  }

  .resource-article-editorial .resource-article-hero-split {
    grid-template-columns: 1fr;
  }

  .resource-article-editorial .resource-article-hero h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .resource-article-editorial .resource-tldr {
    padding: 18px;
  }

  .resource-article-editorial .resource-tldr::before {
    display: none;
  }
}
