html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.map-container {
    margin-top: 40px;
    margin-bottom: 40px;
}

.map-container h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
    color: #333;
}

.map-icon {
    color: #d4af37;
    margin-right: 10px;
    font-size: 28px;
}

.map-container iframe {
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

.maps-row {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* Dwie kolumny na desktopie */
@media (min-width: 992px) {
    .maps-row {
        flex-direction: row;
    }

    .map-container {
        flex: 1;
    }
}

.map-container h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.map-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}
