/*
Theme Name: GeneratePress Child
Theme URI: https://servicedig.com/
Description: Child theme for GeneratePress.
Author: ServiceDig
Template: generatepress
Version: 1.1.8
Text Domain: generatepress-child
*/

/* Site heading scale */
:root {
  --sd-heading-color: #54595f;
  --sd-h1-size: clamp(1.65rem, 2.25vw, 2.15rem);
  --sd-h2-size: clamp(1.35rem, 1.75vw, 1.7rem);
  --sd-h3-size: clamp(1.15rem, 1.35vw, 1.35rem);
}

:where(.site-content) h1,
:where(.site-content) h2,
:where(.site-content) h3 {
  color: var(--sd-heading-color);
  font-weight: 650;
  line-height: 1.18;
  letter-spacing: 0;
}

:where(.site-content) h1 {
  font-size: var(--sd-h1-size);
}

:where(.site-content) h2 {
  font-size: var(--sd-h2-size);
}

:where(.site-content) h3 {
  font-size: var(--sd-h3-size);
}

/* Product page wrapper */
.single-products .site-content {
  display: block;
}

.sd-product-page {
  width: 100%;
}

.sd-product-page__inner {
  max-width: none;
  margin: 0 auto;
  padding: 16px 20px 56px;
}

.sd-product-hero {
  display: grid;
  grid-template-columns: minmax(190px, 320px) minmax(0, 1fr);
  gap: clamp(16px, 2.4vw, 32px);
  align-items: start;
}

.sd-product-hero__media {
  padding-top: 0;
}

.sd-product-hero__image {
  display: block;
  width: min(100%, 320px);
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

#product-summary,
#current-model,
#review-signals,
#compared-in-reviews,
#feature-scorecards,
#cast-creators,
#category-comparison,
#product-faq,
#expert-review-samples,
#consider-this-instead,
#product-alternatives,
#product-details {
  scroll-margin-top: 88px;
}

.sd-product-jump-nav,
.sd-product-jump-nav * {
  box-sizing: border-box;
}

.sd-product-jump-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  margin: 14px 0 4px;
  padding: 12px 0;
  border-top: 1px solid #dfe7ef;
  border-bottom: 1px solid #dfe7ef;
  color: #4b5563;
}

.sd-product-jump-nav__label {
  flex: 0 0 auto;
  color: #202124;
  font-size: .92rem;
  font-weight: 750;
  line-height: 1.2;
}

.sd-product-jump-nav__list {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 8px 16px;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sd-product-jump-nav__list li {
  margin: 0;
}

.sd-product-jump-nav__list a {
  color: #1d5f99;
  font-size: .94rem;
  font-weight: 650;
  line-height: 1.25;
  text-decoration: underline;
  text-underline-offset: .16em;
  white-space: nowrap;
}

.sd-product-jump-nav__list a:hover,
.sd-product-jump-nav__list a:focus {
  color: #163f66;
}

.sd-product-hero__title {
  margin: 0 0 12px;
  color: #565b64;
  font-size: clamp(1.65rem, 2.35vw, 2.55rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

.sd-product-hero__meta {
  display: grid;
  gap: 5px;
  margin: 0 0 16px;
  color: #374151;
  font-size: 1rem;
  line-height: 1.25;
}

.sd-product-hero__meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: .35em;
}

.sd-product-hero__meta-row a {
  color: #1d5f99;
  text-decoration: none;
}

.sd-product-hero__meta-row > span:first-child {
  color: #2f3742;
  font-weight: 600;
}

.sd-product-hero__meta-row a:hover,
.sd-product-hero__meta-row a:focus {
  text-decoration: underline;
}

.sd-product-rank-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}

.sd-product-rank-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  max-width: 100%;
  padding: 6px 11px;
  border: 1px solid #9fd8b8;
  border-radius: 999px;
  background: #e8f7ee;
  color: #14532d;
  font-size: .9rem;
  font-weight: 750;
  line-height: 1.15;
  text-decoration: none;
}

a.sd-product-rank-badge:hover,
a.sd-product-rank-badge:focus {
  border-color: #95c3ff;
  background: #edf6ff;
  color: #163762;
  text-decoration: none;
}

.sd-rating-methodology-wrap {
  width: 100%;
  color: #555;
}

.sd-rating-methodology__overall {
  margin-bottom: 16px;
}

.sd-rating-methodology__ratingline {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.sd-rating-methodology__avg {
  color: #202124;
  font-size: clamp(1.85rem, 2.45vw, 2.35rem);
  font-weight: 800;
  line-height: .95;
  letter-spacing: 0;
}

.sd-stars {
  --percent: 0%;
  --star-size: clamp(1.05rem, 1.35vw, 1.35rem);
  position: relative;
  display: inline-block;
  color: #d2d2d2;
  font-size: var(--star-size);
  line-height: 1;
  letter-spacing: 1px;
}

.sd-stars::before,
.sd-stars::after {
  content: "\2605\2605\2605\2605\2605";
  display: block;
}

.sd-stars::after {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--percent);
  overflow: hidden;
  color: #efb153;
  white-space: nowrap;
}

.sd-rating-methodology__context {
  color: #5f6368;
  font-size: .92rem;
  line-height: 1.35;
}

.sd-rating-methodology__customer-score,
.sd-rating-methodology__source-scores {
  display: block;
  color: #6b7280;
  font-size: .84rem;
  margin-top: 2px;
}

.sd-rating-methodology {
  margin-top: 16px;
}

.sd-rating-methodology__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #d8e1ea;
  border-radius: 8px;
  background: #fff;
}

.sd-rating-methodology__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 14px 12px;
  text-align: center;
}

.sd-rating-methodology__item + .sd-rating-methodology__item {
  border-left: 1px solid #e1e1e1;
}

.sd-rating-methodology__num {
  color: #202124;
  font-size: clamp(1.05rem, 1.2vw, 1.25rem);
  font-weight: 800;
  line-height: 1;
}

.sd-rating-methodology__label {
  color: #555;
  font-size: 1rem;
  line-height: 1.25;
}

.sd-rating-methodology__sub {
  color: #6b7280;
  font-size: .82rem;
  line-height: 1.25;
}

.sd-product-page__content {
  margin-top: 36px;
}

.sd-summary {
  display: grid;
  gap: 28px;
  margin-top: 32px;
  color: #30343b;
}

.sd-summary__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.sd-summary__card {
  padding: 24px;
  border: 1px solid #d9dde5;
  border-radius: 8px;
  background: #f7f8fa;
}

.sd-summary__card--bottom {
  background: #f3f6fc;
  border-color: #d5dce9;
}

.sd-summary__card--best {
  background: #f4faf6;
  border-color: #d6e4dc;
}

.sd-summary__card--not {
  background: #fbf7ef;
  border-color: #e3dccf;
}

.sd-summary__card--verdict {
  background: #f8f9fb;
  border-color: #dde0e6;
}

.sd-summary__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0 0 14px;
  padding: 5px 11px 5px 5px;
  border-radius: 999px;
  color: #253044;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.sd-summary__badge--bottom {
  background: #dfe7fb;
}

.sd-summary__badge--best {
  background: #dff3e5;
  color: #2e5034;
}

.sd-summary__badge--not {
  background: #f7e8cc;
  color: #5a421c;
}

.sd-summary__badge--verdict {
  background: #e7e9ed;
  color: #2f3748;
}

.sd-summary__icon {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border-radius: 999px;
  color: #fff;
}

.sd-summary__badge--bottom .sd-summary__icon {
  background: #617ee8;
}

.sd-summary__badge--best .sd-summary__icon {
  background: #6fcf84;
}

.sd-summary__badge--not .sd-summary__icon {
  background: #efae42;
}

.sd-summary__badge--verdict .sd-summary__icon {
  background: #cfd3da;
  color: #384154;
}

.sd-summary__icon svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.sd-summary__body {
  font-size: 1.125rem;
  line-height: 1.55;
}

.sd-summary__body > *:first-child {
  margin-top: 0;
}

.sd-summary__body > *:last-child {
  margin-bottom: 0;
}

.sd-summary__body p {
  margin: 0 0 1em;
}

.sd-summary__consensus {
  padding-top: 4px;
}

.sd-consensus-widget {
  display: grid;
  gap: 18px;
}

.sd-summary__consensus-title {
  padding: 0 0 8px;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--sd-heading-color);
  font-size: var(--sd-h2-size);
  font-weight: 650;
  line-height: 1.18;
}

.sd-consensus-widget__points {
  display: grid;
  gap: 12px;
  color: #333;
  font-size: 1.05rem;
  line-height: 1.55;
}

.sd-consensus-widget__point {
  margin: 0;
}

.sd-consensus-widget__point strong {
  color: #202124;
}

.sd-consensus-widget__coverage {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #d8e1ea;
  border-radius: 8px;
  background: #f8fbfd;
  color: #374151;
  font-size: .98rem;
  line-height: 1.45;
}

.sd-consensus-widget__coverage strong {
  display: block;
  margin-bottom: 8px;
  color: #202124;
}

.sd-consensus-widget__coverage-list {
  display: grid;
  gap: 4px;
  margin: 0;
  padding-left: 1.25rem;
}

.sd-consensus-meter {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid #d9dde5;
  border-radius: 8px;
  background: #f8f9fb;
}

.sd-consensus-meter__track {
  position: relative;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #e1e6ed;
}

