.guide-page,
.guides-hub {
  --guide-anchor-offset: 8rem;
  --guide-sticky-top: 7.75rem;
  background: #f8fafc;
  color: var(--text);
}

.guide-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 86% 18%, rgba(245, 158, 11, 0.28), transparent 29rem),
    linear-gradient(135deg, #0f172a 0%, #1e293b 62%, #334155 100%);
}

.guide-hero::after {
  position: absolute;
  right: -5rem;
  bottom: -9rem;
  width: 24rem;
  height: 24rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: '';
}

.guide-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 960px;
  padding-top: clamp(3rem, 7vw, 6rem);
  padding-bottom: clamp(3rem, 7vw, 6rem);
}

.guide-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1.75rem;
  color: #cbd5e1;
  font-size: 0.82rem;
}

.guide-breadcrumbs a {
  color: #fbbf24;
  text-decoration: none;
}

.guide-breadcrumbs a:hover,
.guide-breadcrumbs a:focus-visible {
  text-decoration: underline;
}

.guide-category,
.guide-card-category {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  color: #92400e;
  background: #fef3c7;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.guide-hero h1 {
  max-width: 900px;
  margin: 1rem 0 1.25rem;
  color: #fff;
  font-size: clamp(2.15rem, 5vw, 4rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.guide-deck {
  max-width: 790px;
  margin: 0;
  color: #e2e8f0;
  font-size: clamp(1.03rem, 2vw, 1.25rem);
  line-height: 1.75;
}

.guide-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.4rem;
  margin-top: 1.75rem;
  color: #cbd5e1;
  font-size: 0.86rem;
}

.guide-meta span {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
}

.guide-meta .guide-methodology-link {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  color: #fbbf24;
  font-weight: 600;
  text-decoration: none;
}

.guide-meta .guide-methodology-link:hover,
.guide-meta .guide-methodology-link:focus-visible {
  color: #fde68a;
  text-decoration: underline;
}

.guide-meta .guide-author-link {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  color: #cbd5e1;
  text-decoration: none;
}

.guide-meta .guide-author-link:hover,
.guide-meta .guide-author-link:focus-visible {
  color: #fbbf24;
}

.guide-reading-progress {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  height: 3px;
  pointer-events: none;
}

.guide-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #f59e0b, #10b981);
  transition: width 80ms linear;
}

.guide-meta i {
  color: #fbbf24;
}

.guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(220px, 300px);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
  justify-content: center;
  padding-top: clamp(2.5rem, 6vw, 5rem);
  padding-bottom: clamp(3rem, 7vw, 6rem);
}

.guide-article {
  min-width: 0;
  font-size: 1.03rem;
  line-height: 1.8;
}

.guide-article > :first-child {
  margin-top: 0;
}

.guide-article p {
  margin: 0 0 1.35rem;
  color: #334155;
}

