/***** Vistra Design System *****/
/************************************/
/* 16px */
/* 24px */
/***** START: New theme variables *****/
/************************************/
/***** END: New theme variables ******/
/************************************/
[data-component-id="vistra2024:trust-banner"] {
  background-color: var(--blue-50);
  padding: 12px 0;
}
[data-component-id="vistra2024:trust-banner"] .trust-banner__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
[data-component-id="vistra2024:trust-banner"] .trust-banner__list::-webkit-scrollbar {
  display: none;
}
@media all and (min-width: 64em) {
  [data-component-id="vistra2024:trust-banner"] .trust-banner__list {
    gap: 48px;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: visible;
  }
}
[data-component-id="vistra2024:trust-banner"] .trust-banner__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
[data-component-id="vistra2024:trust-banner"] .trust-banner__icon {
  width: 14px;
  height: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
}
[data-component-id="vistra2024:trust-banner"] .trust-banner__body {
  white-space: nowrap;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
}
[data-component-id="vistra2024:trust-banner"] .trust-banner__body p {
  margin-block: 0;
}
@media all and (min-width: 64em) {
  [data-component-id="vistra2024:trust-banner"] .trust-banner__body {
    white-space: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.01em;
  }
}
/*# sourceMappingURL=trust-banner.css.map */