.sd-consensus-meter__fill {
  display: block;
  width: var(--sd-consensus-percent, 33.333%);
  height: 100%;
  min-width: 10px;
  border-radius: inherit;
  background: linear-gradient(90deg, #8fb3d9, #4d7fb7);
}

.sd-consensus-meter__labels {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  color: #5f6368;
  font-size: .9rem;
  line-height: 1.25;
  list-style: none;
}

.sd-consensus-meter__labels li {
  min-width: 0;
}

.sd-consensus-meter__labels .is-active {
  color: #202124;
  font-weight: 700;
}

.sd-product-actions {
  --sd-product-action-width: 164px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.sd-product-actions__form {
  display: inline-flex;
  min-width: var(--sd-product-action-width);
  margin: 0;
}

.sd-product-actions__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: var(--sd-product-action-width);
  min-height: 44px;
  padding: 11px 22px;
  border: 1px solid #30343b;
  border-radius: 6px;
  font: inherit;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.sd-product-actions__form .sd-product-actions__link {
  width: 100%;
}

.sd-product-actions__link:hover,
.sd-product-actions__link:focus {
  text-decoration: none;
}

.sd-product-actions__link--primary {
  background: #30343b;
  color: #fff;
}

.sd-product-actions__link--primary:hover,
.sd-product-actions__link--primary:focus {
  background: #1f232a;
  color: #fff;
}

.sd-product-actions__link--secondary {
  background: transparent;
  color: #30343b;
}

.sd-product-actions__link--secondary:hover,
.sd-product-actions__link--secondary:focus {
  background: #f0f2f5;
  color: #30343b;
}

.sd-current-model {
  width: min(100%, 820px);
  margin-top: 18px;
  color: #30343b;
}

.sd-current-model__label {
  margin: 0 0 8px;
  color: #4b5563;
  font-size: .86rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.sd-current-model__card {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 12px;
  border: 1px solid #d9e1ec;
  border-radius: 8px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .05);
}

.sd-current-model__card:hover,
.sd-current-model__card:focus {
  border-color: #9dbbdd;
  background: #f8fbff;
  color: inherit;
  text-decoration: none;
}

.sd-current-model__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.sd-current-model__image {
  display: block;
  width: 96px;
  height: 96px;
  object-fit: contain;
}

.sd-current-model__image--empty {
  border-radius: 6px;
  background: #edf1f6;
}

.sd-current-model__body {
  min-width: 0;
}

.sd-current-model__title {
  color: #202124;
  font-size: 1.05rem;
  font-weight: 750;
  line-height: 1.28;
  overflow-wrap: anywhere;
}

.sd-current-model__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  margin-top: 8px;
  color: #5f6368;
  font-size: .92rem;
  line-height: 1.25;
}

.sd-current-model__score {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  color: #30343b;
  font-weight: 750;
}

.sd-current-model__score .sd-stars {
  --star-size: .95rem;
}

.sd-current-model__cta {
  display: inline-block;
  margin-top: 10px;
  color: #1d5f99;
  font-size: .94rem;
  font-weight: 750;
  line-height: 1.25;
  text-decoration: underline;
  text-underline-offset: .16em;
}

.sd-current-model__card:hover .sd-current-model__cta,
.sd-current-model__card:focus .sd-current-model__cta {
  color: #163f66;
}

.sd-review-signals,
.sd-review-signals * {
  box-sizing: border-box;
}

.sd-review-signals,
.pas-attr-wrap,
.sd-product-people {
  --sd-signal-track: #eef2f6;
  --sd-signal-very-positive: #17613a;
  --sd-signal-positive: #62b982;
  --sd-signal-neutral: #94a3b8;
  --sd-signal-negative: #d46b6b;
  --sd-signal-very-negative: #842020;
}

.sd-review-signals {
  width: min(100%, 980px);
  max-width: 100%;
  margin-top: 38px;
  color: #30343b;
}

.pas-attr-title + .sd-review-signals {
  margin-top: -8px;
  margin-bottom: 30px;
}

.sd-review-signals__header {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 14px;
}

.sd-review-signals__title {
  margin: 0;
}

.sd-review-signals__header span {
  color: #5f6368;
  font-size: .92rem;
  line-height: 1.25;
}

.sd-review-signals__card {
  min-width: 0;
  padding: 18px;
  border: 1px solid #d8e1ea;
  border-radius: 8px;
  background: #fff;
}

.sd-review-signals__chart {
  display: grid;
  gap: 0;
}

.sd-review-signals__rows {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sd-review-signals__row {
  display: grid;
  grid-template-columns: minmax(112px, 160px) minmax(160px, 1fr) minmax(78px, auto);
  gap: 12px;
  align-items: center;
  min-width: 0;
  color: #30343b;
  font-size: .92rem;
  line-height: 1.25;
}

.sd-review-signals__row-label {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 8px;
  min-width: 0;
}

.sd-review-signals__row-name {
  color: #202124;
  font-weight: 700;
}

.sd-review-signals__row-range {
  color: #697386;
}

.sd-review-signals__row-track,
.pas-meter-track {
  width: 100%;
  height: 14px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--sd-signal-track);
}

.sd-review-signals__row-fill,
.pas-meter-fill {
  display: block;
  width: var(--sd-signal-pct, var(--pas-pct, 0%));
  min-width: 0;
  height: 100%;
  border-radius: inherit;
}

.sd-review-signals__row-fill[style*="0.00%"] {
  min-width: 0;
}

.sd-review-signals__row-fill--very-positive,
.pas-bar-very-positive .pas-meter-fill {
  background: var(--sd-signal-very-positive);
}

.sd-review-signals__row-fill--positive,
.pas-bar-positive .pas-meter-fill {
  background: var(--sd-signal-positive);
}

.sd-review-signals__row-fill--neutral,
.pas-bar-neutral .pas-meter-fill {
  background: var(--sd-signal-neutral);
}

.sd-review-signals__row-fill--negative,
.pas-bar-negative .pas-meter-fill {
  background: var(--sd-signal-negative);
}

.sd-review-signals__row-fill--very-negative,
.pas-bar-very-negative .pas-meter-fill {
  background: var(--sd-signal-very-negative);
}

.sd-review-signals__row-fill--above {
  background: #3c9d63;
}

.sd-review-signals__row-fill--same {
  background: #94a3b8;
}

.sd-review-signals__row-fill--below {
  background: #d46b6b;
}

.sd-review-signals__row-value {
  display: inline-flex;
  gap: 5px;
  justify-content: flex-end;
  min-width: 0;
  color: #202124;
  text-align: right;
  white-space: nowrap;
}

.sd-review-signals__row-value strong {
  font-weight: 800;
}

.sd-review-signals__row-value span {
  color: #4b5563;
  font-weight: 650;
}

.sd-review-signals + .pas-attr-wrap {
  margin-top: 30px;
}

.pas-attr-wrap,
.pas-attr-wrap * {
  box-sizing: border-box;
}

.pas-attr-wrap {
  margin-top: 44px;
  overflow-x: clip;
  color: #333;
}

.sd-product-people {
  margin-top: 44px;
}

.sd-product-people__title {
  margin: 0 0 24px;
}

.pas-attr-title {
  margin: 0 0 28px;
  color: #54595f;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0;
}

.pas-attr-group-title {
  margin: 0 0 18px;
  color: #54595f;
  font-size: 1.85rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.pas-attr-list + .pas-attr-group-title,
.pas-attr-disclosure + .pas-attr-group-title {
  margin-top: 32px;
}

.pas-attr-all-link {
  margin: 26px 0 0;
  font-size: 1rem;
  font-weight: 700;
}

.pas-attr-all-link a {
  color: #164b79;
  text-underline-offset: .18em;
}

.pas-attr-all-link a:hover,
.pas-attr-all-link a:focus-visible {
  color: #0f3b61;
}

.sd-feature-scores-page__header {
  width: min(100%, 980px);
  margin: 12px 0 6px;
}

.sd-feature-scores-page__title {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
}

.sd-feature-scores-page__title-row {
  display: flex;
  gap: 18px;
  align-items: center;
  min-width: 0;
}

.sd-feature-scores-page__intro {
  max-width: 780px;
  margin: 12px 0 0;
  color: #4b5563;
  font-size: 1.05rem;
  line-height: 1.6;
}

.sd-feature-scores-page__product-media {
  display: block;
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
}

.sd-feature-scores-page__product-image {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.sd-feature-scores-page .pas-attr-wrap {
  margin-top: 34px;
}

@media (max-width: 520px) {
  .sd-feature-scores-page__product-media {
    flex-basis: 64px;
    width: 64px;
    height: 64px;
  }

  .sd-feature-scores-page__product-image {
    width: 64px;
    height: 64px;
  }
}

.pas-attr-sort {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: -4px 0 18px;
}

.pas-attr-sort__label {
  color: #4b5563;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.2;
}

.pas-attr-sort__options {
  display: inline-flex;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid #cbd7e3;
  border-radius: 6px;
  background: #fff;
}

.pas-attr-sort__button {
  appearance: none;
  min-height: 36px;
  padding: 7px 11px !important;
  border: 0 !important;
  border-right: 1px solid #cbd7e3 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #2f4774 !important;
  cursor: pointer;
  font-family: inherit;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.pas-attr-sort__button:last-child {
  border-right: 0 !important;
}

.pas-attr-sort__button:hover,
.pas-attr-sort__button:focus-visible {
  background: #f1f6fa !important;
  color: #1d4f7d !important;
}

.pas-attr-sort__button:focus-visible {
  outline: 2px solid #2f75a8;
  outline-offset: -2px;
}

.pas-attr-sort__button[aria-pressed="true"] {
  background: #e6f0f8 !important;
  box-shadow: inset 0 -3px 0 #2f75a8;
  color: #163f65 !important;
}

.pas-attr-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 520px) {
  .pas-attr-sort {
    align-items: stretch;
  }

  .pas-attr-sort__label {
    flex: 0 0 100%;
  }

  .pas-attr-sort__options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }

  .pas-attr-sort__button {
    min-width: 0;
    padding: 7px 6px !important;
    white-space: normal;
  }
}

.pas-attr-subtitle {
  margin: -7px 0 12px;
  color: #64748b;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.35;
}

.pas-attr-item {
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, .11);
  border-radius: 8px;
  background: #fff;
}

.pas-attr-disclosure {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.pas-attr-disclosure[hidden] {
  display: none;
}

.pas-attr-show-more {
  min-height: 44px;
  padding: 10px 20px;
  border: 1px solid #2f4774 !important;
  border-radius: 6px;
  background: #fff !important;
  color: #2f4774 !important;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.pas-attr-show-more:hover,
.pas-attr-show-more:focus-visible {
  border-color: #2f4774 !important;
  background: #2f4774 !important;
  color: #fff !important;
}

.pas-attr-row {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  align-items: baseline;
  min-width: 0;
  margin-bottom: 18px;
}

.pas-attr-name {
  min-width: 0;
  color: #2f4774;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
}

.pas-attr-name a {
  display: inline-block;
  max-width: 100%;
  color: inherit;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-underline-offset: .12em;
}

.pas-attr-name a:hover,
.pas-attr-name a:focus {
  text-decoration: underline;
}

.pas-attr-meter {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  align-items: center;
  min-width: 0;
}

.pas-meter-bar {
  flex: 1 1 200px;
  min-width: 140px;
  max-width: 100%;
}

.pas-meter-track {
  margin-top: 1px;
}

.pas-meter-number {
  min-width: 2.6ch;
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
}

.pas-meter-reviews {
  display: inline-flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  gap: .35rem .45rem;
  align-items: center;
  min-width: 0;
  color: #555;
  font-size: 1rem;
  overflow-wrap: anywhere;
}

.pas-meter-consensus {
  display: inline-flex;
  align-items: center;
  min-height: 1.35rem;
  padding: .1rem .45rem;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 750;
  line-height: 1.15;
  white-space: nowrap;
}

.pas-meter-consensus--strong {
  background: rgba(98, 185, 130, .16);
  color: #17613a;
}

.pas-meter-consensus--moderate {
  background: rgba(148, 163, 184, .18);
  color: #42526b;
}

.pas-meter-consensus--mixed {
  background: rgba(247, 190, 94, .22);
  color: #835000;
}

.pas-meter-consensus--limited {
  background: rgba(148, 163, 184, .14);
  color: #5c6a7d;
}

.pas-attr-summary {
  margin-top: 14px;
  color: #333;
  font-size: 1.05rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.pas-attr-evidence {
  margin-top: 14px;
  padding-top: 13px;
  border-top: 1px solid #edf0f3;
}

.pas-attr-evidence-toggle {
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #1d4f7d !important;
  cursor: pointer;
  font-family: inherit;
  font-size: .98rem;
  font-weight: 750;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  text-underline-offset: .18em;
  transition: color .18s ease, text-decoration-color .18s ease;
}

.pas-attr-evidence-toggle::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid currentColor;
  transition: transform .18s ease;
}

.pas-attr-evidence-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.pas-attr-evidence-toggle:hover,
.pas-attr-evidence-toggle:focus,
.pas-attr-evidence-toggle:active {
  border: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #164c7b !important;
  text-decoration: underline;
}

.pas-attr-evidence-toggle[aria-expanded="true"] {
  color: #143f67 !important;
  text-decoration: underline;
}

.pas-attr-evidence-toggle:focus-visible {
  outline: 2px solid #8fb8df;
  outline-offset: 3px;
}

.pas-attr-evidence-toggle:disabled {
  cursor: progress;
  opacity: .7;
}

.pas-attr-evidence-row {
  --pas-evidence-pointer-x: 50%;
  grid-column: 1 / -1;
  min-width: 0;
}

.pas-attr-evidence-row[hidden] {
  display: none;
}

.pas-attr-evidence-panel {
  min-width: 0;
}

.pas-attr-evidence-card {
  position: relative;
  margin-top: 12px;
  padding: 20px;
  border: 1px solid #d8e7f5;
  border-top: 3px solid #8fb8df;
  border-radius: 8px;
  background: #f8fbff;
}

.pas-attr-evidence-card::before,
.pas-attr-evidence-card::after {
  content: "";
  position: absolute;
  left: min(max(var(--pas-evidence-pointer-x), 28px), calc(100% - 28px));
  width: 0;
  height: 0;
  transform: translateX(-50%);
}

.pas-attr-evidence-card::before {
  top: -15px;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #8fb8df;
  border-left: 13px solid transparent;
}

.pas-attr-evidence-card::after {
  top: -10px;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #f8fbff;
  border-left: 11px solid transparent;
}

.pas-attr-evidence-card__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #64748b;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1;
}

.pas-attr-evidence-card__close:hover,
.pas-attr-evidence-card__close:focus {
  background: #e9f2fb;
  color: #143f67;
}

.pas-attr-evidence-card__header {
  display: grid;
  gap: 4px;
  margin-bottom: 8px;
  padding-right: 34px;
}

.pas-attr-evidence-card__eyebrow {
  color: #1d5f99;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pas-attr-evidence-card__consensus {
  margin: 0 34px 8px 0;
  color: #27384a;
  font-size: .98rem;
  font-weight: 750;
  line-height: 1.45;
}

.pas-attr-evidence-card__intro,
.pas-attr-evidence-error {
  margin: 0;
  color: #4b5563;
  font-size: .92rem;
  line-height: 1.45;
}

.pas-attr-evidence-card__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.pas-attr-evidence-card__stat,
.pas-attr-evidence-card__score {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  border: 1px solid #d7e2ed;
  border-radius: 999px;
  background: #fff;
  color: #405468;
  font-size: .78rem;
  font-weight: 750;
  line-height: 1.2;
  white-space: normal;
}

.pas-attr-evidence-card__stat {
  gap: 5px;
  padding: 5px 8px;
}

.pas-attr-evidence-card__stat-count {
  font-weight: 850;
}

.pas-attr-evidence-card__score {
  margin-top: 2px;
  padding: 4px 8px;
}

.pas-attr-evidence-card__stat--very-positive,
.pas-attr-evidence-card__score--very-positive {
  border-color: #b6e2c6;
  background: #f1fbf5;
  color: #17613a;
}

.pas-attr-evidence-card__stat--positive,
.pas-attr-evidence-card__score--positive {
  border-color: #c7e6d1;
  background: #f6fcf8;
  color: #257044;
}

.pas-attr-evidence-card__stat--neutral,
.pas-attr-evidence-card__score--neutral {
  border-color: #d7e2ed;
  background: #f8fafc;
  color: #475569;
}

.pas-attr-evidence-card__stat--negative,
.pas-attr-evidence-card__score--negative {
  border-color: #f1c7c7;
  background: #fff7f7;
  color: #9b2c2c;
}

.pas-attr-evidence-card__stat--very-negative,
.pas-attr-evidence-card__score--very-negative {
  border-color: #eeb4b4;
  background: #fff1f1;
  color: #842020;
}

.pas-attr-evidence-card__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 14px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.pas-attr-evidence-card__item {
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 12px;
  border: 1px solid #e0ebf7;
  border-radius: 6px;
  background: rgba(255, 255, 255, .78);
}

.pas-attr-evidence-card__source {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.pas-attr-evidence-card__source-label {
  color: #64748b;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .07em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pas-attr-evidence-card__source-title {
  display: -webkit-box;
  color: #1d4f7d;
  font-size: .96rem;
  font-weight: 750;
  line-height: 1.32;
  overflow: hidden;
  overflow-wrap: anywhere;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

a.pas-attr-evidence-card__source-title:hover,
a.pas-attr-evidence-card__source-title:focus {
  text-decoration: underline;
}

.pas-attr-evidence-card__source-meta {
  color: #4b5563;
  font-size: .86rem;
  font-weight: 650;
  line-height: 1.35;
}

.pas-attr-evidence-card__quote {
  margin: 0;
  padding: 10px 12px;
  border-left: 3px solid #8fb8df;
  background: #fff;
  color: #2f4d68;
  font-size: .98rem;
  font-style: italic;
  line-height: 1.5;
}

.pas-attr-evidence-card__item--very-positive .pas-attr-evidence-card__quote,
.pas-attr-evidence-card__item--positive .pas-attr-evidence-card__quote {
  border-left-color: #62b982;
}

.pas-attr-evidence-card__item--neutral .pas-attr-evidence-card__quote {
  border-left-color: #94a3b8;
}

.pas-attr-evidence-card__item--negative .pas-attr-evidence-card__quote,
.pas-attr-evidence-card__item--very-negative .pas-attr-evidence-card__quote {
  border-left-color: #d46b6b;
}

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

.sd-faq {
  margin-top: 44px;
  color: #333;
}

.sd-faq__title {
  margin: 0 0 22px;
  color: #54595f;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0;
}

.sd-faq-items {
  display: grid;
  gap: 16px;
}

.sd-faq-item {
  padding: 22px 24px;
  border: 1px solid rgba(0, 0, 0, .11);
  border-radius: 8px;
  background: #fff;
}

.sd-faq-question {
  margin: 0 0 10px;
  color: #202124;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}

.sd-faq-answer {
  color: #333;
  font-size: 1.05rem;
  line-height: 1.55;
}

.sd-faq-answer p {
  margin: 0;
}

.sd-product-reviews {
  display: grid;
  gap: 28px;
  margin-top: 44px;
}

.sd-product-reviews__title {
  margin: 0;
}

.sd-product-reviews__intro {
  max-width: 760px;
  margin: -16px 0 2px;
  color: #4f5661;
  font-size: 1.02rem;
  line-height: 1.55;
}

.sd-review-block-title {
  margin: 0 0 18px;
  color: #54595f;
  font-size: 1.85rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

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

.sd-review-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .11);
  border-radius: 8px;
  background: #fff;
}

.sd-review-card-media {
  background: #f3f4f6;
}

.sd-review-card-media-link {
  display: block;
}

.sd-review-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
}

.sd-review-thumb--empty {
  background: linear-gradient(135deg, #eef0f4, #dfe3ea);
}

.sd-review-card-body {
  padding: 14px;
}

.sd-review-card-title {
  color: #2f4774;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

.sd-review-card-title-link {
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.sd-review-card-title-link:hover,
.sd-review-card-title-link:focus {
  text-decoration: underline;
}

.sd-review-card-source {
  margin-top: 4px;
  color: #6b7280;
  font-size: .86rem;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.sd-review-card-description {
  margin: 9px 0 0;
  color: #4b5563;
  font-size: .88rem;
  line-height: 1.42;
}

.sd-review-card-meta {
  margin-top: 8px;
  color: #666;
  font-size: .9rem;
  line-height: 1.3;
}

.sd-review-card-facts {
  display: grid;
  gap: 6px;
  margin: 10px 0 0;
}

.sd-review-card-fact {
  display: flex;
  gap: 8px;
  align-items: baseline;
  justify-content: space-between;
  min-width: 0;
  color: #5f6368;
  font-size: .82rem;
  line-height: 1.25;
}

.sd-review-card-fact dt {
  flex: 0 0 auto;
  color: #6b7280;
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.sd-review-card-fact dd {
  min-width: 0;
  margin: 0;
  color: #374151;
  font-weight: 650;
  overflow-wrap: anywhere;
  text-align: right;
}

.sd-review-card-fact--score dd {
  color: #1f5134;
  font-weight: 850;
}

.sd-review-loadmore-wrap {
  margin-top: 18px;
}

.sd-review-loadmore-btn {
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid #30343b;
  border-radius: 6px;
  background: transparent;
  color: #30343b;
  font-weight: 700;
  cursor: pointer;
}

.sd-review-loadmore-btn:hover,
.sd-review-loadmore-btn:focus {
  background: #f0f2f5;
  color: #30343b;
  border-color: #30343b;
}

.sd-review-loadmore-btn:disabled {
  cursor: progress;
  opacity: .65;
}

.sd-yt-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.sd-yt-modal.is-open {
  display: block;
}

.sd-yt-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .7);
}

.sd-yt-modal__dialog {
  position: relative;
  max-width: 960px;
  margin: 6vh auto 0;
  overflow: hidden;
  border-radius: 8px;
  background: #000;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .4);
}

.sd-yt-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .15);
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  cursor: pointer;
}

.sd-yt-modal__ratio {
  position: relative;
  padding-top: 56.25%;
}

.sd-yt-modal__ratio iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Attribute page wrapper */
.sd-attribute-page {
  width: 100%;
}

.sd-category-page {
  width: 100%;
}

.sd-brand-page {
  width: 100%;
}

.sd-brands-page {
  width: 100%;
}

.sd-front-page {
  width: 100%;
}

.sd-compare-page {
  width: 100%;
}

.sd-product-finder-page {
  width: 100%;
}

.sd-attribute-page__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 18px 56px;
}

.sd-front-page__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 18px 56px;
}

.sd-category-page__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 18px 56px;
}

.sd-brand-page__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 18px 56px;
}