.guide-article h2 {
  scroll-margin-top: var(--guide-anchor-offset);
  margin: 3.4rem 0 1.15rem;
  color: #0f172a;
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.guide-article h3 {
  margin: 2.35rem 0 0.9rem;
  color: #1e293b;
  font-size: clamp(1.2rem, 2vw, 1.42rem);
  line-height: 1.35;
}

.guide-article a {
  color: #b45309;
  font-weight: 600;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.guide-article a:hover,
.guide-article a:focus-visible {
  color: #92400e;
}

.guide-list {
  display: grid;
  gap: 0.7rem;
  margin: 0 0 1.6rem;
  padding-left: 1.45rem;
  color: #334155;
}

.guide-article .guide-cta {
  margin: 1.15rem 0 1.9rem;
}

.guide-article .guide-cta .btn {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

ul.guide-list li::marker {
  color: #f59e0b;
}

ol.guide-list li::marker {
  color: #b45309;
  font-weight: 700;
}

.guide-table-wrap {
  overflow-x: auto;
  margin: 1.75rem 0 2.25rem;
  border: 1px solid #dbe3ec;
  border-radius: 0.9rem;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.guide-table-hint {
  display: none;
  margin: 0 0 0.45rem !important;
  color: #64748b !important;
  font-size: 0.72rem;
}

.guide-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-size: 0.9rem;
  line-height: 1.55;
}

.guide-table th,
.guide-table td {
  padding: 0.95rem 1rem;
  border-bottom: 1px solid #e2e8f0;
  text-align: left;
  vertical-align: top;
}

.guide-table th {
  color: #fff;
  background: #1e293b;
  font-size: 0.78rem;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.guide-table tbody tr:nth-child(even) {
  background: #f8fafc;
}

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

.guide-sidebar {
  position: sticky;
  top: var(--guide-sticky-top);
}

.guide-toc {
  max-height: calc(100vh - var(--guide-sticky-top) - 1.25rem);
  overflow-y: auto;
  padding: 1.4rem;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.07);
}

.guide-toc h2 {
  margin: 0 0 0.9rem;
  color: #0f172a;
  font-size: 1rem;
}

.guide-toc ol {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: toc;
}

.guide-toc li {
  display: grid;
  grid-template-columns: 1.3rem 1fr;
  gap: 0.4rem;
  counter-increment: toc;
}

.guide-toc li::before {
  color: #d97706;
  content: counter(toc, decimal-leading-zero);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.7;
}

.guide-toc a {
  color: #475569;
  font-size: 0.78rem;
  line-height: 1.45;
  text-decoration: none;
}

.guide-toc a:hover,
.guide-toc a:focus-visible {
  color: #b45309;
}

.guide-safety-note {
  display: flex;
  gap: 1rem;
  margin-top: 3.5rem;
  padding: 1.25rem;
  border: 1px solid #a7f3d0;
  border-radius: 0.9rem;
  background: #ecfdf5;
}

.guide-safety-note > i {
  color: #059669;
  font-size: 1.5rem;
}

.guide-safety-note strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #065f46;
}

.guide-safety-note p {
  margin: 0;
  color: #166534;
  font-size: 0.9rem;
  line-height: 1.6;
}

.guide-related,
.guide-hub-content {
  padding: clamp(3rem, 7vw, 6rem) 0;
  border-top: 1px solid #e2e8f0;
  background: #f1f5f9;
}

.guide-section-heading {
  margin-bottom: 1.75rem;
}

.guide-section-heading h2 {
  margin: 0.75rem 0 0;
  color: #0f172a;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.guide-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.guide-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 1.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.guide-card:hover {
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.1);
  transform: translateY(-3px);
}

.guide-card h2,
.guide-card h3 {
  margin: 1rem 0 0.75rem;
  color: #0f172a;
  font-size: 1.18rem;
  line-height: 1.4;
}

.guide-card h2 a,
.guide-card h3 a {
  color: inherit;
  text-decoration: none;
}

.guide-card p {
  margin: 0 0 1.2rem;
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.65;
}

.guide-card-link {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  margin-top: auto;
  color: #b45309;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.guide-card-meta {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
  color: #64748b;
  font-size: 0.75rem;
}

.guide-hub-hero .guide-hero-inner {
  max-width: 880px;
}

.guide-hub-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.75rem;
}

.guide-hub-nav a {
  padding: 0.48rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #f8fafc;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.76rem;
  font-weight: 600;
  text-decoration: none;
}

.guide-hub-nav a:hover,
.guide-hub-nav a:focus-visible {
  border-color: #fbbf24;
  color: #fbbf24;
  background: rgba(245, 158, 11, 0.1);
}

.sr-only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.guide-search {
  display: grid;
  max-width: 680px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.65rem;
  align-items: center;
  margin-top: 1.15rem;
  padding: 0.45rem 0.5rem 0.45rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}

.guide-search > i {
  color: #fbbf24;
}

