/**
 * Dodatkowe style dla strony kontaktowej
 */

/* Upewnienie się, że sekcje są w pełni widoczne */
.static-page .contact-section,
.static-page .office-section,
.static-page .register-data-section {
  display: block;
  width: 100%;
  clear: both;
}

/* Styl dla kontenera mapy */
.office-map__container {
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Dodatkowe style dla leaflet */
.leaflet-container {
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Dodatkowe style dla responsywności na stronach statycznych */
@media (max-width: 768px) {
  .static-hero {
    margin-top: 70px; /* Mniejszy margines dla mniejszych urządzeń */
  }
  
  .static-page .row {
    margin-left: 0;
    margin-right: 0;
  }
}
