<section class="generic-map-panel w-full relative">
    <div class="container-wrapper max-w-7xl mx-auto">
        <div class="padding-wrapper px-6 sm:px-8 lg:px-10 py-8 sm:py-10 lg:py-12 xl:py-16">
            <div class="map-wrapper w-full relative rounded-2xl xl:rounded-3xl overflow-hidden bg-mintyy-gray-i">
                <div data-title="{{ entry.title }}" data-lat="{{ panel.latitude ?? '' }}" data-lng="{{ panel.longitude ?? '' }}" class="primary-map w-full flex justify-center items-center h-64 xs:h-72 sm:h-96 lg:h-120 xl:h-160 2xl:h-[40rem] 3xl:h-[42rem] 4xl:h-[45rem] 5xl:h-[50rem] lg:rounded-2xl xl:rounded-3xl overflow-hidden">
                    {{ svg(svgPath ~ 'animated/loading-icon-animated.svg') | attr({class: "w-4 h-4 mr-4 text-brand-terracotta-i fill-current pointer-events-none"}) }}
                </div>
            </div>
        </div>
    </div>
</section>