/* Referans Egitim Kurumlari footer duzenleri */

@media (max-width: 1023px) {
    #site-genel-footer .mobile-footer-small-actions {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px !important;
        align-items: stretch !important;
    }

    #site-genel-footer .mobile-footer-small-actions > .mobile-footer-small-btn:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }

    #site-genel-footer .mobile-footer-main-actions {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px !important;
        align-items: stretch !important;
    }

    #site-genel-footer .mobile-footer-small-btn,
    #site-genel-footer .mobile-footer-action-btn {
        width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box;
        text-align: center;
        white-space: normal !important;
        overflow-wrap: anywhere;
    }

    #site-genel-footer .mobile-footer-small-btn {
        min-height: 46px;
        padding: 10px 8px !important;
        gap: 7px !important;
        line-height: 1.15;
        font-size: 11px !important;
    }

    #site-genel-footer .mobile-footer-small-btn i {
        font-size: 14px;
        line-height: 1;
        flex: 0 0 auto;
    }

    #site-genel-footer .mobile-footer-action-btn {
        min-height: 72px;
        padding: 10px 5px !important;
        gap: 6px !important;
        border-radius: 14px !important;
    }

    #site-genel-footer .mobile-footer-action-btn i {
        margin: 0 !important;
        font-size: 20px !important;
        line-height: 1;
    }

    #site-genel-footer .mobile-footer-action-btn span {
        display: block;
        margin: 0 !important;
        max-width: 100%;
        font-size: 10px !important;
        line-height: 1.2;
        letter-spacing: 0;
        text-align: center;
    }
}

@media (max-width: 374px) {
    #site-genel-footer .mobile-footer-small-actions {
        gap: 8px !important;
    }

    #site-genel-footer .mobile-footer-main-actions {
        gap: 6px !important;
    }

    #site-genel-footer .mobile-footer-small-btn {
        font-size: 10px !important;
    }

    #site-genel-footer .mobile-footer-action-btn span {
        font-size: 9px !important;
    }

    #site-genel-footer .mobile-footer-action-btn {
        min-height: 68px;
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    #site-genel-footer .mobile-footer-action-btn i {
        font-size: 18px !important;
    }
}