.sd-brands-page__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 18px 56px;
}

.sd-compare-page__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 18px 56px;
}

.sd-product-finder-page__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 18px 56px;
}

.sd-attribute-page__header {
  margin: 20px 0 28px;
}

.sd-category-page__header {
  margin: 20px 0 28px;
}

.sd-brand-page__header {
  margin: 20px 0 28px;
}

.sd-brands-page__header {
  max-width: 780px;
  margin: 20px 0 26px;
}

.sd-brands-page__header p {
  margin: 10px 0 0;
  color: #4b5563;
  font-size: 1.02rem;
  line-height: 1.5;
}

.sd-attribute-page__title {
  margin: 0 0 8px;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  line-height: 1.1;
  text-transform: capitalize;
}

.sd-category-page__title {
  margin: 0 0 8px;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  line-height: 1.1;
  text-transform: capitalize;
}

.sd-brand-page__title {
  margin: 0 0 8px;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  line-height: 1.1;
}

.sd-brands-page__title {
  margin: 0;
  color: var(--sd-heading-color);
  font-size: 2.15rem;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0;
}

.sd-compare-page__title {
  margin: 0 0 1.5rem;
  color: #54595f;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  font-weight: 600;
  line-height: 1.1;
}

.sd-category-products {
  margin-top: 1.5rem;
}

