/* MARABIKA newsletter + trust compact experience v2.2.1. */
#footer .marabika-newsletter-trust-card,
#footer .marabika-newsletter-trust-card * {
  box-sizing: border-box;
}

#footer .marabika-newsletter-trust-card {
  padding: clamp(28px, 3vw, 42px) !important;
  border-color: rgba(157, 121, 80, .22);
  border-radius: 28px;
  background:
    radial-gradient(circle at 94% 4%, rgba(169, 96, 112, .11), transparent 30%),
    linear-gradient(145deg, #fffdfa 0%, #f8f0ea 100%) !important;
  box-shadow: 0 18px 48px rgba(73, 58, 54, .07);
}

#footer .marabika-newsletter-layout {
  grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
  gap: clamp(34px, 4vw, 58px);
  max-width: 1180px;
  align-items: center;
}

#footer .marabika-newsletter-area,
#footer .marabika-newsletter-form {
  max-width: none;
}

#footer .marabika-newsletter-head .section__title {
  margin: 0 0 10px !important;
  color: #493a36;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.25vw, 34px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -.025em;
  text-transform: none;
}

#footer .marabika-newsletter-head .category-icon-sub-name {
  max-width: 46ch;
  margin: 0;
  color: #6e5b55;
  font-size: 14px;
  line-height: 1.55;
  text-align: left !important;
}

#footer .marabika-newsletter-form {
  margin-top: 20px;
}

#footer .marabika-newsletter-control {
  gap: 10px;
}

#footer .marabika-newsletter-control .news-input-box {
  min-height: 54px;
  border-color: #e1d3ca !important;
  border-radius: 15px;
  background: rgba(255, 253, 250, .94);
  color: #493a36;
  font-size: 16px;
  box-shadow: 0 7px 20px rgba(73, 58, 54, .04);
}

#footer .marabika-newsletter-control .button {
  min-height: 54px;
  flex-basis: 170px;
  border-color: #a96070 !important;
  border-radius: 15px;
  background: #a96070 !important;
  box-shadow: 0 10px 22px rgba(127, 63, 77, .18);
}

#footer .marabika-newsletter-control .button:hover {
  border-color: #914e5d !important;
  background: #914e5d !important;
}

#footer .marabika-newsletter-consent {
  margin-top: 12px !important;
  color: #6e5b55;
  font-size: 12.5px;
  line-height: 1.4;
}

#footer .marabika-newsletter-consent input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  accent-color: #a96070;
}

#footer .marabika-newsletter-message:empty {
  display: none;
}

#footer .marabika-trust-area {
  margin: 0;
  padding: 0 0 0 clamp(30px, 3.5vw, 48px);
  border-left: 1px solid rgba(157, 121, 80, .22);
  text-align: left;
}

#footer .marabika-trust-area:before {
  content: none;
}

#footer .marabika-trust-inner {
  max-width: none;
}

#footer .marabika-trust-kicker {
  justify-content: flex-start;
  gap: 10px;
  margin: 0 0 10px;
  color: #9d7950;
  letter-spacing: .16em;
}

#footer .marabika-trust-kicker:before {
  width: 22px;
}

#footer .marabika-trust-kicker:after {
  display: none;
}

#footer .marabika-trust-heading {
  max-width: 560px;
  margin: 0 0 18px;
  color: #493a36;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2vw, 29px);
  font-weight: 500;
  line-height: 1.13;
  letter-spacing: -.02em;
  text-wrap: balance;
  text-transform: none;
}

#footer .marabika-trust-award {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 18px;
  align-items: center;
  margin: 0 0 18px;
}

#footer .marabika-trust-badge-wrap {
  grid-row: 1 / 3;
  width: 108px;
  height: 108px;
  margin: 0;
}

#footer .marabika-trust-badge {
  width: 94px !important;
  max-width: 94px !important;
  height: 94px !important;
}

#footer .marabika-trust-title,
#footer .marabika-trust-subtitle {
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

#footer .marabika-trust-title {
  align-self: end;
  margin-bottom: 3px;
  color: #5f504b;
  font-size: 13px;
  line-height: 1.42;
}

#footer .marabika-trust-subtitle {
  align-self: start;
  color: #8d7d76;
  font-size: 12px;
  line-height: 1.42;
}

#footer .marabika-trust-points {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  max-width: none;
  margin: 0;
}

