/* Footer — İletişim: kompakt pill + bayilik (sütun aşağı sarkmasın) */
.site-footer .footer-contact-col {
    padding: 14px 16px 12px !important;
}

.site-footer .footer-contact-col h4 {
    margin-bottom: 10px !important;
}

.site-footer .footer-contact-col ul {
    margin-bottom: 0;
}

.site-footer .footer-contact-col ul li {
    margin-bottom: 6px !important;
}

.site-footer .footer-contact-col .footer-contact-pill a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 6px 11px !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    border-radius: 999px !important;
}

.site-footer .footer-contact-col .footer-contact-pill a i {
    font-size: 11px !important;
    width: 13px;
    text-align: center;
    flex-shrink: 0;
}

.site-footer .footer-bayilik-card {
    display: block;
    width: 78%;
    max-width: 132px;
    margin-top: 8px;
    border-radius: 9px;
    overflow: hidden;
    line-height: 0;
    background: #ffffff;
    border: 1px solid #e8ecf1;
    box-shadow: 0 1px 6px rgba(15, 23, 42, 0.05);
    transition:
        transform 0.28s cubic-bezier(0.25, 0.8, 0.25, 1),
        box-shadow 0.28s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.site-footer .footer-bayilik-card img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
}

@media (hover: hover) and (pointer: fine) {
    .site-footer .footer-bayilik-card:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
    }
}

.site-footer .footer-bayilik-card:focus-visible {
    outline: 2px solid #f97316;
    outline-offset: 2px;
}

@media (max-width: 768px) {
    .site-footer .footer-contact-pill--email {
        display: none !important;
    }

    .site-footer .footer-bayilik-card {
        width: 82%;
        max-width: 140px;
        margin-top: 8px;
    }
}
