/* Information pages share the marketing site's type, colors and rectangular controls. */
.article-page .m63doc {
  width: min(100%, 992px);
  margin: 0 auto;
  padding: 32px var(--gutter-desktop) 88px;
}
.article-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
  color: var(--steel);
  font-size: 13px;
  line-height: 1.5;
}
.article-breadcrumb a { display: inline-flex; align-items: center; min-height: 44px; color: var(--white); }
.article-breadcrumb a:hover { color: var(--lambo-gold); }
.article-breadcrumb > [aria-hidden] { color: var(--iron); }
.article-intro { padding-bottom: 36px; margin-bottom: 40px; border-bottom: 1px solid var(--charcoal); }
.article-intro .eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: var(--lambo-gold);
  font-size: var(--text-label);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.article-intro .eyebrow::before { content: ''; flex: 0 0 24px; height: 1px; background: currentColor; }
.article-intro h1 {
  max-width: 23ch;
  margin-bottom: 24px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-wrap: balance;
}
.article-intro .gold { color: var(--lambo-gold); }
.article-intro .lede { text-wrap: pretty; max-width: 68ch; color: var(--smoke); font-size: 17px; line-height: 1.7; }
.article-body { font-size: var(--text-body); line-height: 1.7; color: var(--steel); }
.article-body > h2, .article-body .more > h2 {
  margin: 48px 0 20px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 32px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: pretty;
  scroll-margin-top: 110px;
}
.article-body > :first-child { margin-top: 0; }
.article-body h3 {
  margin: 28px 0 12px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.35;
  text-transform: uppercase;
  text-wrap: pretty;
}
.article-body p { max-width: 72ch; margin: 0 0 20px; }
.article-body strong { color: var(--smoke); font-weight: 600; }
.article-body a { color: var(--lambo-gold); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; overflow-wrap: anywhere; }
.article-body a:hover { color: var(--white); }
.article-body ul { max-width: 72ch; padding-left: 22px; }
.article-body li { padding-left: 4px; margin-bottom: 12px; }
.article-body li::marker { color: var(--lambo-gold); }
.article-body .wrapt { margin: 24px 0; max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.article-body table { width: 100%; border-collapse: collapse; font-size: 15px; line-height: 1.6; text-align: left; }
.article-body th, .article-body td { padding: 16px 20px; border-bottom: 1px solid var(--charcoal); vertical-align: top; overflow-wrap: normal; }
.article-body thead th { background: var(--dark-iron); color: var(--steel); font-family: var(--font-body); font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; }
.article-body tbody th { width: 32%; color: var(--smoke); font-weight: 500; }
.article-body td { color: var(--steel); }
.article-body .qa { padding: 24px 0; margin: 0; border-top: 1px solid var(--charcoal); }
.article-body .qa h3 { margin: 0 0 12px; }
.article-body .qa p:last-child { margin-bottom: 0; }
.article-body .pending { margin: 24px 0; padding: 20px 24px; border-left: 2px solid var(--lambo-gold); background: var(--dark-iron); font-size: 15px; line-height: 1.7; color: var(--steel); }
.article-body .cta { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 16px 28px; margin-top: 24px; background: var(--lambo-gold); color: var(--abyss); font-family: var(--font-body); font-size: 13px; line-height: 1.4; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase; text-decoration: none; }
.article-body .cta:hover { background: var(--lambo-gold-lite); color: var(--abyss); }
.article-body .more { margin-top: 64px; padding-top: 36px; border-top: 1px solid var(--charcoal); }
.article-body .more > h2 { margin: 0 0 24px; }
.article-body .more ul { max-width: none; padding: 0; list-style: none; }
.article-body .more li { margin: 0; padding: 0; border-top: 1px solid var(--charcoal); }
.article-body .more li:last-child { border-bottom: 1px solid var(--charcoal); }
.article-body .more a { display: grid; grid-template-columns: minmax(0, 1fr) 20px; column-gap: 24px; padding: 24px 0; text-decoration: none; }
.related-title { color: var(--white); font-family: var(--font-display); font-size: 24px; font-weight: 400; line-height: 1.3; text-transform: uppercase; }
.related-description { grid-column: 1; margin-top: 8px; color: var(--steel); font-size: 15px; line-height: 1.65; }
.related-arrow { grid-column: 2; grid-row: 1 / 3; align-self: center; width: 20px; height: 20px; color: var(--lambo-gold); }
.article-body .more a:hover .related-title { color: var(--lambo-gold); }
@media (max-width: 768px) {
  .article-page .m63doc { padding: 20px var(--gutter-mobile) 64px; }
  .article-breadcrumb { margin-bottom: 24px; font-size: 12px; gap: 10px; }
  .article-intro { padding-bottom: 28px; margin-bottom: 32px; }
  .article-intro h1 { font-size: clamp(36px, 9vw, 48px); margin-bottom: 20px; }
  .article-intro .lede { font-size: 17px; line-height: 1.65; }
  .article-body > h2 { margin-top: 40px; }
  .article-body h3, .related-title { font-size: 22px; }
  .article-body th, .article-body td { padding: 14px 8px; }
  .article-body table { font-size: 14px; }
  .article-body thead th { font-size: 11px; letter-spacing: 0; }
  .article-body .pending { padding: 16px 18px; }
  .article-body .more { margin-top: 48px; padding-top: 32px; }
  .article-body .more a { column-gap: 16px; padding: 22px 0; }
  .article-body .cta { width: 100%; }
}

@media (max-width: 768px) { .article-body > h2 { scroll-margin-top: 128px; } .article-breadcrumb { margin-bottom: 16px; } }

.guide-reviewed { margin-top: 20px; font-size: 12px; line-height: 1.6; color: var(--ash); }
.guide-reviewed a { color: var(--steel); text-decoration: underline; text-underline-offset: 3px; }
.guide-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; margin: 0 0 36px; padding: 20px 0; border-bottom: 1px solid var(--charcoal); }
.guide-nav > span { grid-column: 1 / -1; margin-bottom: 8px; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: var(--ash); }
.guide-nav a { display: flex; align-items: center; min-height: 44px; font-size: 14px; line-height: 1.5; }
.article-body ol { max-width: 72ch; padding-left: 24px; }
.article-body .guide-sources { margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--charcoal); font-size: 13px; line-height: 1.65; }
@media (max-width: 380px) { .guide-nav { grid-template-columns: 1fr; gap: 0; } }

@media(max-width:600px){
 .site-role-table,.site-role-table tbody{display:block;width:100%}
 .site-role-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
 .site-role-table tbody tr{display:grid;grid-template-columns:minmax(0,1fr);padding:18px 0;border-bottom:1px solid var(--line)}
 .site-role-table tbody th,.site-role-table tbody td{display:block;width:auto;padding:0;border:0}
 .site-role-table tbody th{padding-bottom:8px;white-space:nowrap}
}
