/* #footer-mobile-app-fix */

@media (max-width:480px){
footer[data-name="Footer"] .el-tvcea8{grid-template-columns:1fr!important;gap:36px!important}
footer[data-name="Footer"] .el-du6c3j{grid-column:span 1!important}
footer[data-name="Footer"] .el-1akyl6c,
footer[data-name="Footer"] .el-tfjm83{width:100%!important}
footer[data-name="Footer"] .el-loww84{width:100%!important;padding:14px 0!important}
}

/* #footer-logo-icon-removed-fix */
footer[data-name="Footer"] .el-QxOxW.el-ze9nq6.el-v-ze9nq6 .el-nqcom8{left:0!important}
/* #all-logo-icons-removed-fix */
.el-QxOxW.el-ze9nq6 .el-nqcom8{left:0!important}
/* #header-logo-enlarge-fix */
.el-17lwh12-container,.el-QxOxW.el-ze9nq6{width:125px!important;height:32px!important;display:flex!important;align-items:center!important}.el-QxOxW.el-ze9nq6 .el-nqcom8{position:static!important;width:125px!important;height:32px!important;top:auto!important;left:auto!important}

/* #faq-collapsed-before-js — deferred interactions.js gelmeden FAQ cevapları kapalı kalsın
   (aksi halde tüm cevaplar açık görünüp JS gelince kapanır = sıçrama). initFaq açarken
   answer.style.display='' + item'a aria-expanded="true" yazar → aşağıdaki kural açar. */
.el-faq-answer{display:none}
.faq-item[aria-expanded="true"] .el-faq-answer{display:block}
