/* KSC HOME LEGAL BUTTONS MICRO FIX V1 */
/* Sadece alt GÃ¼ven Merkezi yasal butonlarÄ±nÄ± kÃ¼Ã§Ã¼ltÃ¼r. */

html body.ksc-home-legal-buttons-fix-v1 a[href*="kullanim"],
html body.ksc-home-legal-buttons-fix-v1 a[href*="kullanÄ±m"],
html body.ksc-home-legal-buttons-fix-v1 a[href*="kosul"],
html body.ksc-home-legal-buttons-fix-v1 a[href*="koÅŸul"],
html body.ksc-home-legal-buttons-fix-v1 a[href*="kvkk"],
html body.ksc-home-legal-buttons-fix-v1 a[href*="gizlilik"],
html body.ksc-home-legal-buttons-fix-v1 a[href*="topluluk"],
html body.ksc-home-legal-buttons-fix-v1 a[href*="uyelik"],
html body.ksc-home-legal-buttons-fix-v1 a[href*="Ã¼yelik"] {
  font-size: 10px !important;
  line-height: 1.08 !important;
  letter-spacing: .055em !important;
  padding: 8px 11px !important;
  min-height: 36px !important;
  max-width: 118px !important;
  white-space: normal !important;
  text-align: center !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

/* Topluluk KurallarÄ± gibi uzun buton biraz daha rahat */
html body.ksc-home-legal-buttons-fix-v1 a[href*="topluluk"] {
  max-width: 132px !important;
  font-size: 9.6px !important;
}

/* Yasal butonlarÄ±n bulunduÄŸu satÄ±r sÄ±kÄ±ÅŸmasÄ±n */
html body.ksc-home-legal-buttons-fix-v1 main > *:last-of-type a[href*="kullanim"],
html body.ksc-home-legal-buttons-fix-v1 main > *:last-of-type a[href*="kullanÄ±m"],
html body.ksc-home-legal-buttons-fix-v1 main > *:last-of-type a[href*="kosul"],
html body.ksc-home-legal-buttons-fix-v1 main > *:last-of-type a[href*="koÅŸul"],
html body.ksc-home-legal-buttons-fix-v1 main > *:last-of-type a[href*="kvkk"],
html body.ksc-home-legal-buttons-fix-v1 main > *:last-of-type a[href*="gizlilik"],
html body.ksc-home-legal-buttons-fix-v1 main > *:last-of-type a[href*="topluluk"],
html body.ksc-home-legal-buttons-fix-v1 main > *:last-of-type a[href*="uyelik"],
html body.ksc-home-legal-buttons-fix-v1 main > *:last-of-type a[href*="Ã¼yelik"] {
  margin-right: 5px !important;
  margin-bottom: 6px !important;
}

@media (max-width: 768px) {
  html body.ksc-home-legal-buttons-fix-v1 a[href*="kullanim"],
  html body.ksc-home-legal-buttons-fix-v1 a[href*="kullanÄ±m"],
  html body.ksc-home-legal-buttons-fix-v1 a[href*="kosul"],
  html body.ksc-home-legal-buttons-fix-v1 a[href*="koÅŸul"],
  html body.ksc-home-legal-buttons-fix-v1 a[href*="kvkk"],
  html body.ksc-home-legal-buttons-fix-v1 a[href*="gizlilik"],
  html body.ksc-home-legal-buttons-fix-v1 a[href*="topluluk"],
  html body.ksc-home-legal-buttons-fix-v1 a[href*="uyelik"],
  html body.ksc-home-legal-buttons-fix-v1 a[href*="Ã¼yelik"] {
    max-width: none !important;
    width: auto !important;
    font-size: 10px !important;
    min-height: 36px !important;
  }
}