.sd-front-decision {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  gap: 28px;
  align-items: center;
  margin: 24px 0 36px;
  padding: 30px;
  border: 1px solid #d8e1ea;
  border-radius: 8px;
  background: #f8fbfd;
}

.sd-front-decision * {
  box-sizing: border-box;
}

.sd-front-decision__copy {
  max-width: 680px;
}

.sd-front-decision__eyebrow {
  margin: 0 0 10px;
  color: #1d5f99;
  font-size: .92rem;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sd-front-decision__title {
  margin: 0;
  color: #374151;
  font-size: 2.15rem;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.sd-front-decision__summary {
  margin: 14px 0 0;
  color: #334155;
  font-size: 1.08rem;
  line-height: 1.55;
}

.sd-front-decision__tool {
  --sd-front-decision-action-width: 188px;
  display: grid;
  gap: 16px;
  min-width: 0;
  padding: 18px;
  border: 1px solid #d8e1ea;
  border-radius: 8px;
  background: #fff;
}

.sd-front-decision__form {
  display: grid;
  gap: 12px;
}

.sd-front-decision__label {
  color: #202124;
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.25;
}

.sd-front-decision__control-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--sd-front-decision-action-width);
  gap: 10px;
  align-items: stretch;
}

.sd-front-decision__select {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid #b8c9dc;
  border-radius: 6px;
  background: #f7f8f9;
  color: #202124;
  font: inherit;
  line-height: 1.2;
}

.sd-front-decision__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  width: 100%;
  min-width: 0;
  padding: 10px 16px;
  border: 1px solid #244f7a;
  border-radius: 6px;
  background: #244f7a;
  color: #fff;
  font: inherit;
  font-weight: 750;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.sd-front-decision__compare-form {
  margin: 0;
}

.sd-front-decision__button--secondary {
  background: #fff;
  color: #244f7a;
}

.sd-front-decision__button:hover,
.sd-front-decision__button:focus {
  border-color: #193b5d;
  background: #193b5d;
  color: #fff;
  text-decoration: none;
}

.sd-front-decision__compare {
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--sd-front-decision-action-width);
  gap: 10px;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid #e1e8ef;
}

.sd-front-decision__compare strong,
.sd-front-decision__compare span {
  display: block;
}

.sd-front-decision__compare strong {
  color: #202124;
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.25;
}

.sd-front-decision__compare span {
  margin-top: 4px;
  color: #4b5563;
  font-size: .92rem;
  line-height: 1.35;
}

.sd-product-finder-entry {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin: 24px 0 32px;
  padding: 18px 20px;
  border: 1px solid #d8e1ea;
  border-radius: 8px;
  background: #f7fbfd;
}

.sd-product-finder-entry + .sd-product-finder-entry--compare {
  margin-top: -14px;
}

.sd-product-finder-entry h2 {
  margin: 0 0 6px;
  color: var(--sd-heading-color);
  font-size: var(--sd-h2-size);
  line-height: 1.2;
}

.sd-product-finder-entry p {
  margin: 0;
  color: #374151;
  line-height: 1.45;
}

.sd-product-finder-entry__form {
  margin: 0;
}

.sd-product-finder-entry__button,
.sd-product-finder__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid #244f7a;
  border-radius: 6px;
  background: #244f7a;
  color: #fff;
  font: inherit;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.sd-product-finder-entry__button {
  min-width: 168px;
}

.sd-product-finder-entry__button:hover,
.sd-product-finder-entry__button:focus,
.sd-product-finder__submit:hover,
.sd-product-finder__submit:focus {
  border-color: #193b5d;
  background: #193b5d;
  color: #fff;
}

.sd-decision-dashboard {
  margin: 24px 0 32px;
  padding: 18px;
  border: 1px solid #d8e1ea;
  border-radius: 8px;
  background: #f8fbfd;
}

.sd-decision-dashboard__header {
  margin: 0 0 14px;
}

.sd-decision-dashboard__header h2 {
  margin: 0;
  color: var(--sd-heading-color);
  font-size: var(--sd-h2-size);
  line-height: 1.2;
}

.sd-decision-dashboard__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.sd-decision-card {
  min-width: 0;
  padding: 14px;
  border: 1px solid #d8e1ea;
  border-radius: 8px;
  background: #fff;
}

.sd-decision-card__label {
  margin: 0 0 8px;
  color: #4b5563;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.sd-decision-card__title {
  margin: 0;
  color: #202124;
  font-size: 1.06rem;
  font-weight: 750;
  line-height: 1.25;
}

.sd-decision-card__title a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: .12em;
}

.sd-decision-card__metric {
  margin-top: 8px;
  color: #1f5134;
  font-size: .94rem;
  font-weight: 700;
  line-height: 1.3;
}

.sd-decision-card p {
  margin: 8px 0 0;
  color: #374151;
  font-size: .94rem;
  line-height: 1.42;
}

.sd-decision-dashboard__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.sd-decision-dashboard__form {
  display: inline-flex;
  margin: 0;
}

.sd-decision-dashboard__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid #244f7a;
  border-radius: 6px;
  background: #244f7a;
  color: #fff;
  font: inherit;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.sd-decision-dashboard__button--secondary {
  background: #fff;
  color: #244f7a;
}

.sd-decision-dashboard__button:hover,
.sd-decision-dashboard__button:focus {
  border-color: #193b5d;
  background: #193b5d;
  color: #fff;
}

.sd-brand-products {
  margin-top: 1.5rem;
}

.sd-brands-ranking {
  margin-top: 1.25rem;
}

.sd-brands-ranking__summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 24px;
}

.sd-brands-ranking__summary-item {
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid #d8e1ea;
  border-radius: 8px;
  background: #f8fbfd;
}

.sd-brands-ranking__summary-item span,
.sd-brands-ranking__summary-item strong {
  display: block;
}

.sd-brands-ranking__summary-item span {
  color: #4b5563;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.sd-brands-ranking__summary-item strong {
  margin-top: 6px;
  color: #202124;
  font-size: 1.45rem;
  font-weight: 780;
  line-height: 1;
}

.sd-brands-ranking__heading {
  display: flex;
  gap: 16px;
  align-items: end;
  justify-content: space-between;
  margin: 0 0 16px;
}

.sd-brands-ranking__heading h2 {
  margin: 0;
  color: var(--sd-heading-color);
  font-size: 1.55rem;
  font-weight: 650;
  line-height: 1.2;
}

.sd-brands-ranking__heading p {
  max-width: 620px;
  margin: 0;
  color: #4b5563;
  font-size: .96rem;
  line-height: 1.45;
}

.sd-brands-ranking__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.sd-brand-rank-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 16px;
  padding: 18px;
  border: 1px solid #d8e1ea;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(31, 41, 55, .05);
}

.sd-brand-rank-card__top {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  justify-content: space-between;
}

.sd-brand-rank-card__identity {
  display: grid;
  min-width: 0;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.sd-brand-rank-card__rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 34px;
  padding: 7px 9px;
  border-radius: 999px;
  background: #202124;
  color: #fff;
  font-size: .88rem;
  font-weight: 800;
  line-height: 1;
}

.sd-brand-rank-card__title {
  min-width: 0;
  margin: 0;
  color: #202124;
  font-size: 1.2rem;
  font-weight: 780;
  line-height: 1.22;
  letter-spacing: 0;
}

