/* ====================================================== */
    /* HOMEPAGE MAP - COMPACT LOCATION CARDS */
    /* ====================================================== */

    .map-location-card {
        width: 174px !important;

        padding: 9px 10px !important;

        gap: 9px !important;

        border-radius: 14px !important;

        box-shadow:
            0 9px 26px rgba(15,23,42,.11) !important;
    }


    .map-location-card > div:first-child {
        width: 38px !important;
        height: 38px !important;

        border-radius: 10px !important;
    }


    .map-location-card > div:first-child i {
        width: 17px !important;
        height: 17px !important;
    }


    .map-location-card p.font-bold {
        font-size: 11px !important;
        line-height: 1.25 !important;
    }


    .map-location-card p.text-slate-400 {
        margin-top: 3px !important;

        font-size: 9px !important;
        line-height: 1.3 !important;
    }


    .map-location-card span {
        margin-top: 4px !important;

        font-size: 8px !important;
    }


    @media (max-width: 1024px) {

        .map-location-card {
            width: 160px !important;

            padding: 8px 9px !important;
        }

    }
