/**
 * Oluşturulma: 2026-08-25
 * Son değişiklik: 2026-08-25
 * Oluşturan: Özgür Elibol
 * Amaç: Mobil iletişim formundaki KVKK onay kutusunu küçültmek ve hizalamayı toparlamak.
 */
@media (max-width: 640px){
  body.v88-public .v88-contact-form label.v88-contact-consent{
    padding:8px 10px !important;
    gap:6px !important;
    align-items:flex-start !important;
    font-size:9px !important;
    line-height:1.35 !important;
  }
  body.v88-public .v88-contact-form label.v88-contact-consent input[type="checkbox"],
  body.v88-public .v88-contact-form input[type="checkbox"][name="privacy_consent"]{
    -webkit-appearance:checkbox !important;
    appearance:auto !important;
    flex:0 0 11px !important;
    width:11px !important;
    min-width:11px !important;
    max-width:11px !important;
    height:11px !important;
    min-height:11px !important;
    max-height:11px !important;
    margin:2px 0 0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    outline-offset:1px !important;
    accent-color:#b78b3c !important;
    transform:none !important;
  }
  body.v88-public .v88-contact-form label.v88-contact-consent > span{
    font-size:9px !important;
    line-height:1.35 !important;
  }
  body.v88-public .v88-contact-form label.v88-contact-consent a{
    font-size:inherit !important;
    line-height:inherit !important;
  }
}
