@import url("/assets/css/temizhatay-theme.css");
.th-managed-footer{background:#111827;color:#9ca3af;border-top:1px solid #1f2937;font-size:14px}
.th-managed-footer *{box-sizing:border-box}
.th-managed-footer a{color:#9ca3af;text-decoration:none;transition:color .18s ease}
.th-managed-footer a:hover{color:var(--th-primary-400)}
.th-managed-footer__inner{max-width:1280px;margin:0 auto;padding:42px 24px 24px}
.th-managed-footer__grid{display:grid;grid-template-columns:minmax(210px,1.2fr) repeat(auto-fit,minmax(170px,1fr));gap:32px;margin-bottom:28px}
.th-managed-footer__brand{display:flex;flex-direction:column;align-items:flex-start;gap:14px}
.th-managed-footer__logo{display:block;max-width:190px;max-height:70px;width:auto;height:auto;object-fit:contain}
.th-managed-footer__brand-name{font-size:20px;font-weight:800;color:#f8fafc}
.th-managed-footer__description{margin:0;max-width:300px;font-size:12px;line-height:1.7;color:#9ca3af}
.th-managed-footer__social{display:flex;align-items:center;gap:17px;padding-top:3px}
.th-managed-footer__social a{font-size:19px}
.th-managed-footer__column h4,.th-managed-footer__contact h4{margin:0 0 14px;color:#f3f4f6;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.th-managed-footer__column ul,.th-managed-footer__contact ul{list-style:none;margin:0;padding:0;display:grid;gap:9px}
.th-managed-footer__column li{min-width:0}
.th-managed-footer__column a{display:block;overflow-wrap:anywhere}
.th-managed-footer__contact li{display:flex;align-items:flex-start;gap:9px}
.th-managed-footer__contact i{width:16px;margin-top:3px;color:#d1d5db}
.th-managed-footer__address{white-space:normal;line-height:1.6}
.th-managed-footer__payment{display:block;margin-top:22px;max-width:150px;max-height:32px;width:auto;height:auto;opacity:.55}
.th-managed-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:20px;border-top:1px solid #1f2937;color:#d1d5db;font-size:12px}
.th-managed-footer__bottom p{margin:0}
.th-managed-footer__bottom-links{display:flex;align-items:center;justify-content:flex-end;gap:20px;flex-wrap:wrap}
@media(max-width:760px){
 .th-managed-footer__inner{padding:34px 18px 22px}
 .th-managed-footer__grid{grid-template-columns:1fr;gap:26px}
 .th-managed-footer__bottom{align-items:flex-start;flex-direction:column}
 .th-managed-footer__bottom-links{justify-content:flex-start}
}

