.wbc {
  --wbc-border: #d9e2ec;
  --wbc-ink: #172033;
  --wbc-muted: #5e6c80;
  --wbc-surface: #f6f8fb;
  --wbc-current: #fff7e8;
  margin: 64px 0;
  color: var(--wbc-ink);
}

.wbc__intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 28px;
}

.wbc__eyebrow {
  margin: 0 0 8px;
  color: #b96800;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wbc__intro h2,
.wbc__intro p {
  margin-top: 0;
}

.wbc__lead {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--wbc-muted);
  font-size: 17px;
  line-height: 1.6;
}

.wbc__intro-cta {
  flex: 0 0 auto;
  appearance: none;
  border: 0;
  cursor: pointer;
}

.wbc__comparison {
  overflow: clip;
  border: 1px solid var(--wbc-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(24, 39, 75, 0.08);
}

.wbc__headers,
.wbc__criterion-row {
  display: grid;
  grid-template-columns: minmax(190px, 0.82fr) repeat(3, minmax(0, 1fr));
}

.wbc__headers {
  border-bottom: 1px solid var(--wbc-border);
  background: #fff;
}

.wbc__header-spacer {
  display: flex;
  align-items: flex-end;
  padding: 24px 20px;
  color: var(--wbc-muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wbc__brand-header {
  min-width: 0;
  padding: 22px 20px 20px;
  border-left: 1px solid var(--wbc-border);
}

.wbc__brand-header.is-current {
  background: var(--wbc-current);
}

.wbc__current-label,
.wbc__select-label {
  display: block;
  min-height: 18px;
  margin-bottom: 7px;
  color: #a25a00;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.wbc__name-row {
  display: flex;
  align-items: center;
  min-height: 48px;
}

.wbc__brand-name {
  margin: 0;
  color: var(--components--titles-paragraphs--text-titles, inherit);
  font-family: var(--core--font-family--headlines), Objectivity, sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.wbc__select {
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 34px 0 10px;
  border: 1px solid #aebdcd;
  border-radius: 8px;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%23172033' d='M1.2 1.5L6 6.3l4.8-4.8' stroke='%23172033' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.wbc__select option {
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
}

.wbc__select:hover {
  border-color: #62758a;
}

.wbc__select:focus-visible,
.wbc a:focus-visible,
.wbc summary:focus-visible {
  outline: 3px solid rgba(27, 115, 187, 0.35);
  outline-offset: 3px;
}

.wbc__tagline {
  min-height: 66px;
  margin: 12px 0 8px;
  color: var(--wbc-muted);
  font-size: 13px;
  line-height: 1.45;
}

.wbc__best-for {
  min-height: 96px;
  margin: 0;
  color: var(--wbc-muted);
  font-size: 12px;
  line-height: 1.45;
}

.wbc__best-for strong {
  color: var(--wbc-ink);
}

.wbc__header-links {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 12px;
  margin-top: 12px;
}

.wbc__header-links a {
  color: #1769aa;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wbc__criterion-row:not(:last-child) {
  border-bottom: 1px solid var(--wbc-border);
}

.wbc__criterion-title,
.wbc__value {
  padding: 18px;
}

.wbc__criterion-title {
  background: var(--wbc-surface);
}

.wbc__criterion-title strong,
.wbc__criterion-title span {
  display: block;
}

.wbc__criterion-title strong {
  margin-bottom: 5px;
  font-size: 14px;
}

.wbc__criterion-title span {
  color: var(--wbc-muted);
  font-size: 11px;
  line-height: 1.45;
}

.wbc__value {
  min-width: 0;
  border-left: 1px solid var(--wbc-border);
}

.wbc__criterion-row .wbc__value:nth-child(2) {
  background: #fffcf6;
}

.wbc__rating {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  margin-bottom: 10px;
}

.wbc__rating span {
  height: 5px;
  border-radius: 999px;
  background: #dce3eb;
}

.wbc__rating span.is-filled {
  background: #e79800;
}

.wbc__value-label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
}

.wbc__value p {
  margin: 0;
  color: var(--wbc-muted);
  font-size: 11px;
  line-height: 1.5;
}

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

.wbc__tradeoff-card {
  padding: 22px;
  border: 1px solid var(--wbc-border);
  border-radius: 14px;
  background: #fff;
}

.wbc__tradeoff-card.is-current {
  border-color: #edb754;
  background: var(--wbc-current);
}

.wbc__tradeoff-card h3 {
  margin: 0 0 16px;
  font-size: 18px;
}

.wbc__tradeoff-link {
  display: none;
}

.wbc__tradeoff-columns {
  display: grid;
  gap: 16px;
}

.wbc__tradeoff-columns h4 {
  margin: 0 0 8px;
  font-size: 13px;
}

.wbc__pros-heading {
  color: #26734d;
}

.wbc__considerations-heading {
  color: #975315;
}

.wbc__tradeoff-columns ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wbc__tradeoff-columns li {
  position: relative;
  padding-left: 20px;
  color: var(--wbc-muted);
  font-size: 12px;
  line-height: 1.45;
}

.wbc__tradeoff-columns li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #26734d;
  font-weight: 800;
  content: "✓";
}

.wbc__tradeoff-columns > div:last-child li::before {
  color: #b96800;
  content: "–";
}

.wbc__footnote {
  margin-top: 14px;
  padding: 14px 18px;
  border-radius: 10px;
  background: var(--wbc-surface);
  color: var(--wbc-muted);
  font-size: 11px;
  line-height: 1.5;
}

.wbc__footnote summary {
  width: fit-content;
  color: #1769aa;
  font-weight: 700;
  cursor: pointer;
}

.wbc__footnote p {
  margin: 8px 0 0;
}

@media (max-width: 991px) {
  .wbc__headers,
  .wbc__criterion-row {
    grid-template-columns: minmax(150px, 0.7fr) repeat(3, minmax(0, 1fr));
  }

  .wbc__header-spacer,
  .wbc__brand-header,
  .wbc__criterion-title,
  .wbc__value {
    padding: 14px;
  }

  .wbc__select {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .wbc {
    margin: 32px 0 48px;
  }

  .wbc__intro {
    display: block;
    margin-bottom: 14px;
  }

  .wbc__eyebrow,
  .wbc__lead,
  .wbc__intro-cta {
    display: none;
  }

  .wbc__intro h2 {
    margin-bottom: 0;
    font-size: 28px;
  }

  .wbc__comparison {
    overflow: visible;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .wbc__headers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    border: 0;
    background: transparent;
  }

  .wbc__header-spacer,
  .wbc__brand-header[data-slot="peer-2"] {
    display: none;
  }

  .wbc__brand-header {
    padding: 12px;
    border: 1px solid var(--wbc-border);
    border-radius: 10px;
  }

  .wbc__brand-header.is-current {
    border-color: #edb754;
  }

  .wbc__current-label,
  .wbc__select-label {
    min-height: 0;
    margin-bottom: 5px;
    font-size: 9px;
  }

  .wbc__name-row {
    min-height: 40px;
  }

  .wbc__brand-name {
    font-size: 16px;
  }

  .wbc__select {
    height: 40px;
    min-height: 40px;
    margin: 0;
    padding: 0 26px 0 7px;
    font-size: 16px;
  }

  .wbc__tagline,
  .wbc__best-for,
  .wbc__header-links {
    display: none;
  }

  .wbc__criteria {
    overflow: hidden;
    margin-top: 10px;
    border: 1px solid var(--wbc-border);
    border-radius: 10px;
  }

  .wbc__criterion-row {
    display: grid;
    grid-template-columns: minmax(108px, 1.35fr) repeat(2, minmax(0, 1fr));
    border: 0 !important;
    border-bottom: 1px solid var(--wbc-border) !important;
  }

  .wbc__criterion-row:last-child {
    border-bottom: 0 !important;
  }

  .wbc__criterion-title {
    display: flex;
    align-items: center;
    padding: 9px;
    border: 0;
  }

  .wbc__criterion-title strong {
    margin: 0;
    font-size: 10px;
    line-height: 1.25;
  }

  .wbc__criterion-title span {
    display: none;
  }

  .wbc__value {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 6px;
    border: 0;
    border-left: 1px solid var(--wbc-border);
    text-align: center;
  }

  .wbc__value[data-slot="peer-2"] {
    display: none;
  }

  .wbc__rating,
  .wbc__value p {
    display: none;
  }

  .wbc__value-label {
    margin: 0;
    font-size: 9px;
    line-height: 1.25;
  }

  .wbc__tradeoffs {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 10px;
  }

  .wbc__tradeoff-card {
    padding: 14px;
    border-radius: 10px;
  }

  .wbc__tradeoff-card[data-slot="peer-2"] {
    display: none;
  }

  .wbc__tradeoff-card h3 {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .wbc__tradeoff-link {
    display: inline-block;
    margin-bottom: 10px;
    color: #1769aa;
    font-size: 10px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .wbc__tradeoff-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .wbc__tradeoff-columns h4 {
    margin-bottom: 6px;
    font-size: 10px;
  }

  .wbc__tradeoff-columns ul {
    gap: 5px;
  }

  .wbc__tradeoff-columns li {
    padding-left: 14px;
    font-size: 9px;
    line-height: 1.35;
  }

  .wbc__tradeoff-columns li:nth-child(n + 3) {
    display: none;
  }

  .wbc__footnote {
    margin-top: 8px;
    padding: 0;
    background: transparent;
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wbc *,
  .wbc *::before,
  .wbc *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
