.ev-trust-strip {
  clear: both;
  background: #f7f9fb;
  border-bottom: 1px solid #dfe5ec;
  color: #263244;
  font-size: 13px;
}

.ev-trust-strip__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 8px 0;
}

.ev-trust-strip__list li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  line-height: 1.25;
}

.ev-trust-strip__list .material-icons {
  color: #2e7d32;
  font-size: 18px;
  line-height: 1;
}

.ev-trust-strip--checkout {
  background: #eef6f0;
  border-bottom-color: #cae2d0;
}

.header-payment-logos,
.header-payment-logos-mobile {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-left: 12px;
  vertical-align: middle;
}

.header-payment-logos-mobile {
  margin: 0 0 7px;
}

.payment-logo {
  display: block;
  width: auto;
  max-width: 54px;
  padding: 2px 4px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

#header .header-top #_desktop_logo {
  display: flex;
  align-items: center;
  gap: 14px;
}

#header .header-top #_desktop_logo > a {
  flex: 0 0 auto;
}

.ev-top-company-badge {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.ev-top-company-badge img {
  display: block;
  width: 82px;
  height: auto;
  max-height: 82px;
}

.ev-delivery-info {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 12px 0;
  padding: 14px 18px;
  background: var(--ev-delivery-bg, #f5f7fb);
  border: 2px solid var(--ev-delivery-border, #a0a8b8);
  border-radius: 8px;
  color: #1a1a1a;
}

.ev-delivery-info__icon {
  flex: 0 0 auto;
  font-size: 30px;
  line-height: 1;
}

.ev-delivery-info__body {
  min-width: 0;
}

.ev-delivery-info__title,
.ev-delivery-info__sub {
  display: block;
}

.ev-delivery-info__title {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
}

.ev-delivery-info__sub {
  margin-top: 3px;
  color: #555;
  font-size: 13px;
  line-height: 1.35;
}

#block-reassurance {
  margin-top: 16px;
}

#block-reassurance ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#block-reassurance li {
  list-style: none;
}

#block-reassurance .block-reassurance-item {
  min-height: 78px;
  padding: 12px;
  background: #fff;
  border: 1px solid #e0e6ee;
  border-radius: 8px;
}

#block-reassurance .block-title,
#block-reassurance .h6 {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
}

.ev-footer-confidence {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  padding: 12px 0 6px;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.35;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.ev-footer-confidence span::before {
  content: "✓";
  margin-right: 6px;
  color: #2e7d32;
  font-weight: 700;
}

@media (max-width: 767px) {
  .ev-trust-strip {
    font-size: 12px;
  }

  .ev-trust-strip__list {
    justify-content: flex-start;
    gap: 6px;
    padding: 7px 0;
  }

  .ev-trust-strip__list li {
    flex: 1 1 100%;
  }

  .ev-delivery-info {
    align-items: flex-start;
    padding: 12px 14px;
    border-radius: 6px;
  }

  .ev-delivery-info__title {
    font-size: 14px;
  }

  .ev-footer-confidence {
    justify-content: flex-start;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #header .header-top #_desktop_logo {
    gap: 10px;
  }

  #header .header-top #_desktop_logo .logo {
    max-width: 165px;
    height: auto;
  }

  .ev-top-company-badge img {
    width: 58px;
  }
}