.guide-search input {
  min-width: 0;
  padding: 0.55rem 0;
  border: 0;
  outline: 0;
  color: #fff;
  background: transparent;
  font: inherit;
}

.guide-search input::placeholder {
  color: #cbd5e1;
}

.guide-search button {
  padding: 0.55rem 0.9rem;
  border: 0;
  border-radius: 0.6rem;
  color: #422006;
  background: #fbbf24;
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
}

.guide-search-empty {
  margin: 0;
  padding: 2rem;
  border: 1px dashed #cbd5e1;
  border-radius: 0.9rem;
  color: #475569;
  background: #fff;
  text-align: center;
}

.guide-hub-group[hidden],
.guide-card[hidden],
.guide-search-empty[hidden] {
  display: none;
}

.guide-hub-group {
  scroll-margin-top: var(--guide-anchor-offset);
  padding: 3rem 0;
  border-bottom: 1px solid #dbe3ec;
}

.guide-hub-group:first-child {
  padding-top: 0;
}

.guide-hub-group:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.guide-hub-group-heading {
  max-width: 720px;
  margin-bottom: 1.5rem;
}

.guide-hub-group-heading h2 {
  margin: 0 0 0.45rem;
  color: #0f172a;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
}

.guide-hub-group-heading p {
  margin: 0;
  color: #64748b;
  line-height: 1.65;
}

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

/* Editorial guide layout */
.guide-layout {
  grid-template-columns: minmax(0, 740px) minmax(230px, 280px);
  gap: clamp(2rem, 4vw, 3.5rem);
}

.guide-article {
  padding: clamp(1.5rem, 4vw, 3.4rem);
  border: 1px solid #e2e8f0;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  font-size: 1rem;
  line-height: 1.72;
}

.guide-intro {
  padding-bottom: 0.5rem;
}

.guide-affiliate-disclosure {
  display: flex;
  gap: 0.7rem;
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid #fde68a;
  border-radius: 0.75rem;
  color: #78350f;
  background: #fffbeb;
  font-size: 0.78rem;
  line-height: 1.55;
}

.guide-affiliate-disclosure > i {
  flex: 0 0 auto;
  color: #d97706;
  font-size: 1rem;
}

.guide-active-brands {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin-bottom: 1.75rem;
}

.guide-active-brands a {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr) auto;
  gap: 0.45rem;
  align-items: center;
  padding: 0.65rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.7rem;
  color: #1e293b;
  background: #f8fafc;
  font-size: 0.74rem;
  font-weight: 700;
  text-decoration: none;
}

.guide-active-brands a:hover,
.guide-active-brands a:focus-visible {
  border-color: #f59e0b;
  color: #92400e;
}

.guide-active-brands img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

.guide-intro p:first-child {
  color: #1e293b;
  font-size: 1.13rem;
  font-weight: 500;
  line-height: 1.72;
}

.guide-content-section {
  margin-top: 2.7rem;
  padding-top: 2.55rem;
  border-top: 1px solid #e2e8f0;
}

.guide-content-section > h2 {
  margin: 0 0 1.25rem;
}

.guide-content-section > h2::after {
  display: block;
  width: 2.75rem;
  height: 3px;
  margin-top: 0.8rem;
  border-radius: 999px;
  background: #f59e0b;
  content: '';
}