.sd-brand-rank-card__title a {
  color: inherit;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.sd-brand-rank-card__title a:hover,
.sd-brand-rank-card__title a:focus {
  color: #164b79;
  text-decoration: underline;
  text-underline-offset: .12em;
}

.sd-brand-rank-card__rating {
  flex: 0 0 auto;
  min-width: 86px;
  padding: 9px 10px;
  border: 1px solid #b7d8c6;
  border-radius: 8px;
  background: #f1fbf5;
  text-align: center;
}

.sd-brand-rank-card__rating strong,
.sd-brand-rank-card__rating span {
  display: block;
}

.sd-brand-rank-card__rating strong {
  color: #1f5134;
  font-size: 1.5rem;
  font-weight: 820;
  line-height: 1;
}

.sd-brand-rank-card__rating span {
  margin-top: 4px;
  color: #376247;
  font-size: .74rem;
  font-weight: 760;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.sd-brand-rank-card__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.sd-brand-rank-card__metrics div {
  min-width: 0;
  padding: 10px;
  border: 1px solid #e3e8ef;
  border-radius: 8px;
  background: #f8fafc;
}

.sd-brand-rank-card__metrics dt {
  margin: 0 0 5px;
  color: #64748b;
  font-size: .74rem;
  font-weight: 750;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.sd-brand-rank-card__metrics dd {
  margin: 0;
  color: #202124;
  font-size: 1rem;
  font-weight: 780;
  line-height: 1.15;
}

.sd-brand-rank-card__categories {
  display: grid;
  gap: 10px;
}

.sd-brand-rank-card__categories h3 {
  margin: 0;
  color: #374151;
  font-size: .96rem;
  font-weight: 780;
  line-height: 1.25;
}

.sd-brand-rank-card__categories ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sd-brand-rank-card__categories li {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.sd-brand-rank-card__categories a,
.sd-brand-rank-card__category-static {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid #e3e8ef;
  border-radius: 8px;
  background: #fff;
  color: #202124;
  text-decoration: none;
}

.sd-brand-rank-card__categories a:hover,
.sd-brand-rank-card__categories a:focus {
  border-color: #b8c9dc;
  background: #f7fbfd;
  color: #164b79;
}

.sd-brand-rank-card__categories a span,
.sd-brand-rank-card__category-static span {
  min-width: 0;
  overflow-wrap: anywhere;
  font-weight: 700;
  line-height: 1.22;
}

.sd-brand-rank-card__categories a strong,
.sd-brand-rank-card__category-static strong {
  color: #1f5134;
  font-weight: 820;
  line-height: 1;
}

.sd-brand-rank-card__categories small {
  color: #64748b;
  font-size: .8rem;
  line-height: 1.25;
}

.sd-brand-rank-card__top-product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 5px 12px;
  align-items: center;
  margin-top: auto;
  padding-top: 2px;
}

.sd-brand-rank-card__top-product span {
  grid-column: 1 / -1;
  color: #64748b;
  font-size: .74rem;
  font-weight: 760;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.sd-brand-rank-card__top-product a {
  min-width: 0;
  color: #202124;
  overflow-wrap: anywhere;
  font-weight: 750;
  line-height: 1.25;
  text-decoration: underline;
  text-underline-offset: .12em;
}

.sd-brand-rank-card__top-product a:hover,
.sd-brand-rank-card__top-product a:focus {
  color: #164b79;
}

.sd-brand-rank-card__top-product strong {
  color: #1f5134;
  font-weight: 820;
  line-height: 1;
}

.sd-brand-rank-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #244f7a;
  border-radius: 6px;
  background: #244f7a;
  color: #fff;
  font-weight: 760;
  line-height: 1.1;
  overflow-wrap: anywhere;
  text-align: center;
  text-decoration: none;
}

.sd-brand-rank-card__action:hover,
.sd-brand-rank-card__action:focus {
  border-color: #193b5d;
  background: #193b5d;
  color: #fff;
  text-decoration: none;
}

.sd-category-page__empty,
.sd-brand-page__empty,
.sd-brands-page__empty {
  margin: 0;
}

.sd-product-compare {
  margin: 1.5rem 0;
  color: #30343b;
}

.sd-product-finder {
  margin: 1.25rem 0 0;
  color: #30343b;
}

.sd-product-finder__header {
  max-width: 760px;
  margin: 0 0 26px;
}

.sd-product-finder__header p {
  margin: 10px 0 0;
  color: #4b5563;
  font-size: 1.05rem;
  line-height: 1.5;
}

.sd-product-finder__layout {
  display: grid;
  gap: 28px;
}

.sd-product-finder__panel {
  padding: 20px;
  border: 1px solid #d8e1ea;
  border-radius: 8px;
  background: #fff;
}

.sd-product-finder__panel h2,
.sd-product-finder__results h2 {
  margin: 0 0 18px;
  color: var(--sd-heading-color);
  font-size: var(--sd-h2-size);
  line-height: 1.2;
}

.sd-product-finder__form {
  display: grid;
  gap: 20px;
}

.sd-product-finder__fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.sd-product-finder__fieldset legend {
  margin: 0 0 10px;
  color: #202124;
  font-size: var(--sd-h3-size);
  font-weight: 650;
  line-height: 1.25;
}

.sd-product-finder__question-hint {
  margin: -4px 0 12px;
  color: #5b6570;
  font-size: .95rem;
  line-height: 1.4;
}

.sd-product-finder__options,
.sd-product-finder__category-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sd-product-finder__option,
.sd-product-finder__category-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 9px 12px;
  border: 1px solid #bed7f3;
  border-radius: 999px;
  background: #fff;
  color: #1f4772;
  font-weight: 650;
  line-height: 1.15;
  text-decoration: none;
}

.sd-product-finder__option:has(input:checked) {
  border-color: #244f7a;
  background: #eaf3fb;
  color: #173857;
}

.sd-product-finder__option input {
  margin: 0;
}

.sd-product-finder__option:has(input:disabled) {
  cursor: not-allowed;
  opacity: .55;
}

.sd-product-finder__options--attribute-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.sd-product-finder__options--attribute-grid .sd-product-finder__option {
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  border-radius: 10px;
  justify-content: flex-start;
}

.sd-product-finder__category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
}

.sd-product-finder__category-grid .sd-product-finder__category-link {
  box-sizing: border-box;
  width: 100%;
  min-height: 48px;
  padding: 10px 14px;
  border-radius: 10px;
  justify-content: flex-start;
}

@media (max-width: 1600px) {
  .sd-product-finder__category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .sd-product-finder__options--attribute-grid,
  .sd-product-finder__category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .sd-product-finder__options--attribute-grid,
  .sd-product-finder__category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .sd-product-finder__options--attribute-grid,
  .sd-product-finder__category-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.sd-product-finder__category-link:hover,
.sd-product-finder__category-link:focus {
  border-color: #8cb9e7;
  background: #eef6ff;
}

.sd-product-finder__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.sd-product-finder__secondary {
  color: #1d5f99;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: .12em;
}

.sd-product-finder__results {
  display: grid;
  gap: 24px;
}

.sd-product-finder__best {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: 20px;
  border: 1px solid #d8e1ea;
  border-radius: 8px;
  background: #f8fbfd;
}

.sd-product-finder__best-card .sd-product-card__media {
  margin-bottom: .85rem;
}

.sd-product-finder__explain {
  display: grid;
  gap: 14px;
  color: #334155;
  font-size: 1.05rem;
  line-height: 1.55;
}

.sd-product-finder__explain p {
  margin: 0;
}

.sd-product-finder__explain strong {
  color: #202124;
}

.sd-product-finder__explain a {
  color: #1d5f99;
  font-weight: 650;
}

.sd-product-finder__more-title {
  margin-top: 10px !important;
}

.sd-product-finder__empty {
  margin: 0;
  color: #4b5563;
}

.sd-product-compare * {
  box-sizing: border-box;
}

.sd-product-compare__intro,
.sd-product-compare__compare {
  display: grid;
  gap: 16px;
  align-items: start;
}

.sd-product-compare__intro {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
}

.sd-product-compare__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.sd-product-compare__vs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 999px;
  background: #30343b;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.sd-product-compare__key {
  display: none;
}

.sd-product-compare__key-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
}

.sd-product-compare__key-title {
  min-width: 0;
  overflow: hidden;
  color: #30343b;
  font-weight: 600;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sd-product-compare__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sd-product-compare__key-item--p1 {
  color: #1d5f99;
}

.sd-product-compare__key-item--p2 {
  color: #1f5134;
}

.sd-product-compare__verdict {
  display: grid;
  gap: 16px;
}

.sd-product-compare__verdict-heading {
  display: grid;
  gap: 4px;
}

.sd-product-compare__eyebrow {
  margin: 0;
  color: #486581;
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.sd-product-compare__verdict h2 {
  margin: 0;
  color: var(--sd-heading-color);
  font-size: var(--sd-h2-size);
  line-height: 1.2;
}

.sd-product-compare__verdict-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 62px minmax(0, 1fr);
  gap: 16px;
}

.sd-product-compare__verdict-item {
  margin: 0;
  padding: 14px;
  border: 1px solid #d8e1ea;
  border-radius: 8px;
  color: #334e68;
  font-weight: 600;
  line-height: 1.45;
}

.sd-product-compare__verdict-item--p1 {
  grid-column: 1;
  border-color: #b9d5ee;
  background: #f4f9fe;
}

.sd-product-compare__verdict-item--p2 {
  grid-column: 3;
  border-color: #b7ddc5;
  background: #f4fbf6;
}

.sd-product-compare__position {
  display: grid;
  gap: 16px;
}

.sd-product-compare__position h2 {
  margin: 0;
  color: var(--sd-heading-color);
  font-size: var(--sd-h2-size);
  line-height: 1.2;
}

.sd-product-compare__position-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 62px minmax(0, 1fr);
  gap: 16px;
}

.sd-product-compare__position-card {
  display: grid;
  gap: 16px;
  min-width: 0;
  padding: 16px;
  border: 1px solid #d8e1ea;
  border-radius: 8px;
  background: #fff;
}

.sd-product-compare__position-card--p1 {
  grid-column: 1;
  border-color: #b9d5ee;
  border-top: 4px solid #4f93ca;
  background: #f7fbff;
}

.sd-product-compare__position-card--p2 {
  grid-column: 3;
  border-color: #b7ddc5;
  border-top: 4px solid #5fa879;
  background: #f7fcf8;
}

.sd-product-compare__position-card h3 {
  margin: 0;
  color: #202124;
  font-size: var(--sd-h3-size);
  line-height: 1.25;
}

.sd-product-compare__position-group {
  display: grid;
  gap: 8px;
}

.sd-product-compare__position-group h4 {
  margin: 0;
  color: #202124;
  font-size: 1rem;
  line-height: 1.25;
}

.sd-product-compare__position-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 1.1rem;
  color: #334e68;
  line-height: 1.45;
}

.sd-product-compare__position-empty {
  margin: 0;
  color: #5f6b7a;
  line-height: 1.45;
}

.sd-product-compare__column,
.sd-product-compare__picker,
.sd-product-compare__row {
  border: 1px solid #d8e1ea;
  border-radius: 8px;
  background: #fff;
}

.sd-product-compare__column,
.sd-product-compare__picker {
  padding: 20px;
}

.sd-product-compare__column--p1 {
  border-color: #b9d5ee;
  border-top: 4px solid #4f93ca;
  background: #f7fbff;
}

.sd-product-compare__column--p2 {
  border-color: #b7ddc5;
  border-top: 4px solid #5fa879;
  background: #f7fcf8;
}

.sd-product-compare__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sd-product-compare__card--removable {
  padding-top: 2px;
}

.sd-product-compare__remove {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #d8e1ea;
  border-radius: 999px;
  background: #fff;
  color: #30343b;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.sd-product-compare__remove:hover,
.sd-product-compare__remove:focus {
  border-color: #9fb3c8;
  background: #f3f7fb;
  color: #202124;
  text-decoration: none;
}

.sd-product-compare__thumb {
  display: flex;
  justify-content: center;
  text-decoration: none;
}

.sd-product-compare__image {
  display: block;
  width: 300px;
  max-width: 100%;
  height: 300px;
  object-fit: contain;
  border-radius: 8px;
  background: #f6f7f9;
}

.sd-product-compare__image--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #677786;
  font-weight: 600;
}

.sd-product-compare__title {
  margin: 0;
  color: #202124;
  font-size: 1.25rem;
  line-height: 1.2;
}

.sd-product-compare__title a {
  color: inherit;
  text-decoration: none;
}

.sd-product-compare__title a:hover,
.sd-product-compare__title a:focus {
  text-decoration: underline;
}

.sd-product-compare__card--p1 .sd-product-compare__title a {
  color: #1d5f99;
}

.sd-product-compare__card--p2 .sd-product-compare__title a {
  color: #1f6a3d;
}

.sd-product-compare__meta {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border-radius: 8px;
  background: #f3f7fb;
  color: #486581;
  font-size: .9rem;
}

.sd-product-compare__meta strong {
  color: #202124;
  font-size: 1.2rem;
  line-height: 1;
}

.sd-product-compare__picker {
  background: #f8fbfd;
}

.sd-product-compare__picker h2 {
  margin: 0 0 8px;
  color: #202124;
  font-size: 1.35rem;
  line-height: 1.2;
}

.sd-product-compare__picker p {
  margin: 0 0 16px;
  color: #486581;
}

.sd-product-compare__picker-links {
  display: grid;
  gap: 10px;
}

.sd-product-compare__picker-form {
  display: grid;
  gap: 10px;
  margin: 0;
}

.sd-product-compare__picker-label {
  color: #202124;
  font-weight: 700;
  line-height: 1.2;
}

.sd-product-compare__picker-select {
  width: 100%;
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid #bcccdc;
  border-radius: 8px;
  background: #fff;
  color: #202124;
  font: inherit;
  line-height: 1.25;
}

.sd-product-compare__picker-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #30343b;
  border-radius: 8px;
  background: #30343b;
  color: #fff;
  font: inherit;
  font-weight: 700;
  line-height: 1.1;
  cursor: pointer;
}

.sd-product-compare__picker-submit:hover,
.sd-product-compare__picker-submit:focus {
  border-color: #1f232a;
  background: #1f232a;
  color: #fff;
}

