/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#webcams.windy-webcam-grid.tab.active {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 100% !important;
  margin: 24px 0;
}
#webcams.windy-webcam-grid.tab.active .webcam-item {
  flex: 1 1 calc(33.333% - 24px);
  flex-grow: inherit;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
#webcams.windy-webcam-grid.tab.active .webcam-item h3 {
  margin-top: 1rem;
  font-size: 1.1rem;
  text-align: center;
}
#webcams.windy-webcam-grid.tab.active .webcam-item p {
  margin-top: 0.2rem;
  text-align: center;
  margin-bottom: 0;
}
#webcams.windy-webcam-grid.tab.active .webcam-item iframe {
  width: 100%;
  height: 200px;
  border: none;
}
@media screen and (max-width: 1024px) {
  #webcams.windy-webcam-grid.tab.active .webcam-item {
    flex: 1 1 calc(50% - 24px);
  }
}
@media screen and (max-width: 600px) {
  #webcams.windy-webcam-grid.tab.active .webcam-item {
    flex: 1 1 100%;
  }
}
#webcams.windy-webcam-grid.tab.active + .windy-map-container {
  display: block;
}

/** style mappa **/
.windy-map-container {
  display: none;
  width: 100%;
  height: 500px;
  max-width: 100% !important;
}
.windy-map-container .leaflet-popup-content-wrapper {
  overflow: hidden;
  padding: 10px;
}
.windy-map-container .leaflet-popup-content-wrapper .leaflet-popup-content {
  width: auto !important;
  max-width: none !important;
  height: auto;
}
.windy-map-container .leaflet-popup-content-wrapper .windy-popup iframe {
  width: 300px;
  height: 200px;
  display: block;
}
.windy-map-container .leaflet-marker-pane .leaflet-marker-icon img {
  width: 38px;
  height: 38px;
}
.windy-map-container .leaflet-marker-pane .leaflet-marker-icon.icon-mypos svg {
  width: 30px;
  height: 30px;
}

/*# sourceMappingURL=performize_windy_webcam-public.css.map */
