/**
 * @file
 * Stili per il blocco Mappa Sede.
 */

/* Contenitore wrapper */
.mappa-sede-wrapper {
  position: relative;
  width: 100%;
}

/* Mappa */
#mappa-sede {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  z-index: 0;
}

/* Popup Leaflet */
.leaflet-popup-content-wrapper {
  border-radius: 8px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15) !important;
  padding: 4px 0 !important;
}

.leaflet-popup-content {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #3f2183;
  margin: 12px 16px !important;
}

.leaflet-popup-content strong {
  font-size: 1rem;
  color: #3f2183;
}

.leaflet-popup-content a {
  color: #06c;
  text-decoration: none;
}

.leaflet-popup-content a:hover {
  text-decoration: underline;
}

.leaflet-popup-tip-container {
  margin-top: -1px;
}

/* Attribuzioni */
.leaflet-control-attribution {
  font-size: 0.7rem !important;
}

/* Responsive */
@media (max-width: 575px) {
  #mappa-sede {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}
