/* Keep the streamlined homepage bundle from treating social icons as footer links. */
.gdpr-footer-com a::before {
  content: none !important;
  display: none !important;
}

.gdpr-footer-com .gdpr-social {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
  gap: 9px !important;
  margin: 0 !important;
}

.gdpr-footer-com .gdpr-social a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  width: 36px !important;
  min-width: 36px !important;
  max-width: 36px !important;
  height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, .17) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .035) !important;
  color: #fff !important;
}

.gdpr-footer-com .gdpr-social svg {
  display: block !important;
  width: 16px !important;
  min-width: 16px !important;
  max-width: 16px !important;
  height: 16px !important;
  color: currentColor !important;
}

@media (max-width: 760px) {
  .gdpr-footer-com .footer-com-connect .gdpr-social {
    justify-content: center !important;
    margin-inline: auto !important;
  }
}