#footer .marabika-trust-point {
  justify-content: flex-start;
  gap: 8px;
  min-height: 54px;
  padding: 10px 11px;
  border-color: rgba(157, 121, 80, .2);
  border-radius: 14px;
  background: rgba(255, 253, 250, .76);
  color: #655650;
  font-size: 12px;
  line-height: 1.3;
}

#footer .marabika-trust-check {
  width: 20px;
  height: 20px;
  border-color: rgba(169, 96, 112, .3);
  background: rgba(169, 96, 112, .1);
}

#footer .marabika-trust-check:after {
  border-color: #a96070;
}

/* Consumer information uses the same clear desktop/mobile navigation system as the other footer columns. */
#footer .mbkcc-footer {
  min-width: 0;
}

#footer .mbkcc-footer .footer__menu li {
  margin: 0;
}

#footer .mbkcc-footer .footer__menu a {
  display: flex;
  width: 100%;
  min-height: 38px;
  padding: 7px 0;
  align-items: center;
  color: inherit;
  line-height: 1.4;
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

#footer .mbkcc-footer .footer__menu a:hover {
  color: #914e5d;
}

@media (max-width: 899px) {
  #footer .marabika-newsletter-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  #footer .marabika-newsletter-area {
    max-width: 680px;
    margin: 0 auto;
  }

  #footer .marabika-trust-area {
    margin: 0;
    padding: 28px 0 0;
    border-top: 1px solid rgba(157, 121, 80, .22);
    border-left: 0;
  }
}

@media (max-width: 767px) {
  #footer.footer {
    margin-top: 20px;
    padding-top: 22px;
  }

  #footer .marabika-newsletter-trust-card {
    padding: 21px 15px !important;
    border-radius: 21px;
  }

  #footer .marabika-newsletter-layout {
    gap: 22px;
  }

  #footer .marabika-newsletter-head {
    text-align: left;
  }

  #footer .marabika-newsletter-head .section__title {
    font-size: 27px;
  }

  #footer .marabika-newsletter-head .category-icon-sub-name {
    font-size: 13.5px;
  }

  #footer .marabika-newsletter-form {
    margin-top: 16px;
  }

  #footer .marabika-newsletter-control {
    gap: 9px;
  }

  #footer .marabika-newsletter-control .news-input-box,
  #footer .marabika-newsletter-control .button {
    min-height: 52px;
  }

  #footer .marabika-newsletter-control .button {
    flex: 0 0 52px !important;
  }

  #footer .marabika-newsletter-consent {
    justify-content: flex-start;
    margin-top: 11px !important;
  }

  #footer .marabika-trust-area {
    padding-top: 22px;
  }

  #footer .marabika-trust-kicker {
    justify-content: flex-start;
    margin-bottom: 9px;
    font-size: 9.5px;
    line-height: 1.35;
    letter-spacing: .14em;
  }

  #footer .marabika-trust-kicker:before {
    width: 18px;
  }

  #footer .marabika-trust-heading {
    max-width: none;
    margin-bottom: 15px;
    font-size: 23px;
    line-height: 1.13;
    text-align: left;
  }

  #footer .marabika-trust-award {
    grid-template-columns: 78px minmax(0, 1fr);
    column-gap: 12px;
    margin-bottom: 15px;
  }

  #footer .marabika-trust-badge-wrap {
    width: 78px;
    height: 78px;
    margin: 0;
  }

  #footer .marabika-trust-badge {
    width: 70px !important;
    max-width: 70px !important;
    height: 70px !important;
  }

  #footer .marabika-trust-title {
    margin-bottom: 2px;
    font-size: 12.5px;
    line-height: 1.34;
  }

  #footer .marabika-trust-subtitle {
    font-size: 11.5px;
    line-height: 1.34;
  }

  #footer .marabika-trust-points {
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
    max-width: none;
  }

  #footer .marabika-trust-point {
    min-height: 44px;
    padding: 9px 11px;
    font-size: 12px;
  }

  #footer .mbkcc-footer .footer__menu a {
    min-height: 44px;
    padding: 10px 0;
  }
}

@media (max-width: 360px) {
  #footer .marabika-newsletter-trust-card {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  #footer .marabika-newsletter-head .section__title {
    font-size: 25px;
  }

  #footer .marabika-trust-heading {
    font-size: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #footer .marabika-newsletter-control .button {
    transition: none;
  }
}
