/* Checkout validation notice polish. */

body.dvt-site.woocommerce-checkout .woocommerce-NoticeGroup,
body.dvt-site.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  width: min(100% - 48px, 1120px) !important;
  margin: 24px auto 18px !important;
}

body.dvt-site.woocommerce-checkout .woocommerce-error,
body.dvt-site.woocommerce-checkout .woocommerce-message,
body.dvt-site.woocommerce-checkout .woocommerce-info {
  width: 100% !important;
  margin: 0 auto 18px !important;
  padding: 16px 18px 16px 54px !important;
  border: 1px solid rgba(255, 89, 106, 0.46) !important;
  border-top: 3px solid #ff405a !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, rgba(62, 13, 24, 0.98), rgba(24, 10, 18, 0.98)) !important;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1.55 !important;
  list-style: none !important;
  position: relative !important;
}

body.dvt-site.woocommerce-checkout .woocommerce-error::before,
body.dvt-site.woocommerce-checkout .woocommerce-message::before,
body.dvt-site.woocommerce-checkout .woocommerce-info::before {
  width: 26px !important;
  height: 26px !important;
  left: 18px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(255, 255, 255, 0.12) !important;
  color: #ff7182 !important;
  font-size: 14px !important;
  line-height: 1 !important;
}

body.dvt-site.woocommerce-checkout .woocommerce-error li,
body.dvt-site.woocommerce-checkout .woocommerce-message li,
body.dvt-site.woocommerce-checkout .woocommerce-info li {
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
}

body.dvt-site.woocommerce-checkout .woocommerce-error a,
body.dvt-site.woocommerce-checkout .woocommerce-message a,
body.dvt-site.woocommerce-checkout .woocommerce-info a {
  color: #ffffff !important;
  font-weight: 950 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

body.dvt-site.woocommerce-checkout .woocommerce-info {
  border-color: rgba(151, 84, 255, 0.42) !important;
  border-top-color: var(--dvt-purple) !important;
  background: linear-gradient(135deg, rgba(35, 20, 58, 0.98), rgba(13, 10, 22, 0.98)) !important;
}

body.dvt-site.woocommerce-checkout .woocommerce-info::before { color: #caa7ff !important; }

body.dvt-site.woocommerce-checkout .woocommerce-message {
  border-color: rgba(55, 220, 148, 0.42) !important;
  border-top-color: #37dc94 !important;
  background: linear-gradient(135deg, rgba(7, 55, 38, 0.98), rgba(9, 18, 16, 0.98)) !important;
}

body.dvt-site.woocommerce-checkout .woocommerce-message::before { color: #61f0aa !important; }

@media (max-width: 900px) {
  body.dvt-site.woocommerce-checkout .woocommerce-NoticeGroup,
  body.dvt-site.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
    width: min(100% - 28px, 1120px) !important;
  }
}

@media (max-width: 560px) {
  body.dvt-site.woocommerce-checkout .woocommerce-NoticeGroup,
  body.dvt-site.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
    width: min(100% - 20px, 1120px) !important;
  }

  body.dvt-site.woocommerce-checkout .woocommerce-error,
  body.dvt-site.woocommerce-checkout .woocommerce-message,
  body.dvt-site.woocommerce-checkout .woocommerce-info {
    padding: 14px 14px 14px 48px !important;
    font-size: 13px !important;
  }

  body.dvt-site.woocommerce-checkout .woocommerce-error::before,
  body.dvt-site.woocommerce-checkout .woocommerce-message::before,
  body.dvt-site.woocommerce-checkout .woocommerce-info::before {
    left: 14px !important;
  }
}
