/* US Teknoloji sade iletişim footer v1 */
.footer .network-trust,
.footer .seo-text,
.footer .footer-contact {
  display: none !important;
}
.footer-contact-simple {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
  margin: 0 auto 28px;
  max-width: 760px;
}
.footer-contact-simple .footer-info-box {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  padding: 16px 18px;
  background: rgba(255,255,255,.06);
  color: #fff;
}
.footer-contact-simple strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 14px;
}
.footer-contact-simple span,
.footer-contact-simple a {
  color: #d1d5db;
  font-weight: 700;
}
.footer-contact-simple a:hover {
  color: #fff;
}
.footer-brand-links {
  margin-top: 18px;
}
