/* ============================================================
   SXGC 2.1.5 — compact, aligned global footer + payment badges
   ============================================================ */
.ed-footer-support-copy {
  margin-top: 20px !important;
  padding-top: 18px;
  border-top: 1px solid rgba(53, 49, 44, .13);
  font-size: 12px !important;
  line-height: 1.55 !important;
}

.ed-footer-contact-link {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  width: max-content;
  margin: 8px 0 0 !important;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(37, 35, 31, .45);
  color: #25231f !important;
  font-size: 12px !important;
  line-height: 1.3;
  font-weight: 620;
}

.ed-footer-contact-link span {
  font-size: 14px;
  line-height: 1;
}

.ed-footer-contact-link:hover {
  opacity: .62;
}

.sxgc-footer-payments {
  margin-top: 23px;
  padding-top: 18px;
  border-top: 1px solid rgba(53, 49, 44, .13);
}

.sxgc-footer-payments__title {
  margin: 0 0 10px !important;
  color: #777168 !important;
  font-size: 9px !important;
  line-height: 1.2 !important;
  font-weight: 680;
  letter-spacing: .15em;
}

.sxgc-footer-payment-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sxgc-payment-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 58px;
  height: 30px;
  padding: 0 8px;
  border: 1px solid #d8d4cc;
  border-radius: 4px;
  background: #fff;
  color: #201f1c;
  box-shadow: 0 1px 0 rgba(34, 31, 27, .03);
  font-size: 10px;
  line-height: 1;
  font-weight: 650;
  letter-spacing: -.01em;
  white-space: nowrap;
}

.sxgc-payment-badge svg {
  display: block;
  flex: 0 0 auto;
}

.sxgc-payment-badge--paypal {
  color: #003087;
}

.sxgc-payment-badge__paypal-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #0070ba;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  font-style: italic;
}

.sxgc-payment-badge--apple {
  gap: 3px;
  font-weight: 680;
}

.sxgc-payment-badge--google {
  gap: 3px;
}

.sxgc-payment-badge__google-mark {
  color: #4285f4;
  font-size: 14px;
  font-weight: 800;
}

.sxgc-footer-payments__note {
  max-width: 245px;
  margin: 9px 0 0 !important;
  color: #777168 !important;
  font-size: 10px !important;
  line-height: 1.45 !important;
}

@media (min-width: 1101px), (min-width:761px) and (max-width:1100px) and (orientation:portrait) {
  .ed-footer-desktop {
    padding: 48px 0 20px;
  }

  .ed-footer-grid-complete {
    grid-template-columns: minmax(250px, 1.25fr) minmax(140px, .7fr) minmax(200px, .95fr) minmax(230px, 1fr);
    gap: clamp(32px, 4vw, 68px);
  }

  .ed-footer-brand-column {
    padding-right: clamp(10px, 2vw, 30px);
  }

  .ed-footer-brand-column > p:first-child {
    max-width: 330px;
    font-size: 14px !important;
    line-height: 1.6;
  }

  .ed-footer-column h3 {
    margin: 2px 0 14px;
  }

  .ed-footer-column a {
    margin: 8px 0;
  }

  .ed-footer-bottom-complete {
    margin-top: 34px;
    padding-top: 17px;
  }
}

@media (max-width: 1100px) and (max-width:760px), (max-width: 1100px) and (orientation:landscape) {
  .ed-footer-mobile {
    padding: 48px 0 20px;
  }

  .ed-footer-mobile .ed-footer-grid {
    gap: 34px 28px;
  }

  .ed-footer-mobile .ed-footer-intro > p:first-child {
    max-width: 430px;
    font-size: 14px;
    line-height: 1.6;
  }

  .ed-footer-mobile h3 {
    margin-bottom: 13px;
  }

  .ed-footer-mobile .ed-footer-grid a {
    margin: 7px 0;
  }

  .ed-footer-mobile .ed-footer-newsletter {
    margin-top: 34px;
    padding-top: 24px;
  }

  .ed-footer-mobile .ed-footer-bottom {
    margin-top: 34px;
    padding-top: 17px;
  }

  .ed-footer-mobile .sxgc-footer-payments {
    max-width: 340px;
  }
}

@media (max-width: 760px) {
  .ed-footer-mobile {
    padding-top: 42px;
  }

  .ed-footer-mobile .ed-footer-grid {
    gap: 30px 24px;
  }

  .ed-footer-support-copy {
    margin-top: 16px !important;
    padding-top: 15px;
  }

  .sxgc-footer-payments {
    margin-top: 20px;
    padding-top: 16px;
  }

  .sxgc-footer-payment-icons {
    gap: 6px;
  }

  .sxgc-payment-badge {
    height: 29px;
    padding-inline: 7px;
  }
}
