
:root {
  --govuk-brand-colour: #03217D;
  --govuk-link-colour: #03217D;
  --govuk-surface-border-colour: #3646a4;
}

.govuk-template__body {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--govuk-text-colour, #0b0c0c);
}

.govuk-template__body button,
.govuk-template__body input,
.govuk-template__body select,
.govuk-template__body textarea {
  font-family: inherit;
}

.bb-masthead {
  border-bottom: 1px solid var(--govuk-brand-colour, #1d70b8);
  background: var(--govuk-brand-colour, #1d70b8);
  color: #ffffff;
  padding: 20px 0;
}
@media (min-width: 40.0625em) {
  .bb-masthead { padding: 30px 0; }
}
.bb-masthead .govuk-width-container {
  padding-top: 0;
  padding-bottom: 0;
}
.bb-masthead__title {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 40.0625em) {
  .bb-masthead__title { margin-bottom: 30px; }
}
.bb-masthead__description {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.1904761905;
  margin-bottom: 0;
}
@media (min-width: 40.0625em) {
  .bb-masthead__description { font-size: 24px; line-height: 1.25; }
}
.bb-masthead__image {
  display: none;
}

.bb-masthead__promo {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  line-height: 0;
}
.bb-masthead__promo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

@media (max-width: 480px) {
  .bb-masthead__promo {
    display: none;
  }
}
@media (min-width: 48.0625em) {

  .bb-masthead__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .bb-masthead__row > [class*="govuk-grid-column-"] { float: none; }
  .bb-masthead__media-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .bb-masthead__image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0;
  }

  .bb-masthead__promo:focus {
    outline: 3px solid var(--govuk-focus-colour, #ffdd00);
    outline-offset: 2px;
  }
}
.bb-masthead a.govuk-link,
.bb-masthead .govuk-body a,
.bb-masthead .govuk-body-l a {
  color: #ffffff;
}
.bb-masthead a.govuk-link:hover,
.bb-masthead .govuk-body a:hover {
  color: #ffffff;
  text-decoration-thickness: max(3px, .1875rem);
}
.bb-masthead a.govuk-link:focus,
.bb-masthead .govuk-body a:focus {
  color: var(--govuk-focus-text-colour, #0b0c0c);
  background-color: var(--govuk-focus-colour, #ffdd00);
  box-shadow: 0 -2px var(--govuk-focus-colour, #ffdd00), 0 4px var(--govuk-focus-text-colour, #0b0c0c);
}
.bb-masthead .govuk-button--inverse {
  background: #ffffff;
  color: var(--govuk-brand-colour, #1d70b8);
  box-shadow: 0 2px 0 var(--govuk-link-hover-colour, #003078);
}
.bb-masthead .govuk-button--inverse:hover {
  background: #bcd4ea;
  color: var(--govuk-brand-colour, #1d70b8);
}

@media (max-width: 40.0625em) {
  .bb-masthead { padding: 20px 0 30px; }
  .bb-masthead__description { font-size: 19px; line-height: 1.31579; }
}

.govuk-header__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.govuk-header__logo {
  margin-bottom: 0;
}
.govuk-header__homepage-link {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}
.govuk-header__homepage-link:focus {
  outline: 3px solid var(--govuk-focus-colour, #ffdd00);
  outline-offset: 0;
  background-color: var(--govuk-focus-colour, #ffdd00);
  box-shadow: 0 -2px var(--govuk-focus-colour, #ffdd00), 0 4px var(--govuk-focus-text-colour, #0b0c0c);
}
.bb-header__logo-img {
  display: block;
  height: 36px;
  width: auto;
  max-width: 100%;
}
@media (min-width: 40.0625em) {
  .bb-header__logo-img { height: 40px; }
}

.bb-search {
  position: relative;
  width: 100%;
  max-width: 370px;
  margin: 0;
}
.bb-search__input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 5px 5px 5px 35px;
  border: 2px solid #ffffff;
  border-radius: 0;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' width='40' height='40'%3E%3Cpath d='M25.7 24.8L21.9 21c.7-1 1.1-2.2 1.1-3.5 0-3.6-2.9-6.5-6.5-6.5S10 13.9 10 17.5s2.9 6.5 6.5 6.5c1.6 0 3-.6 4.1-1.5l3.7 3.7 1.4-1.4zM12 17.5c0-2.5 2-4.5 4.5-4.5s4.5 2 4.5 4.5-2 4.5-4.5 4.5-4.5-2-4.5-4.5z' fill='%23505a5f'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: -2px 50%;
  background-size: 40px 40px;
  color: var(--govuk-text-colour, #0b0c0c);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.31579;
  -webkit-appearance: none;
  appearance: none;
}
.bb-search__input::placeholder { color: var(--govuk-secondary-text-colour, #505a5f); opacity: 1; }
.bb-search__input:focus {
  border-color: var(--govuk-text-colour, #0b0c0c);
  outline: 3px solid var(--govuk-focus-colour, #ffdd00);
  outline-offset: 0;
  box-shadow: inset 0 0 0 2px;
}

.bb-search-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 2px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  flex-shrink: 0;
}
.bb-search-toggle:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.6);
}
.bb-search-toggle:focus-visible {
  outline: 3px solid var(--govuk-focus-colour, #ffdd00);
  outline-offset: 1px;
}
.bb-search-toggle svg {
  width: 36px;
  height: 36px;
  display: block;
}

@media (max-width: 54.4375em) {

  .govuk-header__container {
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 10px;
    row-gap: 10px;
    align-items: center;
  }

  .govuk-header__logo {
    min-width: 0;
    overflow: hidden;
  }
  .govuk-header__homepage-link {
    display: block;
    max-width: 100%;
  }
  .bb-header__logo-img {
    height: auto;
    max-height: 36px;
    width: auto;
    max-width: 100%;
    display: block;
  }

  .bb-search {
    display: none;
    max-width: none;
    grid-column: 1 / -1;
    margin: 0;
  }
  .bb-search-toggle {
    display: inline-flex;
  }

  .bb-search.is-open {
    display: block;
    animation: bb-search-slide-down 220ms ease-out;
  }
  @keyframes bb-search-slide-down {
    from { opacity: 0; transform: translateY(-8px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  @media (prefers-reduced-motion: reduce) {
    .bb-search.is-open { animation: none; }
  }
}

.bb-brand-strip {
  max-width: 100%;
  overflow-x: hidden;
}

h1.bb-listing-title.govuk-heading-xl {
  margin-bottom: 20px;
}

@media (max-width: 40.0625em) {
  .bb-brand-strip { padding-top: 12px; }
  .bb-brand-strip__scroll {
    top: 0;
    bottom: auto;
    height: 24px;
  }
}
.bb-brand-strip__container {
  position: relative;
  min-width: 0;
  max-width: 100%;

  display: flex !important;
  flex-direction: row !important;
  align-items: stretch;
}

@media (max-width: 40em) {
  .bb-brand-strip__container::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    background: linear-gradient(
      to right,
      rgba(244, 248, 251, 0) 0%,
      #f4f8fb 80%,
      #f4f8fb 100%
    );
    pointer-events: none;
    z-index: 1;
  }
}

.bb-brand-strip .govuk-service-navigation__wrapper {
  min-width: 0;
  flex: 1 1 0;

  overflow: hidden;
  width: 100%;
  max-width: 100%;

  display: flex;
  align-items: center;
}

.bb-brand-strip__list {
  display: flex !important;
  flex-wrap: nowrap;

  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100%;
  max-width: 100%;
  min-width: 0;

  gap: 1.25rem;
}

.bb-brand-strip .govuk-service-navigation__item {
  margin: 0;
  border-top: 0;
}
.bb-brand-strip__list::-webkit-scrollbar {
  display: none;
}
.bb-brand-strip .govuk-service-navigation__item {
  flex: 0 0 auto;
  white-space: nowrap;
}
.bb-brand-strip__scroll {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 56px;
  padding: 0 14px 0 28px;
  margin: 0;
  border: 0;
  background: linear-gradient(to right, rgba(244, 248, 251, 0) 0%, #f4f8fb 40%, #f4f8fb 100%);
  color: #1a65a6;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -webkit-appearance: none;
  appearance: none;
}
.bb-brand-strip__scroll[hidden] { display: none; }

.bb-brand-strip__item--active .govuk-service-navigation__link,
.bb-brand-strip__item--active .govuk-service-navigation__active-fallback {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  color: var(--govuk-link-hover-colour, #003078);
}
.bb-brand-strip .govuk-service-navigation__item--active {
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
  padding-bottom: 15px !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.bb-brand-strip__scroll:hover { color: #0f385c; }
.bb-brand-strip__scroll:focus {
  outline: 3px solid var(--govuk-focus-colour, #ffdd00);
  outline-offset: 0;
  background: var(--govuk-focus-colour, #ffdd00);
  color: var(--govuk-text-colour, #0b0c0c);
  box-shadow: 0 -2px var(--govuk-focus-colour, #ffdd00), 0 4px var(--govuk-text-colour, #0b0c0c);
}

.govuk-grid-row:has(> .bb-product-card-col),
.govuk-grid-row:has(> .bb-brand-card),
.govuk-grid-row:has(> .bb-blog-card),
.govuk-grid-row:has(> .bb-test-card-col) {
  display: flex;
  flex-wrap: wrap;
}

.bb-product-card-col {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 40.0625em) {
  .bb-product-card-col { margin-bottom: 30px; }
}

.bb-product-card {
  background: #fff;
  border: 1px solid var(--govuk-border-colour, #b1b4b6);
  height: 100%;
  display: flex;
  flex-direction: column;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.bb-product-card:hover,
.bb-product-card:focus-within {
  background: #f3f2f1;
  border-color: #505a5f;
}

.bb-product-card-link {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  text-decoration: none;
  color: inherit;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bb-product-card-link:visited,
.bb-product-card-link:hover,
.bb-product-card-link:focus { color: inherit; }
.bb-product-card-link:focus {
  outline: 3px solid var(--govuk-focus-colour, #ffdd00);
  outline-offset: 0;
}

.bb-product-card__media {
  position: relative;
  display: block;
}
.bb-product-card__image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  background: #f3f2f1;
}

.bb-card-score {
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: 4px 8px;
  background: var(--govuk-brand-colour, #03217D);
  color: #ffffff;
  border-radius: 4px;
  font-family: "GDS Transport", arial, sans-serif;
  line-height: 1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.bb-card-score__value {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  font-variant-numeric: tabular-nums;
}
.bb-card-score__max {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  margin-left: 1px;
}
.bb-card-score__label {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  margin-top: 2px;
}
@media (min-width: 40.0625em) {
  .bb-card-score { padding: 5px 10px; }
  .bb-card-score__value { font-size: 20px; }
  .bb-card-score__max { font-size: 13px; }
  .bb-card-score__label { font-size: 11px; }
}
.bb-product-card__body {
  padding: 15px 15px 10px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.bb-product-card__title {
  font-weight: 700;
  font-size: 19px;
  line-height: 1.31579;
  margin: 0 0 10px;
  color: var(--govuk-text-colour, #0b0c0c);
  text-decoration: none;
  word-break: break-word;
}
@media (min-width: 40.0625em) {
  .bb-product-card__title {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 15px;
  }
}
.bb-product-card-link:hover .bb-product-card__title,
.bb-product-card-link:focus .bb-product-card__title {
  color: var(--govuk-link-hover-colour, #003078);
  text-decoration: underline;
  text-decoration-thickness: max(3px, .1875rem);
  text-underline-offset: .1578em;
}
.bb-product-card__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
  gap: 10px;
  font-size: 16px;
  line-height: 1.25;
}
.bb-product-card__row:last-of-type {
  margin-bottom: 0;
}
.bb-product-card__caption {
  color: var(--govuk-secondary-text-colour, #505a5f);
  font-size: 16px;
  display: block;
}
.bb-product-card__price {
  font-weight: 700;
  font-size: 19px;
  color: var(--govuk-text-colour, #0b0c0c);
  font-variant-numeric: tabular-nums;
}
.bb-product-card__rating {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #b89cd5;
}
.bb-product-card__noreviews {
  color: var(--govuk-secondary-text-colour, #505a5f);
  font-size: 16px;
}
.bb-product-card__delivery {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  line-height: 1.25;
  color: var(--govuk-secondary-text-colour, #505a5f);
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 10px;
  border-top: 1px solid #f3f2f1;
  font-weight: 400;
}
.bb-product-card__delivery svg {
  color: #00703c;
  flex: 0 0 auto;
}
.bb-product-card__compare {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  min-height: 44px;
  border: 0;
  border-top: 1px solid var(--govuk-border-colour, #b1b4b6);
  background: transparent;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: var(--govuk-link-colour, #1d70b8);
  text-align: left;
  text-decoration: underline;
  text-decoration-thickness: max(1px, .0625rem);
  text-underline-offset: .1578em;
  cursor: pointer;
}
.bb-product-card__compare:hover {
  color: var(--govuk-link-hover-colour, #003078);
  text-decoration-thickness: max(3px, .1875rem);
}
.bb-product-card__compare:focus {
  outline: 3px solid transparent;
  color: var(--govuk-focus-text-colour, #0b0c0c);
  background-color: var(--govuk-focus-colour, #ffdd00);
  box-shadow: 0 -2px var(--govuk-focus-colour, #ffdd00), 0 4px var(--govuk-focus-text-colour, #0b0c0c);
  text-decoration: none;
}

.bb-brand-card {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.bb-brand-card__link {
  display: flex;
  flex: 1 1 auto;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  gap: 15px;
  align-items: flex-start;
  padding: 15px;
  border: 1px solid var(--govuk-border-colour, #b1b4b6);
  background: #fff;
  text-decoration: none;
  color: var(--govuk-text-colour, #0b0c0c);
}
.bb-brand-card__link:visited { color: #0b0c0c; }
.bb-brand-card__link:hover { background: #f3f2f1; }
.bb-brand-card__link:focus {
  outline: 3px solid #ffdd00;
  outline-offset: 0;
  background: #ffdd00;
  color: #0b0c0c;
}
.bb-brand-card__logo {
  width: 60px;
  height: 60px;
  object-fit: contain;
  flex-shrink: 0;
}
.bb-brand-card__name {
  font-weight: 700;
  font-size: 19px;
  display: block;
  color: #1d70b8;
  text-decoration: underline;
}
.bb-brand-card__link:focus .bb-brand-card__name { color: #0b0c0c; }
.bb-brand-card__count {
  display: block;
  color: #505a5f;
  font-size: 16px;
  margin-top: 2px;
}

.bb-blog-card {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 30px;
  text-decoration: none;
  color: inherit;
}
.bb-blog-card:visited,
.bb-blog-card:hover { color: inherit; }
.bb-blog-card:focus {
  outline: 3px solid #ffdd00;
  outline-offset: 0;
}
.bb-blog-card__image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid #b1b4b6;
  display: block;
}
.bb-blog-card__title {
  margin: 10px 0 0;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.3157894737;
  color: #1d70b8;
  text-decoration: underline;
}
@media (min-width: 40.0625em) {
  .bb-blog-card__title { font-size: 24px; line-height: 1.25; }
}
.bb-blog-card:hover .bb-blog-card__title { color: #003078; }

.bb-product-title {
  font-size: 2.4rem;
  margin-bottom: 1.25rem;
}

@media (max-width: 500px) {
  .bb-product-title {
    font-size: 1.875rem;
    line-height: 1.15;
    margin-bottom: 12px;
  }
}

.bb-price-blur {
  filter: blur(6px);
  user-select: none;
  display: inline-block;
}

.bb-headline-score {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  margin: 12px 0 20px;
  background: #f4f8fb;
  border: 1px solid var(--govuk-border-colour, #b1b4b6);
  border-left: 6px solid var(--govuk-brand-colour, #03217D);
  border-radius: 4px;
}
.bb-headline-score__value {
  font-family: "GDS Transport", arial, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  color: var(--govuk-brand-colour, #03217D);
}
.bb-headline-score__max {
  font-size: 24px;
  font-weight: 400;
  color: var(--govuk-secondary-text-colour, #505a5f);
  margin-left: 2px;
}
.bb-headline-score__label {
  font-family: "GDS Transport", arial, sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.25;
  color: var(--govuk-text-colour, #0b0c0c);
}
.bb-headline-score__sub {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: var(--govuk-secondary-text-colour, #505a5f);
}

.bb-evidence-quotes {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 18px;
  border-left: 3px solid #b1b4b6;
  color: var(--govuk-secondary-text-colour, #505a5f);
  font-size: 14px;
  line-height: 1.5;
}
.bb-evidence-quotes li {
  margin-bottom: 6px;
}
.bb-evidence-quotes li:last-child {
  margin-bottom: 0;
}

.bb-test-card-col {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.bb-test-card {
  background: #fff;
  border: 1px solid #b1b4b6;
  padding: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.bb-test-card__group {
  display: inline-block;
  background: var(--govuk-brand-colour, #1d70b8);
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
}
.bb-test-card__title {
  font-weight: 700;
  font-size: 19px;
  line-height: 1.31579;
  margin: 0 0 10px;
}
.bb-test-card__progress {
  background: #f3f2f1;
  height: 24px;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}
.bb-test-card__progress::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: var(--p, 0%);
  background: var(--govuk-text-colour, #0b0c0c);
}
.bb-test-card__pct {
  position: absolute;
  top: 50%;
  left: var(--p, 0%);
  transform: translate(-100%, -50%);
  padding: 0 8px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  z-index: 1;
}
.bb-test-card__desc {
  font-size: 1rem;
  line-height: 1.25;
  color: var(--govuk-text-colour, #0b0c0c);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1 1 auto;
}
@media (min-width: 40.0625em) {
  .bb-test-card__desc { font-size: 1.1875rem; line-height: 1.31579; }
}
.empirical_data_list.is-expanded .bb-test-card__desc {
  -webkit-line-clamp: unset;
  overflow: visible;
}
.bb-test-card__toggle {
  align-self: center;
  margin-top: 12px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid var(--govuk-border-colour, #b1b4b6);
  background: #fff;
  border-radius: 50%;
  color: var(--govuk-text-colour, #0b0c0c);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.bb-test-card__toggle:hover { background: #f3f2f1; border-color: #505a5f; }
.bb-test-card__toggle:focus {
  outline: 3px solid var(--govuk-focus-colour, #ffdd00);
  outline-offset: 0;
  background: var(--govuk-focus-colour, #ffdd00);
  border-color: var(--govuk-text-colour, #0b0c0c);
}
.bb-test-card__toggle[aria-expanded="true"] svg { transform: rotate(90deg); }
.bb-test-card__toggle svg { transition: transform 0.15s ease; }

.bb-tile-img {
  width: 100%;
  display: block;
  height: auto;
}

.s_product_img { position: relative; }
.bb-product-hero-img { width: 100%; height: auto; display: block; }
.bb-product-hero-img--secondary { margin-top: 10px; }

.bb-podcast-iframe {
  border: 0;
  border-radius: 12px;
  display: block;
  width: 100%;
  max-width: 350px;
  max-height: 80px;
  margin-bottom: 20px;
}

.bb-fluid-img {
  width: 100%;
  height: auto;
  display: block;
}

.bb-quickfacts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  list-style: none;
  margin: 20px 0 20px;
  padding: 10px 15px;
  background: var(--govuk-template-background-colour, #f4f8fb);
  border-left: 5px solid var(--govuk-brand-colour, #1d70b8);
  font-family: "GDS Transport", arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: var(--govuk-text-colour, #0b0c0c);
}
.bb-quickfacts li {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.bb-quickfacts svg { color: currentColor; }

.bb-features {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  font-family: "GDS Transport", arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: var(--govuk-text-colour, #0b0c0c);
}
.bb-features li {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.bb-features li svg { color: currentColor; }
.bb-features li span { color: var(--govuk-secondary-text-colour, #505a5f); }

.bb-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 10px 0;
  background: var(--govuk-body-background-colour, #ffffff);
  border-top: 1px solid var(--govuk-border-colour, #b1b4b6);
}
.bb-sticky-cta[hidden] { display: none; }
.bb-sticky-cta__button {
  display: block;
  width: 100%;
  margin: 0;
  text-align: center;
}

body:has(.bb-sticky-cta:not([hidden])) { padding-bottom: 60px; }
.bb-sticky-cta__button:focus {
  outline: 3px solid transparent;
  background-color: var(--govuk-focus-colour, #ffdd00);
  color: var(--govuk-focus-text-colour, #0b0c0c);
  box-shadow: 0 0 0 3px var(--govuk-focus-colour, #ffdd00), 0 4px 0 var(--govuk-focus-text-colour, #0b0c0c);
}

.trustpilot-widget { min-height: 130px; display: block; }

#description, [id$="description"] { scroll-margin-top: 30px; }

@media (max-width: 23.4375em) {
  .bb-quickfacts { padding: 10px; gap: 10px; }
  .bb-features   { gap: 5px 10px; }
}

@media (max-width: 40.0625em) {
  .s_product_img { max-width: 480px; margin: 0 auto 20px; }
}

.bb-blog-hero-image {
  width: 100%;
  display: block;
  height: auto;
  margin-bottom: 0;
}

.information_content:not(.show) { display: none; }
[id$="questions"] .card:not(.show-override) { display: none; }
.reviews-members-outer:not(.show) { display: none; }
#loadMore1, #loadMore2, #loadMore3 { display: none; }
#loadMore1.myshow, #loadMore2.myshow, #loadMore3.myshow { display: inline-block; }
.loadMore2hr { display: none; }
.loadMore2hr.myshow { display: block; }

.govuk-grid-row.bb-pros-cons { display: flex; flex-wrap: wrap; }
.bb-pros-cons__col {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.bb-pros-cons__heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 15px;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.31579;
  color: var(--govuk-text-colour, #0b0c0c);
}
.bb-pros-cons__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}
.bb-pros-cons__badge--pros { background: #00703c; }
.bb-pros-cons__badge--cons { background: #d4351c; }
.productpros, .productnegs {
  padding: 20px;
  border: 1px solid var(--govuk-border-colour, #b1b4b6);
  border-left: 5px solid;
  margin-bottom: 0;
  background: #fff;
  height: 100%;
  font-family: "GDS Transport", arial, sans-serif;
}
.productpros { border-left-color: #00703c; }
.productnegs { border-left-color: #d4351c; }
.productpros li, .productnegs li,
.productpros p, .productnegs p {
  margin: 0 0 10px;
  font-size: 1rem;
  line-height: 1.25;
  color: var(--govuk-text-colour, #0b0c0c);
}
@media (min-width: 40.0625em) {
  .productpros li, .productnegs li,
  .productpros p, .productnegs p { font-size: 1.1875rem; line-height: 1.31579; }
}
.productpros li:last-child, .productnegs li:last-child,
.productpros p:last-child, .productnegs p:last-child { margin-bottom: 0; }

[id$="questions"] .card {
  border: 1px solid var(--govuk-border-colour, #b1b4b6);
  border-bottom: none;
  background: #fff;
}
[id$="questions"] .card:last-child { border-bottom: 1px solid var(--govuk-border-colour, #b1b4b6); }
[id$="questions"] .card-header { padding: 0; background: #f3f2f1; }
[id$="questions"] .card-header h5 { margin: 0; }
[id$="questions"] .card-header .btn-link {
  display: block;
  width: 100%;
  padding: 15px 50px 15px 20px;
  text-align: left;
  background: transparent;
  border: 0;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4;
  color: var(--govuk-link-colour, #1d70b8);
  cursor: pointer;
  font-family: "GDS Transport", arial, sans-serif;
  position: relative;
}
[id$="questions"] .card-header .btn-link .text-theme-secondary {
  font-weight: 700;
}
[id$="questions"] .card-header .btn-link:hover { background: #f3f2f1; text-decoration: underline; }
[id$="questions"] .card-header .btn-link:focus {
  outline: 3px solid var(--govuk-focus-colour, #ffdd00);
  outline-offset: 0;
  background: var(--govuk-focus-colour, #ffdd00);
  color: var(--govuk-focus-text-colour, #0b0c0c);
}
[id$="questions"] .card-header .btn-link::after {
  content: "▾";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}
[id$="questions"] .card-header .btn-link.collapsed::after { content: "▸"; }
[id$="questions"] .card-body {
  padding: 15px;
  background: #fff;
  font-size: 1rem;
  line-height: 1.25;
  color: var(--govuk-text-colour, #0b0c0c);
}
[id$="questions"] h5.mb-0,
[id$="questions"] .panel-title {
  font-family: "GDS Transport", arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
  color: var(--govuk-text-colour, #0b0c0c);
}
@media (min-width: 40.0625em) {
  [id$="questions"] h5.mb-0,
  [id$="questions"] .panel-title { font-size: 1.1875rem; line-height: 1.4; }
}
@media (min-width: 40.0625em) {
  [id$="questions"] .card-body { font-size: 1.1875rem; line-height: 1.31579; }
}
[id$="questions"] .text-theme-secondary { color: var(--govuk-secondary-text-colour, #505a5f); }
[id$="questions"] .collapse:not(.show) { display: none; }

.reviews-members-outer {
  padding: 20px 0;
  font-size: 1rem;
  line-height: 1.25;
  color: var(--govuk-text-colour, #0b0c0c);
}
@media (min-width: 40.0625em) {
  .reviews-members-outer { font-size: 1.1875rem; line-height: 1.31579; }
}

.reviews-members-outer + .reviews-members-outer {
  border-top: 1px solid var(--govuk-border-colour, #b1b4b6);
}
.reviews-members .media {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.reviews-members .media > img,
.reviews-members .media-img {
  width: 48px !important;
  height: 48px !important;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
}
.reviews-members .media-body {
  flex: 1 1 auto;
  min-width: 0;
  font-family: "GDS Transport", arial, sans-serif;
}
.reviews-members .review-author {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
}
@media (min-width: 40.0625em) {
  .reviews-members .review-author { font-size: 1.1875rem; line-height: 1.31579; }
}
.reviews-members .review-author small { font-weight: 400; color: var(--govuk-secondary-text-colour, #505a5f); }
.reviews-members .stars-raty { display: inline-flex; align-items: center; gap: 2px; margin: 4px 0; }
.spr-survey-vote-up { display: none; }
.spr-review-content-body { margin: 6px 0 0; }

.reviews-members-outer hr { display: none; }

.reasons { list-style: none; margin: 0; padding: 0; }
.information_content {
  padding: 20px 0;
}

.information_content + .information_content {
  border-top: 1px solid var(--govuk-border-colour, #b1b4b6);
}
.information_content .panel-heading { margin: 0; }
.information_content .panel-title {
  margin: 0 0 5px;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.3157894737;
  display: flex;
  align-items: center;
  gap: 8px;
}
.information_content .panel-title::before {
  content: "✓";
  color: #00703c;
  font-weight: 700;
  display: inline-block;
}
.information_content .speccheck { display: none; }
.information_content .panel-body {
  padding: 0;
  font-size: 1rem;
  line-height: 1.25;
  color: var(--govuk-text-colour, #0b0c0c);
}
@media (min-width: 40.0625em) {
  .information_content .panel-body { font-size: 1.1875rem; line-height: 1.31579; }
}
.information_content .panel-body p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.information_content hr { display: none; }

.bb-suitability-band {
  background: #f4f8fb;
  box-shadow: 0 0 0 100vmax #f4f8fb;
  clip-path: inset(0 -100vmax);
  padding: 30px 0;
  margin: 30px 0;
}
@media (max-width: 40.0625em) {
  .bb-suitability-band { padding: 20px 0; margin: 20px 0; }
}
.bb-suitability-band .featured-content { margin: 0; }
.bb-suitability-band .feature { background: #fff; }

.featured-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 15px; margin: 20px 0; }
.feature {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding: 15px;
  border: 1px solid var(--govuk-border-colour, #b1b4b6);
  background: #fff;
}
.feature .icon { flex-shrink: 0; }
.feature .icon img { width: 48px; height: 48px; }
.feature .info1 { flex: 1; min-width: 0; }
.feature .type {
  font-size: 16px;
  color: var(--govuk-secondary-text-colour, #505a5f);
  margin-bottom: 5px;
}
.feature .title1 { font-weight: 700; font-size: 19px; line-height: 1.3157894737; margin: 0 0 5px; }
.feature .description1 { font-size: 16px; color: var(--govuk-text-colour, #0b0c0c); }

.bb-heading-icon { margin-left: 10px; vertical-align: middle; width: 24px; height: 24px; color: var(--govuk-brand-colour, #1d70b8); }

.bb-rating-row { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.bb-rating-line { display: flex; align-items: center; gap: 10px; }

.bb-author-pill {
  display: inline-flex;
  align-items: center;
  background: var(--govuk-template-background-colour, #f4f8fb);
  border: 1px solid var(--govuk-border-colour, #b1b4b6);
  padding: 10px 15px;
  font-family: "GDS Transport", arial, sans-serif;
  margin: 15px 0;
}
.bb-author-pill img { border-radius: 50%; margin-right: 10px; width: 32px; height: 32px; flex-shrink: 0; }
.bb-author-pill__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--govuk-link-colour, #1d70b8);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}

@media (max-width: 40.0625em) {
  .bb-blog-row { display: flex; flex-direction: column; }
  .bb-blog-aside { order: 2; margin-top: 30px; }
  .bb-blog-main  { order: 1; }
}
.bb-blog-hero-img img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; display: block; }

.price-context {
  font-size: 19px;
  line-height: 1.31579;
  margin: 0 0 10px;
}
.price-context strong { font-size: 24px; font-weight: 700; line-height: 1.25; font-variant-numeric: tabular-nums; }
.price-context { font-variant-numeric: tabular-nums; }
.price-context__meta { color: var(--govuk-secondary-text-colour, #505a5f); font-size: 16px; line-height: 1.25; }

.sizes_available { margin-bottom: 20px; }

.cta-trust-badge { margin-left: 5px; vertical-align: middle; }

.hide-mobile { display: none; }
@media (min-width: 48em) { .hide-mobile { display: block; } }

.bb-chart-wrap {
  position: relative;
  height: 240px;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 40.0625em) {
  .bb-chart-wrap { height: 280px; }
}
.bb-fluid-canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
}

.clamped {
  max-height: 100px;
  overflow: hidden;
  position: relative;
}
.clamped::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(transparent, #fff);
}
.expand-results {
  background: transparent;
  border: 0;
  padding: 5px 0;
  cursor: pointer;
  color: var(--govuk-link-colour, #1d70b8);
}
.expand-results:focus {
  outline: 3px solid transparent;
  color: var(--govuk-focus-text-colour, #0b0c0c);
  background-color: var(--govuk-focus-colour, #ffdd00);
  box-shadow: 0 -2px var(--govuk-focus-colour, #ffdd00), 0 4px var(--govuk-focus-text-colour, #0b0c0c);
  text-decoration: none;
}

.firework { display: none; }

.main_btn {  }

.bb-prose {
  color: var(--govuk-text-colour, #0b0c0c);
  font-family: "GDS Transport", arial, sans-serif;

  font-size: 1rem;
  line-height: 1.25;
}
@media (min-width: 40.0625em) {
  .bb-prose { font-size: 1.1875rem; line-height: 1.31579; }
}
.bb-prose > p,
.bb-prose p {
  font-size: 1rem;
  line-height: 1.25;
  margin: 0 0 15px;
  color: var(--govuk-text-colour, #0b0c0c);
}
@media (min-width: 40.0625em) {
  .bb-prose > p,
  .bb-prose p {
    font-size: 1.1875rem;
    line-height: 1.31579;
    margin-bottom: 20px;
  }
}
.bb-prose ul,
.bb-prose ol {
  font-size: 1rem;
  line-height: 1.25;
  padding-left: 20px;
  margin: 0 0 15px;
}
.bb-prose ul { list-style: disc; }
.bb-prose ol { list-style: decimal; }
.bb-prose li { margin-bottom: 5px; }
@media (min-width: 40.0625em) {
  .bb-prose ul,
  .bb-prose ol {
    font-size: 1.1875rem;
    line-height: 1.31579;
    margin-bottom: 20px;
  }
}
.bb-prose a {
  color: var(--govuk-link-colour, #1d70b8);
  text-decoration: underline;
  text-decoration-thickness: max(1px, .0625rem);
  text-underline-offset: .1578em;
}
.bb-prose a:hover {
  color: var(--govuk-link-hover-colour, #003078);
  text-decoration-thickness: max(3px, .1875rem);
}
.bb-prose a:focus {
  outline: 3px solid transparent;
  color: var(--govuk-focus-text-colour, #0b0c0c);
  background-color: var(--govuk-focus-colour, #ffdd00);
  box-shadow: 0 -2px var(--govuk-focus-colour, #ffdd00), 0 4px var(--govuk-focus-text-colour, #0b0c0c);
  text-decoration: none;
}

.bb-prose h2 {
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.1904761905;
  margin: 30px 0 15px;
  color: var(--govuk-text-colour, #0b0c0c);
}
@media (min-width: 40.0625em) {
  .bb-prose h2 { font-size: 1.5rem; line-height: 1.25; margin: 40px 0 20px; }
}

.bb-prose h3 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
  margin: 20px 0 10px;
  color: var(--govuk-text-colour, #0b0c0c);
}
@media (min-width: 40.0625em) {
  .bb-prose h3 { font-size: 1.1875rem; line-height: 1.31579; margin: 25px 0 15px; }
}
.bb-prose strong { font-weight: 700; }

.bb-prose .govuk-heading-l {
  font-size: 1.5rem;
  line-height: 1.0416666667;
  margin: 30px 0 15px;
}
@media (min-width: 40.0625em) {
  .bb-prose .govuk-heading-l {
    font-size: 2.25rem;
    line-height: 1.1111111111;
    margin: 50px 0 30px;
  }
}

@media (max-width: 40em) {
  .bb-listing-row { display: flex; flex-direction: column; }
  .bb-listing-aside { order: 2; margin-top: 20px; }
  .bb-listing-main  { order: 1; }
}

.bb-listing-sort {
  font-family: "GDS Transport", arial, sans-serif;
}
.bb-listing-sort__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.bb-listing-sort .govuk-select {
  max-width: 320px;
  min-width: 220px;
}

@media (min-width: 48.0625em) {
  .bb-listing-main .bb-product-card-col.govuk-grid-column-one-third-from-desktop {
    width: 50%;
  }
}

.bb-aside-cta {
  background: #f3f2f1;
  border-left: 5px solid var(--govuk-link-colour, #1d70b8);
  padding: 15px 20px;
}
.bb-aside-cta h3 { color: var(--govuk-text-colour, #0b0c0c); }
.bb-aside-cta .govuk-button { width: 100%; text-align: center; }
.bb-aside-cta .govuk-button .govuk-button__start-icon { vertical-align: middle; }

.sv_main, .sv_container { font-family: inherit; color: var(--govuk-text-colour, #0b0c0c); }
.sv_main .sv_header { display: none; }
.sv_main .sv_q {
  margin-bottom: 30px;
  padding: 15px 20px;
  border-left: 5px solid var(--govuk-link-colour, #1d70b8);
  background: #f3f2f1;
}
.sv_main .sv_q_title { font-size: 1.5rem; font-weight: 700; line-height: 1.25; margin: 0 0 15px; }
.sv_main .sv_q_title h5 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  color: var(--govuk-text-colour, #0b0c0c);
}
.sv_main .sv_q_radiogroup { display: flex; flex-direction: column; gap: 10px; }
.sv_main .sv_q_radiogroup_inline { display: flex; flex-wrap: wrap; gap: 10px; }
.sv_main .sv-radio, .sv_main .sv_q_radiogroup_inline { position: relative; }
.sv_main .sv-radio input[type="radio"] { position: absolute; opacity: 0; width: 1px; height: 1px; }
.sv_main .sv-radio label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 8px 12px;
  border: 2px solid var(--govuk-text-colour, #0b0c0c);
  background: #fff;
  cursor: pointer;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
.sv_main .sv-radio label:hover { background: #f3f2f1; }
.sv_main .sv-radio input[type="radio"]:checked + .sv-radio__decorator + .sv-string-viewer,
.sv_main .sv-radio--checked label { background: var(--govuk-link-colour, #1d70b8); color: #fff; border-color: var(--govuk-link-colour, #1d70b8); }
.sv_main .sv-radio input[type="radio"]:focus + .sv-radio__decorator,
.sv_main .sv-radio input[type="radio"]:focus-visible + .sv-radio__decorator {
  outline: 3px solid var(--govuk-focus-colour, #ffdd00);
  outline-offset: 2px;
}
.sv_main .sv-radio__decorator { display: none; }

.sv_main .sv_nav { margin-top: 20px; display: flex; gap: 10px; flex-wrap: wrap; }
.sv_main .sv_nav input[type="button"], .sv_main .sv_nav input[type="submit"] {
  font-family: inherit;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.1875;
  padding: 8px 10px 7px;
  margin: 0;
  border: 2px solid rgba(0,0,0,0);
  background-color: var(--govuk-button-colour, #00703c);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 0 var(--govuk-button-shadow-colour, #002d18);
}
.sv_main .sv_nav input[type="button"]:hover, .sv_main .sv_nav input[type="submit"]:hover { background-color: #005a30; }
.sv_main .sv_nav input[type="button"]:focus, .sv_main .sv_nav input[type="submit"]:focus {
  outline: 3px solid rgba(0,0,0,0);
  background-color: var(--govuk-focus-colour, #ffdd00);
  color: var(--govuk-focus-text-colour, #0b0c0c);
  box-shadow: 0 2px 0 var(--govuk-focus-text-colour, #0b0c0c);
}

.sv_main .sv_progress { font-size: 1rem; line-height: 1.25; color: var(--govuk-secondary-text-colour, #505a5f); margin-bottom: 15px; }
.sv_main .sv_progress_bar { background: var(--govuk-link-colour, #1d70b8); height: 4px; }

.govuk-summary-list { margin-bottom: 0; }

.bb-compare-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 10px 12px;
  border-top: 1px solid #b1b4b6;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 500;
  cursor: pointer;
  background: #f3f2f1;
  color: var(--govuk-text-colour, #0b0c0c);
  transition: background-color 150ms ease;
}

.bb-compare-checkbox input[type="checkbox"] {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  cursor: pointer;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 2px solid #505a5f;
  border-radius: 3px;
  position: relative;
  transition: border-color 150ms ease, background-color 150ms ease;
}
.bb-compare-checkbox:hover input[type="checkbox"] { border-color: #0b0c0c; }
.bb-compare-checkbox input[type="checkbox"]:checked {
  background: #00703c;
  border-color: #00703c;
}
.bb-compare-checkbox input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}
.bb-compare-checkbox input[type="checkbox"]:focus-visible {
  outline: 3px solid var(--govuk-focus-colour, #ffdd00);
  outline-offset: 1px;
}
.bb-compare-checkbox:hover { background: #ebe9e7; }
.bb-compare-checkbox.is-checked {
  background: #cce2d8;
  border-top-color: #00703c;
}
.bb-compare-checkbox.is-checked .bb-compare-checkbox__label { color: #00703c; }

.bb-pdp-cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 16px;
}
.bb-pdp-cta-row .main_btn { margin-bottom: 0; }
.bb-pdp-compare {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 10px 7px;
  background: transparent;
  border: 2px solid var(--govuk-text-colour, #0b0c0c);
  color: var(--govuk-text-colour, #0b0c0c);
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.1875;
  cursor: pointer;
  margin: 0;
  font-family: inherit;
}
.bb-pdp-compare:hover { background: #f3f2f1; }
.bb-pdp-compare:focus {
  outline: 3px solid rgba(0,0,0,0);
  background-color: var(--govuk-focus-colour, #ffdd00);
  color: var(--govuk-focus-text-colour, #0b0c0c);
  border-color: var(--govuk-focus-text-colour, #0b0c0c);
}
.bb-pdp-compare.is-added { background: #00703c; color: #fff; border-color: #00703c; }

.bb-compare-bar {
  position: fixed;
  left: 0; right: 0;

  bottom: env(keyboard-inset-height, 0);
  background: var(--govuk-text-colour, #0b0c0c);
  color: #fff;
  padding: 12px 16px max(12px, env(safe-area-inset-bottom));
  z-index: 1000;
  display: none;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.2);
  transition: bottom 180ms ease;
}
.bb-compare-bar.is-visible { display: block; }
.bb-compare-bar__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}
.bb-compare-bar__thumbs {
  display: flex;
  gap: 8px;
  flex: 1 1 auto;
  flex-wrap: wrap;
}
.bb-compare-bar__thumb {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.08);
  padding: 4px 6px 4px 4px;
  border-radius: 2px;
  font-size: 13px;
  line-height: 1.2;
}
.bb-compare-bar__thumb img {
  width: 36px; height: 36px;
  object-fit: cover;
  border-radius: 2px;
}
.bb-compare-bar__thumb-remove {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 18px;
  padding: 0;
  cursor: pointer;
  line-height: 1;

  min-width: 28px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 -4px;
}
.bb-compare-bar__counter {
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}
.bb-compare-bar__compare {
  background: #00703c;
  color: #fff;
  border: 2px solid #00703c;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  font-family: inherit;
  box-shadow: 0 2px 0 #002d18;
}
.bb-compare-bar__compare:disabled {
  background: #505a5f;
  border-color: #505a5f;
  cursor: not-allowed;
  box-shadow: 0 2px 0 #0b0c0c;
}
.bb-compare-bar__clear {
  background: transparent;
  border: none;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  padding: 4px 8px;
}

.bb-compare-toast {
  position: fixed;
  bottom: 96px;
  left: 50%;
  transform: translateX(-50%);
  background: #d4351c;
  color: #fff;
  padding: 10px 18px;
  font-size: 14px;
  z-index: 1100;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease-out;
}
.bb-compare-toast.is-visible { opacity: 1; }

.bb-compare-keydiffs {
  background: #f3f2f1;
  border-left: 4px solid var(--govuk-link-colour, #1d70b8);
  padding: 16px 20px;
  margin: 24px 0;
}
.bb-compare-keydiffs h2 { margin-top: 0; }
.bb-compare-diffs li { margin-bottom: 8px; }

@media (max-width: 40em) {
  .bb-compare-keydiffs {
    padding: 14px 16px;
    margin: 16px 0 28px;
  }
  .bb-compare-keydiffs h2 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .bb-compare-diffs {
    padding-left: 20px;
    margin-bottom: 0;
  }
  .bb-compare-diffs li {
    margin-bottom: 14px;
    line-height: 1.5;
  }
  .bb-compare-diffs li:last-child {
    margin-bottom: 0;
  }
}

.bb-compare-tablewrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  margin: 24px 0;
  position: relative;
}
.bb-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  min-width: 600px;
}
.bb-compare-table th,
.bb-compare-table td {
  padding: 12px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #b1b4b6;
}
.bb-compare-table tbody tr:nth-child(even of tr:not(.bb-compare-section)) {
  background: #f8f8f8;
}
.bb-compare-table .bb-compare-rowlabel {
  font-weight: 700;
  background: #f3f2f1;
  position: sticky;
  left: 0;
  z-index: 2;
  min-width: 160px;
  border-right: 1px solid #b1b4b6;
}
.bb-compare-table .bb-compare-product {
  vertical-align: top;
  text-align: center;
  background: #fff;
  min-width: 200px;
  width: 240px;
  position: relative;
  padding: 12px 8px;
  scroll-snap-align: start;
}
.bb-compare-thumb { display: block; margin-bottom: 8px; }
.bb-compare-thumb img {
  width: 180px;
  height: 180px;
  object-fit: contain;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;

  background: #f3f2f1;
  border-radius: 4px;
}
.bb-compare-name {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--govuk-link-colour, #1d70b8);
  text-decoration: underline;
  line-height: 1.3;
  margin-bottom: 4px;
}
.bb-compare-brand { font-size: 13px; color: var(--govuk-secondary-text-colour, #505a5f); }
.bb-compare-retailer { font-size: 13px; color: var(--govuk-secondary-text-colour, #505a5f); margin-bottom: 8px; }
.bb-compare-remove {
  position: absolute;
  top: 4px;
  right: 4px;
  background: transparent;
  border: none;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  color: #505a5f;
  padding: 4px 8px;
}
.bb-compare-remove:hover { color: #d4351c; }

.bb-compare-section th {
  background: var(--govuk-text-colour, #0b0c0c);
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 8px 12px;
}

.bb-compare-price strong { font-size: 22px; }
.bb-compare-cta-cell { text-align: center; }
.bb-compare-cta { display: inline-block; text-align: center; width: 100%; max-width: 200px; }

.bb-compare-score-cell {
  font-size: 20px;
  font-weight: 700;
}
.bb-compare-score-value { font-size: 28px; color: var(--govuk-text-colour, #0b0c0c); }
.bb-compare-score-suffix { font-size: 16px; color: var(--govuk-secondary-text-colour, #505a5f); }
.bb-compare-catscore { font-weight: 700; }

.bb-compare-winner {
  background: #fff5cc !important;
  outline: 2px solid #f47738;
  outline-offset: -2px;
  position: relative;
}

.bb-compare-flag-on { color: #00703c; font-size: 20px; font-weight: 700; }
.bb-compare-flag-off { color: #b1b4b6; font-size: 18px; }
.bb-compare-unknown { color: #505a5f; font-style: italic; font-size: 14px; }
.bb-compare-subtext { font-size: 13px; color: var(--govuk-secondary-text-colour, #505a5f); margin-top: 2px; }
.bb-compare-disclaimer { color: var(--govuk-secondary-text-colour, #505a5f); }

.bb-compare-cta-mobile {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  background: var(--govuk-text-colour, #0b0c0c);
  padding: 10px 16px;
  z-index: 999;
  text-align: center;
}
.bb-compare-cta-mobile .bb-compare-cta { display: none; }
.bb-compare-cta-mobile .bb-compare-cta.is-active { display: inline-block; max-width: 90%; }

@media (max-width: 768px) {
  .bb-compare-cta-mobile { display: block; }
  .bb-compare-table { font-size: 14px; }
  .bb-compare-table th,
  .bb-compare-table td { padding: 8px; }
  .bb-compare-thumb img { width: 120px; max-width: 100%; }
  .bb-compare-table .bb-compare-product { width: 200px; min-width: 200px; }
  .bb-compare-table .bb-compare-rowlabel { min-width: 130px; font-size: 13px; }
  .bb-compare-score-value { font-size: 22px; }
  .bb-compare-bar__thumb-name { display: none; }
}

.bb-score-bars__lede {
  font-size: 1.125rem;
  color: var(--govuk-text-colour, #0b0c0c);
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #b1b4b6;
  line-height: 1.5;
}
.bb-score-bars { list-style: none; margin: 0; padding: 0; }
.bb-score-bars > li { margin: 0; padding: 0; }

.bb-score-bar { border-bottom: 1px solid #f3f2f1; }
.bb-score-bar:last-child { border-bottom: none; }

.bb-score-bar__row {
  display: grid;
  grid-template-columns: 200px 1fr 80px 16px;
  gap: 16px;
  align-items: center;
  padding: 14px 0;
  cursor: pointer;
  list-style: none;
}
.bb-score-bar__row::-webkit-details-marker { display: none; }
.bb-score-bar__row::marker { display: none; }
.bb-score-bar__row:focus-visible {
  outline: 3px solid var(--govuk-focus-colour, #ffdd00);
  outline-offset: 2px;
}
.bb-score-bar__row:hover .bb-score-bar__label { color: var(--govuk-link-colour, #1d70b8); }

.bb-score-bar__label {
  font-weight: 700;
  color: var(--govuk-text-colour, #0b0c0c);
  font-size: 1rem;
  line-height: 1.25;
}

.bb-score-bar__track {
  display: block;
  height: 10px;
  background: #f3f2f1;
  border-radius: 5px;
  overflow: hidden;
}
.bb-score-bar__fill {
  display: block;
  height: 100%;
  background: var(--govuk-link-colour, #1d70b8);
  border-radius: 5px;
  min-width: 2px;
  width: 0;
}

.bb-score-bar[data-band="high"] .bb-score-bar__fill { background: #00703c; }
.bb-score-bar[data-band="mid"]  .bb-score-bar__fill { background: #f47738; }
.bb-score-bar[data-band="low"]  .bb-score-bar__fill { background: #d4351c; }
.bb-score-bar__fill {

  animation: bb-score-fill 700ms 200ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
@keyframes bb-score-fill {
  to { width: var(--bb-fill, 0%); }
}

@media (prefers-reduced-motion: reduce) {
  .bb-score-bar__fill {
    animation: none;
    width: var(--bb-fill, 0%);
  }
}

.bb-score-bar__value {
  text-align: right;
  white-space: nowrap;
  font-size: 1.125rem;
  line-height: 1.2;
}
.bb-score-bar__value strong { font-weight: 700; font-size: 1.25rem; }
.bb-score-bar__max {
  color: var(--govuk-secondary-text-colour, #505a5f);
  font-size: 0.875rem;
  margin-left: 1px;
}
.bb-score-bar__value--unscored {
  color: var(--govuk-secondary-text-colour, #505a5f);
  font-style: italic;
  font-size: 0.875rem;
}

.bb-score-bar__chevron {
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--govuk-secondary-text-colour, #505a5f);
  border-bottom: 2px solid var(--govuk-secondary-text-colour, #505a5f);
  transform: rotate(45deg);
  transition: transform 200ms ease-out;
  justify-self: end;
  margin-bottom: 2px;
}
.bb-score-bar[open] .bb-score-bar__chevron { transform: rotate(-135deg); margin-bottom: 0; margin-top: 4px; }

.bb-score-bar__detail {
  padding: 4px 0 18px;
  margin-left: 216px;
}
.bb-score-bar__detail p { margin-top: 0; }
.bb-score-bar__quotes {
  list-style: none;
  padding-left: 18px;
  border-left: 3px solid #b1b4b6;
  margin-top: 12px;
  margin-bottom: 0;
}
.bb-score-bar__quotes li {
  color: var(--govuk-secondary-text-colour, #505a5f);
  margin-bottom: 8px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .bb-score-bar__row {
    grid-template-columns: 1fr auto 16px;
    grid-template-areas:
      "label value chevron"
      "track track track";
    row-gap: 8px;
    column-gap: 12px;
  }
  .bb-score-bar__label   { grid-area: label; }
  .bb-score-bar__value   { grid-area: value; }
  .bb-score-bar__chevron { grid-area: chevron; align-self: center; }
  .bb-score-bar__track   { grid-area: track; }
  .bb-score-bar__detail  { margin-left: 0; }
}

.bb-score-bar__row { grid-template-columns: 200px 1fr auto 16px; }

.bb-score-bar--unscored .bb-score-bar__label,
.bb-score-bar--unscored .bb-score-bar__chip {
  color: var(--govuk-secondary-text-colour, #505a5f);
}
.bb-score-bar--unscored .bb-score-bar__track {
  background-image: repeating-linear-gradient(
    45deg,
    #f3f2f1, #f3f2f1 6px,
    #e5e3e1 6px, #e5e3e1 12px
  );
}
.bb-score-bar--unscored:hover .bb-score-bar__label { color: var(--govuk-secondary-text-colour, #505a5f); }
.bb-score-bar--unscored .bb-score-bar__chevron {
  border-color: #b1b4b6;
}

.bb-score-bar__chip {
  display: inline-block;
  padding: 3px 10px;
  background: #f3f2f1;
  border: 1px solid #b1b4b6;
  border-radius: 14px;
  font-size: 0.8125rem;
  font-style: normal;
  line-height: 1.3;
  white-space: nowrap;
  font-weight: 400;
}

.bb-brand-grid--collapsed > .bb-brand-card:nth-child(n+10) { display: none; }
@media (max-width: 768px) {
  .bb-brand-grid--collapsed > .bb-brand-card:nth-child(n+7) { display: none; }
}

.bb-brand-expand-wrap {
  text-align: center;
  margin: 20px 0 10px;
}
.bb-brand-expand-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.bb-brand-expand-btn__chevron {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 200ms ease-out;
  margin-bottom: 2px;
}
.bb-brand-expand-btn.is-expanded .bb-brand-expand-btn__chevron {
  transform: rotate(-135deg);
  margin-bottom: 0;
  margin-top: 4px;
}

.bb-brand-card--revealed {
  animation: bbBrandReveal 320ms ease-out both;
}
.bb-brand-card--revealed:nth-child(3n+1) { animation-delay: 0ms; }
.bb-brand-card--revealed:nth-child(3n+2) { animation-delay: 60ms; }
.bb-brand-card--revealed:nth-child(3n)   { animation-delay: 120ms; }
@keyframes bbBrandReveal {
  from { opacity: 0; transform: translateY(-10px); }
  to   { opacity: 1; transform: translateY(0); }
}

.bb-tile-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 8px 0 0 !important;
}
.bb-tile-grid > * {
  width: 100% !important;
  padding: 0 !important;
  float: none !important;
  margin: 0 !important;
}
.bb-tile-grid .bb-tile-img {
  border-radius: 4px;
}
@media (min-width: 1024px) {
  .bb-tile-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .bb-tile-grid .bb-tile-img { border-radius: 0; }
}

.bb-tile-grid a {
  display: block;
  border-radius: 4px;
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.bb-tile-grid a:hover,
.bb-tile-grid a:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
.bb-tile-grid a:focus-visible {
  outline: 3px solid var(--govuk-focus-colour, #ffdd00);
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  .bb-tile-grid a { transition: box-shadow 200ms ease; }
  .bb-tile-grid a:hover,
  .bb-tile-grid a:focus-visible { transform: none; }
}

.bb-listing-sort__row--active .govuk-select {
  border-left: 4px solid #00703c;
  padding-left: 8px;
}
.bb-listing-sort__active {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 0;
  color: var(--govuk-text-colour, #0b0c0c);
}
.bb-listing-sort__dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00703c;
  flex-shrink: 0;
}
.bb-listing-sort__clear {
  margin-left: auto;
}

@media (max-width: 768px) {
  .govuk-grid-row:has(> .bb-product-card-col) {
    display: grid !important;

    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .govuk-grid-row > .bb-product-card-col {
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    float: none !important;
  }
  .bb-product-card-col img { max-width: 100%; height: auto; }
}

.bb-affiliate-disclosure {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media print {

  body, .govuk-template { background: #fff !important; color: #000 !important; }
  body { font-size: 11pt; }

  .govuk-header,
  .govuk-service-navigation,
  .bb-brand-strip,
  .govuk-footer,
  .govuk-cookie-banner,
  .bb-compare-bar,
  .bb-compare-mobile-cta,
  .bb-affiliate-disclosure,
  .bb-product-card__compare,
  .bb-compare-checkbox,
  .bb-pdp-cta-row,
  .bb-compare-remove,
  .bb-compare-thumb-remove,
  .bb-compare-bar__thumb-remove,
  .bb-listing-sort,
  .bb-pagination-row,
  .govuk-pagination,
  .bb-listing-side,
  .bb-brand-expand-wrap,
  .bb-test-card-col,
  iframe,

  .bb-compare-table a.govuk-button,
  a[href^="/out/"],
  a[href^="/exitbb/"],
  a[href^="/exitmnd/"],
  .no-print {
    display: none !important;
  }

  .govuk-width-container { max-width: 100% !important; padding: 0 !important; margin: 0 !important; }
  .govuk-main-wrapper { padding: 8mm 6mm !important; }

  h1.govuk-heading-xl { font-size: 18pt; margin: 0 0 8px; }
  h2.govuk-heading-l { font-size: 14pt; }
  .govuk-breadcrumbs { font-size: 9pt; margin-bottom: 6px; }

  .bb-compare-tablewrap { overflow: visible !important; }
  .bb-compare-table { font-size: 10pt; width: 100% !important; }
  .bb-compare-table th,
  .bb-compare-table td { padding: 4px 6px !important; }
  .bb-compare-table tr { page-break-inside: avoid; }
  .bb-compare-section { page-break-after: avoid; }

  .bb-score-bar__track,
  .bb-score-bar__chevron { display: none !important; }
  .bb-score-bar__fill { display: none !important; }

  main a[href^="http"]::after,
  main a[href^="/"]::after {
    content: " (" attr(href) ")";
    font-size: 9pt;
    color: #444;
  }

  .bb-compare-table a::after { content: none !important; }
}