.sd-product-compare__picker-link {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border: 1px solid #bcccdc;
  border-radius: 8px;
  background: #fff;
  color: #202124;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

form:tool-form-active {
  outline: 2px solid #244f7a;
  outline-offset: 3px;
  border-radius: 8px;
}

button:tool-submit-active,
input:tool-submit-active {
  outline: 2px solid #d46b6b;
  outline-offset: 2px;
}

.sd-product-compare__picker-link:hover,
.sd-product-compare__picker-link:focus {
  border-color: #829ab1;
  background: #f7fafc;
  outline: none;
}

.sd-product-compare__picker-link::after {
  content: "Compare";
  flex: 0 0 auto;
  padding: 6px 10px;
  border-radius: 999px;
  background: #30343b;
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.sd-product-compare__picker-link--start::after {
  content: "Start";
}

.sd-product-compare__rows {
  display: grid;
  gap: 12px;
}

.sd-product-compare__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 62px minmax(0, 1fr);
  gap: 12px 16px;
  align-items: start;
  padding: 16px;
}

.sd-product-compare__label {
  grid-column: 1 / -1;
  color: #202124;
  font-weight: 700;
  line-height: 1.3;
}

.sd-product-compare__metric {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
  padding: 4px 0 4px 12px;
  border-left: 3px solid transparent;
  border-radius: 4px;
}

.sd-product-compare__metric--p1 {
  grid-column: 1;
  border-left-color: #4f93ca;
  background: linear-gradient(90deg, #f3f9fe 0%, rgba(243, 249, 254, 0) 85%);
}

.sd-product-compare__metric--p2 {
  grid-column: 3;
  border-left-color: #5fa879;
  background: linear-gradient(90deg, #f2fbf5 0%, rgba(242, 251, 245, 0) 85%);
}

.sd-product-compare__metric--empty {
  justify-content: center;
  color: #334e68;
}

.sd-product-compare__metric--empty > span {
  color: #202124;
}

.sd-product-compare__metric--p1.sd-product-compare__metric--empty > span {
  color: #1d5f99;
}

.sd-product-compare__metric--p2.sd-product-compare__metric--empty > span {
  color: #1f6a3d;
}

.sd-product-compare__score {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 36px;
  border-radius: 999px;
  background: #edf1f5;
  color: #30343b;
  font-size: 1rem;
  font-weight: 700;
}

.sd-product-compare__metric--p1 .sd-product-compare__score {
  background: #dceefa;
  color: #1d5f99;
}

.sd-product-compare__metric--p2 .sd-product-compare__score {
  background: #dff2e5;
  color: #1f5134;
}

.sd-product-compare__summary {
  margin: 0;
  color: #334e68;
  line-height: 1.55;
}

.sd-product-compare__summary--empty {
  color: #334e68;
}

.sd-product-compare__notice {
  padding: 16px 18px;
  border: 1px solid #d8e1ea;
  border-radius: 8px;
  background: #f8fbfd;
  color: #334e68;
}

.sd-attr-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin: 0 0 30px;
}

.sd-attr-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 14px;
  border: 1px solid #bcd9ff;
  border-radius: 999px;
  background: #fff;
  color: #244372;
  font-size: .98rem;
  line-height: 1.2;
  text-decoration: none;
}

.sd-attr-chip:hover,
.sd-attr-chip:focus {
  border-color: #95c3ff;
  background: #edf6ff;
  color: #163762;
}

.sd-category-subcategories {
  margin: 0 0 28px;
}

.sd-category-subcategories__title {
  margin: 0 0 .75rem;
  color: #4b5563;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.25;
}

.sd-category-subcategories__list {
  margin-bottom: 0;
}

.sd-category-subcategory-chip {
  max-width: 100%;
}

.sd-category-subcategory-chip__name {
  min-width: 0;
  overflow-wrap: anywhere;
}

.sd-category-subcategories .sd-category-products__tools {
  margin: 1rem 0 0;
}

/* Reusable product card grid */
.sd-product-cards,
.sd-attr-products {
  margin: 1.5rem 0;
}

.sd-attr-products__tools {
  margin: 0 0 1.35rem;
}

.sd-attr-products__filter-group + .sd-attr-products__filter-group {
  margin-top: 1rem;
}

.sd-attr-products__filter-label {
  margin: 0 0 .65rem;
  color: #4b5563;
  font-size: .9rem;
  font-weight: 700;
}

.sd-attr-subcategory-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.sd-attr-subcategory-filter__chip {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 38px;
  padding: 7px 12px;
  border: 1px solid #d8e1ea;
  border-radius: 999px;
  background: #fff;
  color: #244372;
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
}

.sd-attr-subcategory-filter__chip[hidden] {
  display: none;
}

button.sd-attr-subcategory-filter__chip {
  cursor: pointer;
  font-family: inherit;
}

.sd-release-year-filter__more {
  color: #244372;
}

.sd-attr-subcategory-filter__chip:hover,
.sd-attr-subcategory-filter__chip:focus {
  border-color: #95c3ff;
  background: #edf6ff;
  color: #163762;
}

.sd-attr-subcategory-filter__chip.is-active {
  border-color: #244f7a;
  background: #244f7a;
  color: #fff;
}

.sd-attr-subcategory-filter__chip:disabled {
  cursor: progress;
  opacity: .68;
}

.sd-attr-subcategory-filter__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.55rem;
  height: 1.55rem;
  padding: 0 .38rem;
  border-radius: 999px;
  background: #e8eef6;
  color: #334e68;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
}

.sd-attr-subcategory-filter__chip.is-active .sd-attr-subcategory-filter__count {
  background: rgba(255, 255, 255, .18);
  color: #fff;
}

.sd-attr-products__filter-note {
  margin: .7rem 0 0;
  color: #4b5563;
  font-size: .92rem;
  line-height: 1.4;
}

.sd-product-alternatives {
  margin-top: 46px;
}

.sd-category-average {
  margin: 34px 0 0;
}

.sd-category-average__title {
  margin: 0 0 12px;
}

.sd-category-average__summary {
  max-width: 980px;
  margin: 0 0 14px;
  color: #334e68;
  line-height: 1.5;
}

.sd-category-average__signals {
  margin-top: 18px;
  margin-bottom: 18px;
}

.sd-category-average__table-title {
  margin: 22px 0 10px;
  color: #54595f;
  font-size: 1.35rem;
  font-weight: 650;
  line-height: 1.25;
  letter-spacing: 0;
}

.sd-category-average__table-wrap {
  overflow-x: auto;
  border: 1px solid #d8e1ea;
  border-radius: 8px;
  background: #fff;
}

.sd-category-average__table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-size: .96rem;
}

.sd-category-average__table th,
.sd-category-average__table td {
  padding: 12px 14px;
  border-bottom: 1px solid #e5ebf2;
  text-align: left;
  vertical-align: top;
}

.sd-category-average__table thead th {
  background: #f8fbfd;
  color: #202124;
  font-weight: 700;
}

.sd-category-average__table tbody tr:last-child th,
.sd-category-average__table tbody tr:last-child td {
  border-bottom: 0;
}

.sd-category-average__diff {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  padding: 4px 8px;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1;
}

.sd-category-average__diff.is-positive {
  background: #e6f4ea;
  color: #1f5134;
}

.sd-category-average__diff.is-negative {
  background: #fdecec;
  color: #8a2f2b;
}

.sd-category-average__diff.is-neutral {
  background: #edf2f7;
  color: #334e68;
}

.sd-alternative-finder {
  margin: 42px 0 0;
}

.sd-alternative-finder__title {
  margin: 0 0 18px;
}

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

.sd-alternative-finder__item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
  min-width: 0;
  padding: 16px;
  border: 1px solid #d8e1ea;
  border-radius: 8px;
  background: #f8fbfd;
}

.sd-alternative-finder__body {
  min-width: 0;
}

.sd-alternative-finder__item-title {
  margin: 0 0 8px;
  color: #202124;
  font-size: var(--sd-h3-size);
  line-height: 1.25;
}

.sd-alternative-finder__item p {
  margin: 0;
  color: #334e68;
  line-height: 1.5;
}

.sd-alternative-finder__item a {
  color: #1d5f99;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: .12em;
}

.sd-alternative-finder__compare {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 12px;
  border: 1px solid #244f7a;
  border-radius: 6px;
  background: #244f7a;
  color: #fff !important;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
}

.sd-alternative-finder__compare:hover,
.sd-alternative-finder__compare:focus {
  border-color: #193b5d;
  background: #193b5d;
}

.sd-front-best-for {
  margin: 42px 0 46px;
}

.sd-front-best-for__header {
  max-width: 860px;
  margin: 0 0 20px;
}

.sd-front-best-for__header h2 {
  margin: 0;
  color: var(--sd-heading-color);
  font-size: var(--sd-h2-size);
  font-weight: 700;
  line-height: 1.15;
}

.sd-front-best-for__header p {
  margin: 8px 0 0;
  color: #4b5563;
  line-height: 1.5;
}

.sd-front-best-for__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.sd-front-best-for__card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: start;
  gap: 10px 14px;
  min-width: 0;
  padding: 14px;
  border: 1px solid #d8e1ea;
  border-radius: 8px;
  background: #fff;
}

.sd-front-best-for__media {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  height: auto;
  width: 100%;
  min-height: 0;
  padding: 10px;
  border: 1px solid #e5ebf2;
  border-radius: 8px;
  background: #f6f8fb;
  overflow: hidden;
  text-decoration: none;
}

.sd-front-best-for__media .sd-product-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sd-front-best-for__body {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

.sd-front-best-for__category {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0 0 6px;
  color: #4b5563;
  font-size: .86rem;
  font-weight: 650;
  line-height: 1.25;
}

.sd-front-best-for__category a {
  color: inherit;
  text-decoration: none;
}

.sd-front-best-for__category a:hover,
.sd-front-best-for__category a:focus {
  color: #1d5f99;
  text-decoration: underline;
}

.sd-front-best-for__title {
  margin: 0;
  color: #202124;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

.sd-front-best-for__title span,
.sd-front-best-for__title a {
  display: block;
}

.sd-front-best-for__title span {
  margin-bottom: 3px;
  color: #1f5134;
  font-size: .88rem;
}

.sd-front-best-for__title a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #202124;
  text-decoration: none;
}

.sd-front-best-for__title a:hover,
.sd-front-best-for__title a:focus {
  text-decoration: underline;
}

.sd-front-best-for__score {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  margin-top: 0;
  padding: 5px 9px;
  border-radius: 999px;
  background: #e6f4ea;
  color: #1f5134;
  font-size: .88rem;
  font-weight: 750;
  line-height: 1;
}

.sd-front-best-for__reason {
  grid-column: 1 / -1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0;
  color: #334155;
  font-size: .94rem;
  line-height: 1.4;
}

.sd-front-best-for__evidence {
  grid-column: 1 / -1;
  display: -webkit-box;
  overflow: hidden;
  width: fit-content;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0;
  color: #1d5f99;
  font-size: .92rem;
  font-weight: 650;
  line-height: 1.3;
  text-decoration: underline;
  text-underline-offset: .12em;
}

.sd-front-brands {
  margin: 42px 0 46px;
}

.sd-front-brands__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 20px;
}

