.meteone-live-stations .leaflet-popup-content-wrapper {
    padding: 0;
    border-radius: 18px;
    background: transparent;
    box-shadow: none;
}

.meteone-live-stations .leaflet-popup-content {
    width: min(82vw, 320px) !important;
    margin: 0;
    line-height: 0;
}

.meteone-live-stations .leaflet-popup-tip {
    background: transparent;
    box-shadow: none;
}

.meteone-widget-popup {
    width: 100%;
    line-height: 0;
}

.meteone-widget-popup__frame {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 286px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 18px;
    background: transparent;
}

.meteone-live-stations .leaflet-popup a.leaflet-popup-close-button {
    top: -16px;
    right: -16px;
    z-index: 2;
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #123b52;
    box-shadow: 0 3px 12px rgb(19 43 58 / 32%);
    color: #fff;
    font: 700 29px/1 var(--meteone-map-font);
    text-decoration: none;
    place-items: center;
    touch-action: manipulation;
}

.meteone-live-stations .leaflet-popup a.leaflet-popup-close-button:hover {
    background: #00669c;
    color: #fff;
}

.meteone-live-stations .leaflet-popup a.leaflet-popup-close-button:focus-visible {
    outline: 3px solid #00669c;
    outline-offset: 3px;
}
.meteone-live-stations .leaflet-popup.radar-status-popup .leaflet-popup-content-wrapper {
    padding: 1px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 3px 14px rgb(0 0 0 / 40%);
    color: #333;
}

.meteone-live-stations .leaflet-popup.radar-status-popup .leaflet-popup-content {
    width: auto !important;
    margin: 13px 24px 13px 20px;
    color: #333;
    font: 500 13px/1.35 var(--meteone-map-font);
    font-synthesis: none;
}

.meteone-live-stations .radar-status-popup__content {
    min-width: 180px;
    color: inherit;
    font: inherit;
}

.meteone-live-stations .radar-status-popup__content > *,
.meteone-live-stations .radar-status-popup__label,
.meteone-live-stations .radar-status-popup__value {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.meteone-live-stations .radar-status-popup__title {
    margin: 0 0 8px;
    font-weight: 700;
}

.meteone-live-stations .radar-status-popup__row {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    column-gap: 5px;
    margin: 3px 0 0;
    font-weight: 500;
}

.meteone-live-stations .radar-status-popup__label {
    font-weight: 700;
}

.meteone-live-stations .radar-status-popup__value {
    min-width: 0;
    font-weight: 500;
}

.meteone-live-stations .radar-status-popup__value--active {
    color: #00ff00;
}

.meteone-live-stations .radar-status-popup__value--inactive {
    color: #ff0000;
}

.meteone-live-stations .leaflet-popup.radar-status-popup .leaflet-popup-tip {
    background: #fff;
    box-shadow: 0 3px 14px rgb(0 0 0 / 40%);
}

.meteone-live-stations .leaflet-popup.radar-status-popup a.leaflet-popup-close-button {
    top: 0;
    right: 0;
    display: block;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #757575;
    font: 700 18px/24px var(--meteone-map-font);
    text-align: center;
}

.meteone-live-stations .leaflet-popup.radar-status-popup a.leaflet-popup-close-button:hover {
    background: transparent;
    color: #585858;
}