.guide-quick-answer {
  margin: 2.2rem 0 0;
  padding: 1.5rem 1.6rem;
  border: 1px solid #fde68a;
  border-radius: 1rem;
  background: linear-gradient(135deg, #fffbeb, #fff 72%);
}

.guide-quick-answer > h2 {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  color: #78350f;
  font-size: 1.35rem;
}

.guide-quick-answer > h2::before {
  display: inline-grid;
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #d97706;
  content: '✓';
  font-size: 0.9rem;
}

.guide-quick-answer > h2::after {
  display: none;
}

.guide-list {
  display: grid;
  gap: 0.55rem;
  margin: 0.25rem 0 1.65rem;
  padding: 0;
  list-style: none;
}

.guide-list li {
  position: relative;
  min-height: 2.3rem;
  padding: 0.55rem 0.75rem 0.55rem 2.75rem;
  border-radius: 0.65rem;
  background: #f8fafc;
  line-height: 1.55;
}

ul.guide-list li::before {
  position: absolute;
  top: 0.63rem;
  left: 0.7rem;
  display: grid;
  width: 1.45rem;
  height: 1.45rem;
  place-items: center;
  border-radius: 50%;
  color: #047857;
  background: #d1fae5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m3.25 8.25 3 3 6.5-7' fill='none' stroke='%23047857' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 0.85rem no-repeat;
  content: '';
}

ol.guide-list {
  counter-reset: guide-step;
}

ol.guide-list li {
  counter-increment: guide-step;
}

ol.guide-list li::before {
  position: absolute;
  top: 0.55rem;
  left: 0.65rem;
  display: grid;
  width: 1.6rem;
  height: 1.6rem;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #d97706;
  content: counter(guide-step);
  font-size: 0.7rem;
  font-weight: 800;
}

ul.guide-list li::marker,
ol.guide-list li::marker {
  content: '';
}

.guide-ranking-card {
  position: relative;
  margin: 1.6rem 0 2rem;
  padding: 1.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: linear-gradient(145deg, #fff, #f8fafc);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.guide-ranking-heading {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 0 0 1.15rem !important;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e2e8f0;
}

.guide-ranking-heading img {
  width: 4.25rem;
  height: 4.25rem;
  flex: 0 0 4.25rem;
  padding: 0.4rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.85rem;
  background: #fff;
  object-fit: contain;
}

.guide-ranking-card .guide-cta {
  margin-bottom: 0;
}

.guide-hub-brand-card {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 0 0 0.75rem;
  padding: 0.9rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.8rem;
  color: #1e293b !important;
  background: #f8fafc;
  text-decoration: none !important;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.guide-hub-brand-card:hover,
.guide-hub-brand-card:focus-visible {
  border-color: #fbbf24;
  box-shadow: 0 9px 22px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
}

.guide-hub-brand-card img {
  width: 3rem;
  height: 3rem;
  flex: 0 0 3rem;
  object-fit: contain;
}

.guide-hub-brand-card span {
  display: grid;
  gap: 0.15rem;
}

.guide-hub-brand-card small {
  color: #b45309;
  font-size: 0.75rem;
  font-weight: 600;
}

.guide-editorial-note {
  margin: 1.1rem 0 0 !important;
  color: #64748b !important;
  font-size: 0.78rem;
  line-height: 1.55 !important;
  text-align: center;
}

.guide-sources {
  margin-top: 3rem;
  padding: 1.2rem 1.25rem;
  border: 1px solid #dbe3ec;
  border-radius: 0.85rem;
  background: #f8fafc;
}

.guide-sources h2 {
  margin: 0 0 0.65rem;
  font-size: 1.15rem;
}

.guide-sources h2::after {
  display: none;
}

.guide-sources p {
  margin: 0 0 0.55rem;
  color: #475569;
  font-size: 0.78rem;
  line-height: 1.6;
}

.guide-sources p:last-child {
  margin-bottom: 0;
}

.guide-faq-item {
  margin: 0 0 0.75rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.8rem;
  background: #fff;
}

.guide-faq-item summary {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.1rem;
  color: #1e293b;
  cursor: pointer;
  font-weight: 650;
  line-height: 1.45;
  list-style: none;
}

.guide-faq-item summary::-webkit-details-marker {
  display: none;
}

.guide-faq-item summary i {
  flex: 0 0 auto;
  color: #d97706;
  transition: transform 180ms ease;
}

.guide-faq-item[open] summary i {
  transform: rotate(45deg);
}

.guide-faq-answer {
  padding: 0 1.1rem 0.15rem;
  border-top: 1px solid #f1f5f9;
}

.guide-faq-answer > :first-child {
  margin-top: 1rem;
}

.guide-table th {
  position: sticky;
  top: 0;
  z-index: 1;
}

.guide-toc a.is-active {
  color: #92400e;
  font-weight: 700;
}

.guide-next-steps {
  margin-top: 2.4rem;
  padding: 1.25rem;
  border: 1px solid #fde68a;
  border-radius: 1rem;
  background: #fffbeb;
}

.guide-next-steps h2 {
  margin: 0 0 0.45rem;
  font-size: 1.35rem;
}

.guide-next-steps p {
  margin: 0 0 0.85rem;
  color: #475569;
}

.guide-next-steps ul,
.guide-source-list {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.guide-next-steps a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0.8rem;
  border: 1px solid #fde68a;
  border-radius: 0.7rem;
  color: #78350f;
  background: #fff;
  font-weight: 650;
  text-decoration: none;
}

.guide-next-steps a:hover {
  border-color: #f59e0b;
}

.guide-source-list {
  margin: 1rem 0;
}

.guide-source-list li {
  padding: 0.85rem 0;
  border-bottom: 1px solid #e2e8f0;
}

.guide-source-list li:last-child {
  border-bottom: 0;
}

.guide-source-list a,
.guide-source-list span {
  display: block;
}

.guide-source-list a {
  font-weight: 700;
}

.guide-source-list span {
  margin-top: 0.2rem;
  color: #64748b;
  font-size: 0.85rem;
  line-height: 1.55;
}

.guide-mobile-toc {
  display: none;
  margin: 0 0 1.7rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.8rem;
  background: #f8fafc;
}

.guide-mobile-toc summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1rem;
  color: #1e293b;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 700;
  list-style: none;
}

.guide-mobile-toc summary::-webkit-details-marker {
  display: none;
}

.guide-mobile-toc[open] summary i {
  transform: rotate(180deg);
}

.guide-mobile-toc ol {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0.25rem 1rem 1rem 2.25rem;
  list-style: decimal;
}

.guide-mobile-toc a {
  color: #475569;
  font-size: 0.8rem;
  text-decoration: none;
}

@media (max-width: 1023px) {
  .guide-layout {
    grid-template-columns: minmax(0, 760px);
  }

  .guide-sidebar {
    display: none;
  }

  .guide-mobile-toc {
    display: block;
  }

  .guide-card-grid,
  .guide-hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .guide-page,
  .guides-hub {
    --guide-anchor-offset: 6.25rem;
  }
}

@media (max-width: 639px) {
  .guide-hero-inner {
    padding-top: 2.5rem;
    padding-bottom: 2.8rem;
  }

  .guide-hero h1 {
    font-size: 2.15rem;
  }

  .guide-breadcrumbs span[aria-current='page'] {
    overflow: hidden;
    max-width: 13rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .guide-layout {
    padding-top: 2.25rem;
  }

  .guide-article {
    padding: 1.35rem;
    font-size: 0.97rem;
    line-height: 1.75;
  }

  .guide-article h2 {
    font-size: 1.55rem;
  }

  .guide-content-section {
    margin-top: 2.25rem;
    padding-top: 2.15rem;
  }

  .guide-quick-answer {
    padding: 1.2rem;
  }

  .guide-ranking-card {
    padding: 1.1rem;
  }

  .guide-ranking-heading img {
    width: 3.5rem;
    height: 3.5rem;
    flex-basis: 3.5rem;
  }

  .guide-active-brands {
    grid-template-columns: 1fr;
  }

  .guide-table-hint {
    display: block;
  }

  .guide-card-grid,
  .guide-hub-grid {
    grid-template-columns: 1fr;
  }

  .guide-table {
    min-width: 540px;
  }
}