.sd-front-brands__header h2 {
  margin: 0;
  color: var(--sd-heading-color);
  font-size: var(--sd-h2-size);
  font-weight: 700;
  line-height: 1.15;
}

.sd-front-brands__header p {
  max-width: 860px;
  margin: 8px 0 0;
  color: #4b5563;
  line-height: 1.5;
}

.sd-front-brands__all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid #244f7a;
  border-radius: 6px;
  color: #244f7a;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
}

.sd-front-brands__all:hover,
.sd-front-brands__all:focus {
  background: #244f7a;
  color: #fff;
}

.sd-front-brands__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.sd-front-brands__card {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  border: 1px solid #d8e1ea;
  border-radius: 8px;
  background: #fff;
}

.sd-front-brands__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.sd-front-brands__rank,
.sd-front-brands__score {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 5px 8px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
}

.sd-front-brands__rank {
  background: #eef4fb;
  color: #244f7a;
}

.sd-front-brands__score {
  background: #dff3e7;
  color: #14532d;
}

.sd-front-brands__title {
  display: -webkit-box;
  overflow: hidden;
  min-height: 2.44em;
  margin: 0;
  color: #202124;
  font-size: 1.04rem;
  font-weight: 750;
  line-height: 1.22;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sd-front-brands__title a {
  color: inherit;
  text-decoration: none;
}

.sd-front-brands__title a:hover,
.sd-front-brands__title a:focus {
  color: #1d5f99;
  text-decoration: underline;
}

.sd-front-brands__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.sd-front-brands__metric {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 9px;
  border-radius: 8px;
  background: #f6f8fb;
  color: #4b5563;
  font-size: .78rem;
  font-weight: 650;
  line-height: 1.2;
}

.sd-front-brands__metric strong {
  color: #202124;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
}

.sd-front-brands__category {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 10px;
  border: 1px solid #e5ebf2;
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
}

.sd-front-brands__category:hover,
.sd-front-brands__category:focus {
  border-color: #bfd3e8;
  background: #f8fbfd;
}

.sd-front-brands__category span,
.sd-front-brands__product-body span {
  color: #4b5563;
  font-size: .74rem;
  font-weight: 750;
  line-height: 1.15;
  text-transform: uppercase;
}

.sd-front-brands__category strong {
  display: -webkit-box;
  overflow: hidden;
  color: #202124;
  font-size: .94rem;
  font-weight: 750;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sd-front-brands__product {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 10px;
  border-radius: 8px;
  background: #f8fbfd;
  color: inherit;
  text-decoration: none;
}

.sd-front-brands__product:hover,
.sd-front-brands__product:focus {
  background: #f1f6fb;
}

.sd-front-brands__thumb {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  min-width: 0;
  padding: 6px;
  border: 1px solid #e5ebf2;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.sd-front-brands__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sd-front-brands__product-body {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.sd-front-brands__product-title {
  display: -webkit-box;
  overflow: hidden;
  color: #202124;
  font-size: .88rem;
  font-weight: 750;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sd-front-brands__product-body em {
  color: #14532d;
  font-size: .78rem;
  font-style: normal;
  font-weight: 750;
  line-height: 1;
}

.sd-front-brands__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  width: 100%;
  padding: 9px 12px;
  border: 1px solid #244f7a;
  border-radius: 6px;
  background: #244f7a;
  color: #fff !important;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-decoration: none !important;
}

.sd-front-brands__link:hover,
.sd-front-brands__link:focus {
  border-color: #193b5d;
  background: #193b5d;
}

.sd-front-compare {
  margin: 42px 0 46px;
}

.sd-front-compare__header {
  max-width: 860px;
  margin: 0 0 20px;
}

.sd-front-compare__header h2 {
  margin: 0;
  color: var(--sd-heading-color);
  font-size: var(--sd-h2-size);
  font-weight: 700;
  line-height: 1.15;
}

.sd-front-compare__header p {
  margin: 8px 0 0;
  color: #4b5563;
  line-height: 1.5;
}

.sd-front-compare__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.sd-front-compare__card {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  border: 1px solid #d8e1ea;
  border-radius: 8px;
  background: #fff;
}

.sd-front-compare__category {
  color: #4b5563;
  font-size: .84rem;
  font-weight: 650;
  line-height: 1.25;
}

.sd-front-compare__category a {
  color: inherit;
  text-decoration: none;
}

.sd-front-compare__category a:hover,
.sd-front-compare__category a:focus {
  color: #1d5f99;
  text-decoration: underline;
}

.sd-front-compare__card h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  min-height: 2.44em;
  color: #202124;
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.22;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sd-front-compare__pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.sd-front-compare__product {
  display: grid;
  gap: 7px;
  justify-items: center;
  min-width: 0;
}

.sd-front-compare__thumb {
  display: grid;
  place-items: center;
  width: min(100%, 76px);
  aspect-ratio: 1;
  padding: 7px;
  overflow: hidden;
  border: 1px solid #e5ebf2;
  border-radius: 8px;
  background: #f6f7f9;
}

.sd-front-compare__thumb .sd-product-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sd-front-compare__name {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #202124;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.18;
  text-align: center;
}

.sd-front-compare__score {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #e6f4ea;
  color: #1f5134;
  font-size: .78rem;
  font-weight: 750;
  line-height: 1;
}

.sd-front-compare__versus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #d8e1ea;
  border-radius: 999px;
  background: #fff;
  color: #64748b;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.sd-front-compare__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  width: 100%;
  padding: 9px 12px;
  border: 1px solid #244f7a;
  border-radius: 6px;
  background: #244f7a;
  color: #fff !important;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-decoration: none !important;
}

.sd-front-compare__button:hover,
.sd-front-compare__button:focus {
  border-color: #193b5d;
  background: #193b5d;
}

.sd-front-reviews {
  margin-top: 0;
}

.sd-product-cards__heading,
.sd-attr-products__heading {
  margin: 0 0 2.25rem;
  color: #54595f;
  font-size: clamp(2rem, 3vw, 3.25rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
}

.sd-product-cards__grid,
.sd-attr-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2.2vw, 1.5rem);
}

.sd-product-card,
.sd-attr-products__item {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 14px;
  border: 1px solid #d8e1ea;
  border-radius: 8px;
  background: #fff;
}

.sd-product-card__media,
.sd-attr-products__media {
  position: relative;
  display: block;
  width: 100%;
  max-width: 168px;
  aspect-ratio: 1 / 1;
  margin: 0 auto .75rem;
  overflow: hidden;
  border: 1px solid #e5ebf2;
  border-radius: 8px;
  background: #f6f7f9;
  text-decoration: none;
}

.sd-product-card__media--current {
  cursor: default;
}

.sd-product-card__image,
.sd-attr-products__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
}

.sd-product-card__image--empty {
  background: linear-gradient(135deg, #eef0f4, #dfe3ea);
}

.sd-footer-links,
.sd-footer-links__menu {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem 1rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: .95rem;
  line-height: 1.4;
}

.sd-footer-links {
  padding: 18px 20px;
}

.sd-footer-links__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sd-footer-links .menu-item {
  margin: 0;
}

.sd-footer-links a,
.sd-footer-links__link {
  color: #1d5f99;
  text-decoration: underline;
  text-underline-offset: .12em;
}

.sd-footer-links a:hover,
.sd-footer-links a:focus,
.sd-footer-links__link:hover,
.sd-footer-links__link:focus {
  color: #164b79;
}

.sd-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  justify-content: center;
  align-items: center;
  margin: -6px 0 0;
  padding: 0 20px;
  font-size: .92rem;
  line-height: 1.4;
  text-align: center;
}

.sd-footer-social__label {
  margin-right: .2rem;
  color: #4b5563;
  font-weight: 700;
}

.sd-footer-social__icon-link {
  display: inline-grid;
  place-items: center;
  width: 34px;
  aspect-ratio: 1;
  border: 1px solid #d7e1ec;
  border-radius: 999px;
  background: #fff;
  color: #1d5f99;
  text-decoration: none;
  transition: background .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.sd-footer-social__icon-link:hover,
.sd-footer-social__icon-link:focus {
  background: #1d5f99;
  border-color: #1d5f99;
  color: #fff;
  transform: translateY(-1px);
}

.sd-footer-social__icon {
  display: block;
  width: 18px;
  height: 18px;
}

.sd-footer-social__icon--facebook {
  fill: currentColor;
}

.sd-footer-social__icon--instagram {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.sd-footer-copyright {
  margin: 8px 0 0;
  padding: 0 20px 18px;
  color: #6b7280;
  font-size: .86rem;
  line-height: 1.45;
  text-align: center;
}

.sd-breadcrumbs {
  margin: 0 0 .65rem;
  color: #4b5563;
  font-size: .9rem;
  line-height: 1.4;
}

.sd-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sd-breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.sd-breadcrumbs__item + .sd-breadcrumbs__item::before {
  content: "/";
  margin-right: .35rem;
  color: #9ca3af;
}

.sd-breadcrumbs__link {
  color: #1d5f99;
  text-decoration: underline;
  text-underline-offset: .12em;
}

.sd-breadcrumbs__link:hover,
.sd-breadcrumbs__link:focus {
  color: #164b79;
}

.sd-breadcrumbs__current {
  color: #374151;
}

.sd-product-card__rank,
.sd-attr-products__rank {
  position: absolute;
  top: .5rem;
  left: .5rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  min-height: 2.25rem;
  padding: .35rem .65rem;
  border-radius: 999px;
  background: #30343b;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
}

.sd-product-card__current-label {
  position: absolute;
  top: .5rem;
  right: .5rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  padding: .35rem .7rem;
  border-radius: 999px;
  background: #e7eefc;
  color: #2f4774;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1;
}

.sd-product-card__title,
.sd-attr-products__title {
  margin: 0 0 .55rem;
  text-align: center;
  line-height: 1.15;
  font-size: 1.05rem;
  font-weight: 700;
}

.sd-product-card__title a,
.sd-product-card__title span,
.sd-attr-products__title a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: inherit;
  text-decoration: none;
}

.sd-product-card__title a:hover,
.sd-product-card__title a:focus,
.sd-attr-products__title a:hover,
.sd-attr-products__title a:focus {
  text-decoration: underline;
}

.sd-product-card__stars-wrap,
.sd-attr-products__stars-wrap {
  display: flex;
  align-items: center;
  gap: .35rem;
  margin: 0;
  text-align: center;
}

.sd-product-card__rating-row {
  display: flex;
  flex-wrap: wrap;
  gap: .3rem .55rem;
  align-items: center;
  justify-content: center;
  margin: 0 0 .7rem;
}

.sd-product-card__rating-value {
  color: #202124;
  font-size: 1.05rem;
  line-height: 1;
}

.sd-product-card__stars-wrap .sd-stars {
  --star-size: 1.05rem;
}

.sd-product-card__stars,
.sd-attr-products__stars {
  position: relative;
  display: inline-block;
  line-height: 1;
  letter-spacing: 1px;
  color: #ddd;
}

.sd-product-card__stars-fill,
.sd-attr-products__stars-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--sd-rating);
  overflow: hidden;
  color: #efb153;
  white-space: nowrap;
}

