/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 31 2025 | 12:35:20 */
/* Info on /contact page */
.contact-area .col-lg-4 {
	order: -1;
}

@media(min-width: 992px) {
	.contact-area .col-lg-4 {
		order: 0;
	}
}
#isp-coverage-map {
    height: 600px;
    width: 100%;
    background-color: #f8f9fa;
    border-radius: 15px;
}

/* Kontener ikony - resetujemy wszystko, co mógłby narzucić WordPress */
.custom-marker-container {
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Wizualna kropka - wymuszone centrowanie absolutne */
.dot-visual {
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%) !important;
    width: 12px;
    height: 12px;
    /* Przesunięcie o połowę własnej szerokości wstecz, by środek był w punkcie 0,0 */
    margin-top: -6px; 
    margin-left: -6px;
    background: #39acea;
    border: 2px solid white;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(57, 172, 234, 0.4);
    animation: pulse 2s infinite;
    pointer-events: none;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(57, 172, 234, 0.7); }
    70% { box-shadow: 0 0 0 12px rgba(57, 172, 234, 0); }
    100% { box-shadow: 0 0 0 0 rgba(57, 172, 234, 0); }
}

/* Reszta stylów bez zmian */
.leaflet-popup-content { font-size: 15px; font-weight: 600; text-align: center; }
.map-switcher { display: flex; justify-content: center; gap: 10px; margin-bottom: 15px; }
.map-switcher button { background: white; border: 1px solid #39acea; color: #39acea; padding: 8px 18px; border-radius: 20px; cursor: pointer; font-weight: 600; }

/* Nawigacja */
#sticky-header {
	z-index: 9999;
}