/* V65 — Crea-style centered footer nav, Menderes gold/ink colors */
.mda-footer-premium .mda-footer-grid {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 42px !important;
  width: 100% !important;
  max-width: 520px !important;
  margin: 48px auto 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.mda-footer-premium .mda-footer-links,
.mda-footer-premium .mda-footer-menu,
.mda-footer-premium .mda-footer-legal,
.mda-footer-premium .mda-footer-contact {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 18px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  text-align: center !important;
}

.mda-footer-premium .mda-footer-menu {
  border: 0 !important;
}

.mda-footer-premium .mda-footer-contact {
  display: none !important;
}

.mda-footer-premium .mda-footer-links > span {
  position: relative !important;
  display: block !important;
  margin: 0 auto 6px !important;
  padding: 0 !important;
  color: #fff !important;
  font-family: "Inter", "Roboto", system-ui, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
  text-align: center !important;
}

.mda-footer-premium .mda-footer-links > span::before,
.mda-footer-premium .mda-footer-links > span::after {
  display: none !important;
  content: none !important;
}

.mda-footer-menu > div,
.mda-footer-legal > div {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
}

.mda-footer-premium .mda-footer-links a,
.mda-footer-menu > div a,
.mda-footer-legal > div a,
.mda-footer-legal > a {
  position: relative !important;
  display: block !important;
  width: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 4px 0 !important;
  color: #b8b0a3 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: "Inter", "Roboto", system-ui, sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: .01em !important;
  line-height: 1.45 !important;
  text-align: center !important;
  text-decoration: none !important;
  transform: none !important;
  transition: color .2s ease !important;
}

.mda-footer-menu > div a::before,
.mda-footer-legal > a::before,
.mda-footer-legal > div a::before {
  display: none !important;
  content: none !important;
}

.mda-footer-premium .mda-footer-links a:hover,
.mda-footer-menu > div a:hover,
.mda-footer-legal > div a:hover {
  color: #ffa200 !important;
  border: 0 !important;
  background: transparent !important;
  transform: none !important;
  box-shadow: none !important;
}

.mda-footer-premium .mda-footer-bottom {
  margin-top: 40px !important;
  text-align: center !important;
}

.mda-footer-premium .mda-footer-identity {
  text-align: center;
}

.mda-footer-premium .mda-footer-identity > p {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 820px) {
  .mda-footer-premium .mda-footer-grid {
    gap: 36px !important;
    margin-top: 36px !important;
  }

  .mda-footer-premium .mda-footer-menu {
    border: 0 !important;
  }

  .mda-footer-menu > div {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 12px !important;
  }
}

@media (max-width: 480px) {
  .mda-footer-premium .mda-footer-links a,
  .mda-footer-menu > div a,
  .mda-footer-legal > div a {
    font-size: 14.5px !important;
  }
}