.sd-product-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
  margin: 0 0 .65rem;
}

.sd-product-card__badge {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 4px 7px;
  overflow: hidden;
  border: 1px solid #d8e8dd;
  border-radius: 999px;
  background: #f1f8f3;
  color: #245438;
  font-size: .76rem;
  font-weight: 700;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sd-product-card__summary,
.sd-attr-products__summary {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #334155;
  font-size: .92rem;
  line-height: 1.35;
  white-space: normal;
}

.sd-product-card__notes {
  display: grid;
  gap: .32rem;
  margin-top: .65rem;
  color: #334155;
  font-size: .92rem;
  line-height: 1.38;
}

.sd-product-card__note {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0;
}

.sd-product-card__note strong {
  color: #202124;
}

.sd-comparison-mentions {
  display: grid;
  gap: 20px;
  margin: 34px 0;
}

.sd-comparison-mentions__header {
  display: grid;
  gap: 6px;
}

.sd-comparison-mentions__title {
  margin: 0;
}

.sd-comparison-mentions__header p {
  max-width: 720px;
  margin: 0;
  color: #475569;
  font-size: 1rem;
  line-height: 1.55;
}

.sd-comparison-mentions__grid {
  display: grid;
  gap: 12px;
}

.sd-comparison-mention {
  display: grid;
  grid-template-columns: minmax(210px, 280px) minmax(0, 1fr);
  align-content: start;
  gap: 18px;
  padding: 16px 18px;
  border: 1px solid var(--sd-border, #d8e1ea);
  border-radius: 8px;
  background: #fff;
}

.sd-comparison-mention__top {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 10px;
}

.sd-comparison-mention__name {
  margin: 0;
  color: #202124;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.25;
}

.sd-comparison-mention__name a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.sd-comparison-mention__compare {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 5px 10px;
  border: 1px solid var(--sd-link-color, #1d5f99);
  border-radius: 999px;
  color: var(--sd-link-color, #1d5f99);
  font-size: .9rem;
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
}

.sd-comparison-mention__takeaways {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: 12px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sd-comparison-mention__takeaways li {
  display: grid;
  gap: 5px;
  align-content: start;
  min-width: 0;
}

.sd-comparison-mention__label {
  display: inline-flex;
  width: fit-content;
  padding: 3px 8px;
  border-radius: 999px;
  background: #eef7f0;
  color: #2f5f40;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.25;
}

.sd-comparison-mention__summary {
  color: #334155;
  font-size: .96rem;
  line-height: 1.45;
}

.sd-comparison-mentions__more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 4px;
}

.sd-comparison-mentions__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid var(--sd-link-color, #1d5f99);
  border-radius: 6px;
  background: #fff;
  color: var(--sd-link-color, #1d5f99);
  font-weight: 700;
  line-height: 1.15;
  cursor: pointer;
}

.sd-comparison-mentions__more:hover,
.sd-comparison-mentions__more:focus {
  border-color: #164b79;
  background: #edf6ff;
  color: #164b79;
  text-decoration: none;
}

.sd-comparison-mentions__more:disabled {
  cursor: progress;
  opacity: .7;
}

/* Native template heading overrides */
.sd-product-hero__title,
.sd-attribute-page__title,
.sd-category-page__title,
.sd-brand-page__title,
.sd-compare-page__title,
.sd-product-finder-page__title,
.sd-feature-scores-page__title {
  color: var(--sd-heading-color);
  font-size: var(--sd-h1-size);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
}

.pas-attr-title,
.sd-category-average__title,
.sd-comparison-mentions__title,
.sd-alternative-finder__title,
.sd-faq__title,
.sd-product-reviews__title,
.sd-product-cards__heading,
.sd-attr-products__heading,
.sd-product-compare__picker h2 {
  color: var(--sd-heading-color);
  font-size: var(--sd-h2-size);
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: 0;
}

.pas-attr-group-title,
.sd-review-signals__title,
.sd-review-block-title,
.sd-faq-question {
  color: var(--sd-heading-color);
  font-size: var(--sd-h3-size);
  font-weight: 650;
  line-height: 1.25;
  letter-spacing: 0;
}

.sd-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 48px auto 0;
  text-align: center;
}

.sd-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sd-pagination a.page-numbers,
.sd-pagination span.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid rgba(0, 0, 0, .14);
  border-radius: 6px;
  color: #30343b;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.sd-pagination span.page-numbers.current {
  border-color: #30343b;
  background: #30343b;
  color: #fff;
}

.sd-pagination a.page-numbers:hover,
.sd-pagination a.page-numbers:focus {
  background: #f0f2f5;
}

@media (max-width: 900px) {
  .sd-product-hero {
    grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
  }

  .sd-front-decision {
    grid-template-columns: 1fr;
  }

  .sd-product-finder__best {
    grid-template-columns: 1fr;
  }

  .sd-product-cards__grid,
  .sd-attr-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sd-front-best-for__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sd-front-brands__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sd-front-compare__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sd-brands-ranking__summary,
  .sd-brands-ranking__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sd-decision-dashboard__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pas-attr-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .sd-product-page__inner {
    padding-top: 22px;
  }

  .sd-front-decision {
    padding: 22px;
  }

  .sd-front-decision__title {
    font-size: 1.75rem;
  }

  .sd-front-decision__control-row,
  .sd-front-decision__compare {
    grid-template-columns: 1fr;
  }

  .sd-front-decision__button {
    width: 100%;
    white-space: normal;
  }

  .sd-front-best-for__grid {
    grid-template-columns: 1fr;
  }

  .sd-front-brands__header {
    display: grid;
    align-items: start;
  }

  .sd-front-brands__all {
    width: fit-content;
    max-width: 100%;
    white-space: normal;
  }

  .sd-front-brands__grid {
    grid-template-columns: 1fr;
  }

  .sd-front-compare__grid {
    grid-template-columns: 1fr;
  }

  .sd-brands-page__title {
    font-size: 1.85rem;
  }

  .sd-brands-ranking__heading {
    display: grid;
    gap: 8px;
  }

  .sd-brands-ranking__grid {
    grid-template-columns: 1fr;
  }

  .sd-brand-rank-card__top {
    display: grid;
  }

  .sd-brand-rank-card__rating {
    justify-self: start;
  }

  .sd-comparison-mention {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sd-product-finder-entry {
    align-items: flex-start;
    flex-direction: column;
  }

  .sd-decision-dashboard__grid {
    grid-template-columns: 1fr;
  }

  .sd-product-finder-entry__button,
  .sd-product-finder__submit {
    width: 100%;
  }

  .sd-decision-dashboard__button {
    width: 100%;
  }

  .sd-product-finder__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .sd-product-hero {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sd-product-hero__media {
    padding-top: 0;
  }

  .sd-product-hero__image {
    width: min(100%, 300px);
  }

  .sd-current-model__card {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
  }

  .sd-current-model__image {
    width: 70px;
    height: 70px;
  }

  .sd-product-jump-nav {
    display: grid;
    gap: 8px;
    margin-top: 22px;
  }

  .sd-product-jump-nav__list {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
    -webkit-overflow-scrolling: touch;
  }

  .sd-rating-methodology__grid {
    grid-template-columns: 1fr;
  }

  .sd-rating-methodology__item + .sd-rating-methodology__item {
    border-top: 1px solid #e1e1e1;
    border-left: 0;
  }

  .sd-summary__grid {
    grid-template-columns: 1fr;
  }

  .sd-alternative-finder__list {
    grid-template-columns: 1fr;
  }

  .sd-alternative-finder__item {
    display: grid;
  }

  .sd-alternative-finder__compare {
    width: 100%;
  }

  .sd-summary__card {
    padding: 22px;
  }

  .sd-product-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sd-product-actions__form,
  .sd-product-actions__link {
    width: 100%;
  }

  .pas-attr-list {
    grid-template-columns: 1fr;
  }

  .sd-faq-item {
    padding: 20px;
  }

  .sd-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sd-product-compare__intro,
  .sd-product-compare__top,
  .sd-product-compare__verdict-list,
  .sd-product-compare__position-grid,
  .sd-product-compare__row {
    grid-template-columns: 1fr;
  }

  .sd-product-compare__vs {
    justify-self: center;
    width: 54px;
    height: 54px;
  }

  .sd-product-compare__key {
    display: grid;
    gap: 8px;
    position: sticky;
    top: 12px;
    z-index: 10;
    padding: 10px;
    border: 1px solid #d8e1ea;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(48, 52, 59, .12);
  }

  .sd-product-compare__key-item {
    padding: 8px 10px;
    border-left: 3px solid transparent;
    border-radius: 6px;
  }

  .sd-product-compare__key-item--p1 {
    border-left-color: #4f93ca;
    background: #f3f9fe;
  }

  .sd-product-compare__key-item--p2 {
    border-left-color: #5fa879;
    background: #f2fbf5;
  }

  .sd-product-compare__verdict-item--p1,
  .sd-product-compare__verdict-item--p2,
  .sd-product-compare__position-card--p1,
  .sd-product-compare__position-card--p2,
  .sd-product-compare__metric--p1,
  .sd-product-compare__metric--p2 {
    grid-column: auto;
  }

  .sd-product-compare__row {
    gap: 0;
  }

  .sd-product-compare__label {
    padding-bottom: 0;
    margin-bottom: 14px;
  }

  .sd-product-compare__metric {
    padding: 14px 0 0 12px;
    border-left: 3px solid transparent;
  }

  .sd-product-compare__metric--p1 {
    border-left-color: #8ab4dc;
  }

  .sd-product-compare__metric--p1 .sd-product-compare__score {
    background: #e8f1fb;
    color: #1d5f99;
  }

  .sd-product-compare__metric--p2 {
    border-left-color: #8fcfa8;
  }

  .sd-product-compare__metric--p2 .sd-product-compare__score {
    background: #e6f4ea;
    color: #1f5134;
  }

  .sd-product-compare__metric + .sd-product-compare__metric {
    margin-top: 14px;
    border-top: 1px solid #d8e1ea;
  }

  .sd-yt-modal__dialog {
    margin: 10vh 14px 0;
  }
}

@media (max-width: 520px) {
  .sd-product-cards__grid,
  .sd-attr-products__grid {
    grid-template-columns: 1fr;
  }

  .sd-review-signals__row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px 12px;
  }

  .sd-review-signals__row-track {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .pas-attr-meter {
    align-items: flex-start;
  }

  .pas-meter-bar {
    min-width: 0;
    flex-basis: 100%;
  }

  .sd-review-grid {
    grid-template-columns: 1fr;
  }

  .sd-brands-ranking__summary {
    grid-template-columns: 1fr;
  }

  .sd-brand-rank-card {
    padding: 15px;
  }

  .sd-brand-rank-card__metrics {
    grid-template-columns: 1fr;
  }

  .sd-brand-rank-card__identity {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .sd-brand-rank-card__categories a,
  .sd-brand-rank-card__category-static,
  .sd-brand-rank-card__top-product {
    grid-template-columns: 1fr;
  }
}
