.xl-legal-checkout-notice {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  background: #ebf5fb;
  border: 1px solid #a1c4e1;
  padding: 14px 18px;
  margin: 0 0 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

.xl-legal-checkout-notice__left {
  flex: 1 1 auto;
  min-width: 0;
}

.xl-legal-checkout-notice__heading {
  font-weight: 700;
  color: #004b87;
  margin: 0 0 4px;
}

.xl-legal-checkout-notice__grey {
  color: #767676;
}

.xl-legal-checkout-notice__link {
  color: #0066a1;
  text-decoration: none;
}

.xl-legal-checkout-notice__link:hover {
  text-decoration: underline;
}

.xl-legal-checkout-notice__right {
  flex: 0 0 auto;
  font-weight: 700;
  color: #c82333;
  text-align: right;
  max-width: 42%;
}

@media (max-width: 767px) {
  .xl-legal-checkout-notice {
    flex-direction: column;
  }

  .xl-legal-checkout-notice__right {
    max-width: none;
    text-align: left;
  }
}

.xl-legal-guarantee-page__item {
  margin: 0 0 32px;
}

.xl-legal-guarantee-page__lang {
  font-size: 18px;
  margin: 0 0 12px;
}

.xl-legal-guarantee-page__image {
  display: block;
  width: 540px;
  max-width: 100%;
  height: auto;
}

.xl-legal-guarantee-page__download {
  margin: 16px 0 0;
}

.xl-legal-guarantee-page__download-btn {
  display: inline-block;
  min-width: 220px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border-radius: 0;
}
