/* Footer redesign override (Turkish layout) */
.footer-top-wrapper {
  padding-bottom: 32px;
  margin-bottom: 0;
  flex-wrap: wrap;
  gap: 40px 24px;
}
.footer-logo-wrapper {
  max-width: 320px;
}
.footer-divider {
  height: 1px;
  width: 100%;
  background: #b90233;
  border: none;
  margin: 8px 0 32px;
}
.footer-bottom-wrapper {
  border-top: none;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}
.footer-bottom-wrapper .footer-top-text {
  text-align: center;
  margin-bottom: 0;
  max-width: 720px;
}
.footer-bottom-wrapper .footer-email-link {
  justify-content: center;
  margin: 0 auto;
}
.footer-bottom-wrapper .footer-focus-text {
  text-align: center;
}
.footer-bottom-wrapper .footer-bottom-text {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .footer-top-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
