/* VATANDAŞ KEDİ — SABİT YASAL BAĞLANTILAR (ANA TASARIMI ETKİLEMEZ) */
.vk-static-legal-footer,
.vk-static-legal-footer *{box-sizing:border-box}
.vk-static-legal-footer{
  width:100%;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:10px 18px;
  padding:18px 16px;
  border-top:1px solid #dfe1e5;
  background:#f4f4f5;
  color:#52525b;
  font-family:Arial,Helvetica,sans-serif;
  font-size:13px;
  line-height:1.4;
}
.vk-static-legal-footer__label{
  font-size:11px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:#111827;
}
.vk-static-legal-footer a{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:8px 14px;
  border:1px solid #d7d9de;
  border-radius:999px;
  background:#fff;
  color:#e71946 !important;
  text-decoration:none !important;
  font-weight:800;
  box-shadow:0 2px 6px rgba(15,23,42,.03);
}
.vk-static-legal-footer a:hover{
  border-color:#e71946;
  background:#fff0f3;
  color:#c9153b !important;
}
.vka-footer .vkp-footer-links,
.vky-policy-footer .vky-policy-footer-links{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px 15px;
  margin-bottom:8px;
}
.vka-footer .vkp-footer-links a,
.vky-policy-footer .vky-policy-footer-links a{
  color:#e71946 !important;
  text-decoration:none !important;
  font-weight:850;
}
@media(max-width:640px){
  .vk-static-legal-footer{gap:8px;padding:16px 10px}
  .vk-static-legal-footer__label{width:100%;text-align:center}
  .vk-static-legal-footer a{min-height:34px;padding:7px 11px;font-size:12px}
}
