.meteone-live-stations .leaflet-top.leaflet-right {
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.meteone-live-stations .leaflet-top.leaflet-left {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.meteone-live-stations .leaflet-top.leaflet-left > .leaflet-control {
    position: absolute;
    float: none;
    clear: none;
    margin: 0;
    pointer-events: auto;
}

.meteone-live-stations .leaflet-top.leaflet-left > .meteone-station-menu {
    bottom: 27px;
    left: 10px;
}

.meteone-live-stations .leaflet-top.leaflet-left > .meteone-fullscreen-control {
    top: 10px;
    right: 10px;
    left: auto;
}

.meteone-live-stations .leaflet-bottom.leaflet-left {
    top: 10px;
    right: auto;
    bottom: auto;
    left: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.meteone-live-stations .leaflet-bottom.leaflet-left > .leaflet-control {
    float: none;
    clear: none;
    margin: 0;
}

.meteone-live-stations .leaflet-bottom.leaflet-left > .meteone-station-count {
    order: 1;
}

.meteone-live-stations .leaflet-top.leaflet-right > .leaflet-control {
    position: absolute;
    float: none;
    clear: none;
    margin: 0;
    pointer-events: auto;
}

.meteone-live-stations .meteone-station-search {
    top: 10px;
    right: 10px;
}

.meteone-live-stations .meteone-map-tools-control {
    right: 10px;
    bottom: 75px;
}

.meteone-live-stations .meteone-map-control-shell {
    border: 0;
    border-radius: 10px;
    box-shadow: 0 3px 16px rgb(19 43 58 / 22%);
}

.meteone-live-stations .meteone-fullscreen-control {
    overflow: hidden;
}

.meteone-live-stations .meteone-map-control-button {
    appearance: none;
    box-sizing: border-box;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    background: rgb(255 255 255 / 96%);
    background-image: none;
    box-shadow: none;
    color: #123b52;
    font: 700 21px/40px var(--meteone-map-font);
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transform: none;
    cursor: pointer;
}

.meteone-map-control-tooltip {
    position: absolute;
    z-index: 1100;
    display: block;
    box-sizing: border-box;
    width: max-content;
    max-width: calc(100% - 12px);
    padding: 5px;
    border-radius: 10px;
    background: rgb(0 0 0 / 74%);
    color: #fff;
    font: 600 12px/1.2 var(--meteone-map-font);
    text-align: center;
    white-space: normal;
    pointer-events: none;
}

.meteone-map-control-tooltip[hidden] {
    display: none;
}

.meteone-live-stations .meteone-zoom-control a.meteone-map-control-button {
    position: relative !important;
    display: grid;
    overflow: hidden !important;
    border: 0 !important;
    background: #fff !important;
    background-clip: border-box;
    background-image: none !important;
    box-shadow: none !important;
    font: 700 24px/1 Arial, sans-serif;
    text-indent: 0;
    -webkit-tap-highlight-color: transparent;
    isolation: isolate !important;
    place-items: center;
}

.meteone-live-stations .meteone-zoom-control a.meteone-map-control-button::before {
    position: absolute !important;
    z-index: 1 !important;
    inset: 0 !important;
    display: block !important;
    box-sizing: border-box !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: inherit !important;
    background: transparent !important;
    box-shadow: none !important;
    content: "" !important;
    opacity: 1 !important;
    pointer-events: none !important;
    transform: none !important;
}

.meteone-live-stations .meteone-zoom-control a.meteone-map-control-button::after {
    display: none !important;
    content: none !important;
}

.meteone-live-stations .meteone-zoom-control__symbol {
    position: relative;
    z-index: 2;
    display: grid;
    width: 100%;
    height: 100%;
    line-height: 1;
    place-items: center;
}

.meteone-live-stations .meteone-fullscreen-control__button,
.meteone-live-stations .meteone-station-search__toggle,
.meteone-live-stations .meteone-basemap-control__toggle,
.meteone-live-stations .meteone-geolocation-control__button,
.meteone-live-stations .meteone-screenshot-control__button {
    display: grid;
    border-radius: 10px;
    place-items: center;
}

.meteone-live-stations .meteone-zoom-control .meteone-map-control-button,
.meteone-live-stations .meteone-zoom-control .meteone-map-control-button:first-child,
.meteone-live-stations .meteone-zoom-control .meteone-map-control-button:last-child {
    border: 0 !important;
    border-radius: 10px !important;
    box-shadow: 0 3px 16px rgb(19 43 58 / 22%) !important;
}

.meteone-station-search {
    position: relative;
    color: #132b3a;
    font-family: var(--meteone-map-font);
}

.meteone-live-stations .meteone-station-search__toggle {
    background: rgb(255 255 255 / 96%);
}

.meteone-station-search__icon {
    display: block;
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentcolor;
    stroke-linecap: round;
    stroke-width: 2.25;
}

.meteone-station-search__panel {
    position: absolute;
    z-index: 2;
    top: 0;
    right: calc(100% + 8px);
    bottom: auto;
    box-sizing: border-box;
    width: min(300px, calc(100vw - 126px));
    padding: 8px;
    border-radius: 10px;
    background: rgb(255 255 255 / 97%);
    box-shadow: 0 5px 22px rgb(19 43 58 / 28%);
}

.meteone-station-search__panel[hidden],
.meteone-station-search__results[hidden],
.meteone-station-search__message[hidden] {
    display: none;
}

.meteone-station-search__input {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0 11px;
    border: 1px solid #aabcc6;
    border-radius: 7px;
    background: #fff;
    color: #132b3a;
    font: 600 15px/1 var(--meteone-map-font);
}

.meteone-station-search__input:focus {
    border-color: #006c9e;
    outline: 2px solid #91cce6;
    outline-offset: 0;
}

.meteone-station-search__results {
    max-height: min(42vh, 280px);
    margin-top: 7px;
    overflow-y: auto;
    border: 1px solid #d5e0e6;
    border-radius: 7px;
}

.meteone-station-search__option {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 8px 10px;
    border: 0;
    border-bottom: 1px solid #e5ecef;
    background: #fff;
    color: #132b3a;
    font: 600 14px/1.25 var(--meteone-map-font);
    text-align: left;
    cursor: pointer;
}

.meteone-station-search__option-name {
    min-width: 0;
    overflow-wrap: anywhere;
}

.meteone-station-search__availability {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.meteone-station-search__availability-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentcolor;
    box-shadow: 0 0 0 1px rgb(19 43 58 / 12%);
}

.meteone-station-search__availability.is-online {
    color: #168548;
}

.meteone-station-search__availability.is-offline {
    color: #b52b3a;
}

.meteone-station-search__availability.is-unknown {
    color: #687b86;
}

.meteone-station-search__availability.is-webcam-only {
    color: #536a77;
}

.meteone-station-search__availability.is-webcam-only .meteone-station-search__availability-dot {
    display: none;
}

.meteone-station-search__option:last-child {
    border-bottom: 0;
}

.meteone-live-stations .meteone-station-search__option:hover,
.meteone-live-stations .meteone-station-search__option.is-active {
    background: #e7f4fa;
    color: #005f8c;
}

.meteone-station-search__message {
    margin: 7px 2px 1px;
    color: #536a77;
    font: 600 13px/1.3 var(--meteone-map-font);
}

.meteone-basemap-control {
    position: relative;
    color: #132b3a;
    font-family: var(--meteone-map-font);
}

.meteone-basemap-control__icon {
    display: block;
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentcolor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.meteone-basemap-control__panel {
    position: absolute;
    z-index: 2;
    top: 0;
    right: calc(100% + 8px);
    box-sizing: border-box;
    width: min(170px, calc(100vw - 126px));
    padding: 8px;
    border-radius: 10px;
    background: rgb(255 255 255 / 97%);
    box-shadow: 0 5px 22px rgb(19 43 58 / 28%);
}

.meteone-basemap-control__panel[hidden] {
    display: none;
}

.meteone-geolocation-control {
    position: relative;
    color: #132b3a;
    font-family: var(--meteone-map-font);
}

.meteone-screenshot-control {
    position: relative;
    color: #132b3a;
    font-family: var(--meteone-map-font);
}

.meteone-geolocation-control__icon {
    display: block;
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentcolor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.9;
}

.meteone-geolocation-control__icon circle:last-of-type {
    fill: currentcolor;
    stroke: none;
}

.meteone-screenshot-control__icon {
    display: block;
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentcolor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.meteone-geolocation-control__status,
.meteone-screenshot-control__status {
    position: absolute;
    top: 50%;
    right: calc(100% + 8px);
    box-sizing: border-box;
    max-width: min(240px, calc(100vw - 126px));
    padding: 6px 9px;
    border-radius: 10px;
    background: rgb(19 43 58 / 94%);
    box-shadow: 0 3px 14px rgb(19 43 58 / 20%);
    color: #fff;
    font: 600 12px/1.25 var(--meteone-map-font);
    text-align: center;
    pointer-events: none;
    transform: translateY(-50%);
}

.meteone-geolocation-control__status[hidden],
.meteone-screenshot-control__status[hidden] {
    display: none;
}

.meteone-geolocation-control__status.is-error,
.meteone-screenshot-control__status.is-error {
    background: rgb(143 31 45 / 96%);
}

.meteone-map-tools-control {
    position: relative;
    color: #132b3a;
    font-family: var(--meteone-map-font);
}

.meteone-live-stations .meteone-map-tools-control__toggle {
    display: grid;
    border-radius: 10px;
    place-items: center;
}

.meteone-map-tools-control__icon {
    width: 23px;
    height: 23px;
    fill: currentColor;
}

.meteone-map-tools-control__panel {
    position: absolute;
    z-index: 1100;
    top: auto;
    right: 0;
    bottom: calc(100% + 8px);
    display: grid;
    box-sizing: border-box;
    width: 40px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    gap: 8px;
}

.meteone-map-tools-control__panel[hidden],
.meteone-map-tools-control__basemaps[hidden] {
    display: none;
}

.meteone-map-tools-control__item,
.meteone-map-tools-control__option {
    position: relative;
    display: grid;
    box-sizing: border-box;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: rgb(255 255 255 / 96%);
    background-clip: border-box;
    box-shadow: 0 3px 16px rgb(19 43 58 / 22%);
    color: #132b3a;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    place-items: center;
    cursor: pointer;
}

.meteone-map-tools-control__action-icon {
    display: block;
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentcolor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.meteone-map-tools-control__basemaps {
    position: absolute;
    top: 0;
    right: calc(100% + 8px);
    display: grid;
    box-sizing: border-box;
    width: 40px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    gap: 8px;
}

.meteone-live-stations .meteone-map-tools-control__item:hover,
.meteone-live-stations .meteone-map-tools-control__option:hover,
.meteone-live-stations .meteone-map-tools-control__toggle:hover,
.meteone-live-stations .meteone-map-tools-control__toggle.is-active {
    background: #eaf5fa !important;
    background-image: none !important;
    box-shadow: inset 0 0 0 100px #eaf5fa !important;
    color: #00669c;
    transform: none;
}

.meteone-live-stations .meteone-map-tools-control__option[aria-checked='true'] {
    background: #0092c8;
    color: #fff;
}

.meteone-live-stations .meteone-map-tools-control__item.is-active {
    background: #eaf5fa !important;
    background-image: none !important;
    box-shadow: inset 0 0 0 100px #eaf5fa !important;
    color: #00669c;
}

.meteone-live-stations .meteone-map-tools-control__item:focus-visible,
.meteone-live-stations .meteone-map-tools-control__option:focus-visible,
.meteone-live-stations .meteone-map-tools-control__toggle:focus-visible {
    outline: 3px solid #00669c;
    outline-offset: -3px;
}

.meteone-live-stations .meteone-map-tools-control__item:disabled {
    color: #7c8e98;
    cursor: not-allowed;
    opacity: .72;
}

.meteone-map-tools-control > .meteone-screenshot-control__status {
    top: 50%;
    right: calc(100% + 8px);
    bottom: auto;
    left: auto;
    width: max-content;
    transform: translateY(-50%);
}

.meteone-geolocation-control__button.is-locating .meteone-geolocation-control__icon {
    animation: meteone-location-pulse 900ms ease-in-out infinite alternate;
}

.meteone-screenshot-control__button.is-capturing .meteone-screenshot-control__icon {
    animation: meteone-location-pulse 900ms ease-in-out infinite alternate;
}

.meteone-live-stations .meteone-screenshot-control__button.is-disabled,
.meteone-live-stations .meteone-screenshot-control__button.is-disabled:hover {
    background: rgb(255 255 255 / 96%);
    box-shadow: none;
    color: #7c8e98;
    cursor: not-allowed;
    opacity: 0.72;
    transform: none;
}

.meteone-user-location-icon {
    border: 0;
    background: transparent;
}

.meteone-user-location-icon span {
    position: absolute;
    inset: 3px;
    box-sizing: border-box;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #168de2;
    box-shadow: 0 1px 7px rgb(10 70 115 / 55%);
}

@keyframes meteone-location-pulse {
    from { opacity: 0.45; }
    to { opacity: 1; }
}

.meteone-basemap-control__option {
    display: block;
    width: 100%;
    min-height: 40px;
    padding: 7px 10px;
    border: 0;
    border-bottom: 1px solid #e5ecef;
    background: #fff;
    color: #132b3a;
    font: 600 14px/1.25 var(--meteone-map-font);
    text-align: left;
    cursor: pointer;
}

.meteone-basemap-control__option:first-child {
    border-radius: 7px 7px 0 0;
}

.meteone-basemap-control__option:last-child {
    border-bottom: 0;
    border-radius: 0 0 7px 7px;
}

.meteone-live-stations .meteone-basemap-control__option:hover {
    background: #e7f4fa;
    color: #005f8c;
}

.meteone-live-stations .meteone-basemap-control__option[aria-checked="true"] {
    background: #0092c8;
    color: #fff;
}

.meteone-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

.meteone-live-stations .meteone-fullscreen-control__button:hover,
.meteone-live-stations .meteone-station-search__toggle:hover,
.meteone-live-stations .meteone-basemap-control__toggle:hover,
.meteone-live-stations .meteone-geolocation-control__button:hover,
.meteone-live-stations .meteone-screenshot-control__button:hover {
    background: #eaf5fa;
    box-shadow: none;
    color: #00669c;
    transform: none;
}

.meteone-live-stations .meteone-zoom-control a.meteone-map-control-button:hover,
.meteone-live-stations .meteone-zoom-control a.meteone-map-control-button:active,
.meteone-live-stations .meteone-zoom-control a.meteone-map-control-button:focus:not(:focus-visible) {
    background: #fff !important;
    background-image: none !important;
    box-shadow: none;
    color: #00669c;
    transform: none;
}

.meteone-live-stations .meteone-zoom-control a.meteone-map-control-button:hover::before,
.meteone-live-stations .meteone-zoom-control a.meteone-map-control-button:active::before,
.meteone-live-stations .meteone-zoom-control a.meteone-map-control-button:focus:not(:focus-visible)::before {
    background: #eaf5fa !important;
    box-shadow: inset 0 0 0 100px #eaf5fa !important;
}

.meteone-live-stations .meteone-fullscreen-control__button:focus-visible,
.meteone-live-stations .meteone-station-search__toggle:focus-visible,
.meteone-live-stations .meteone-basemap-control__toggle:focus-visible,
.meteone-live-stations .meteone-geolocation-control__button:focus-visible,
.meteone-live-stations .meteone-screenshot-control__button:focus-visible,
.meteone-live-stations .meteone-basemap-control__option:focus-visible,
.meteone-live-stations .meteone-station-search__option:focus-visible,
.meteone-live-stations .leaflet-control-zoom a:focus-visible {
    outline: 3px solid #00669c;
    outline-offset: -3px;
    background: #fff;
    color: #00669c;
}

.meteone-live-stations .meteone-geolocation-control__button.has-location,
.meteone-live-stations .meteone-geolocation-control__button.has-location:hover,
.meteone-live-stations .meteone-geolocation-control__button.has-location:focus-visible {
    color: #168548;
}

.meteone-live-stations .meteone-geolocation-control__button.has-error,
.meteone-live-stations .meteone-geolocation-control__button.has-error:hover,
.meteone-live-stations .meteone-geolocation-control__button.has-error:focus-visible {
    color: #a51f32;
}

.meteone-live-stations .meteone-zoom-control a.meteone-map-control-button:focus-visible {
    background: #fff !important;
    background-image: none !important;
}

.meteone-live-stations .meteone-zoom-control a.meteone-map-control-button:focus-visible::before {
    background: transparent !important;
    box-shadow: none !important;
}

.meteone-fullscreen-control__button.is-active span {
    transform: rotate(45deg);
}

.meteone-map-brand {
    position: absolute;
    z-index: 650;
    right: 12px;
    bottom: 28px;
    display: block;
    width: min(135px, 32vw);
    opacity: 0.82;
    transition: opacity 160ms ease;
}

.meteone-map-brand:hover {
    opacity: 1;
}

.meteone-map-brand:focus-visible {
    border-radius: 4px;
    outline: 3px solid #00669c;
    outline-offset: 3px;
}

.meteone-map-brand img {
    display: block;
    width: 100%;
    height: auto;
}

.meteone-station-count {
    box-sizing: border-box;
    max-width: min(76vw, 480px);
    min-height: 36px;
    padding: 8px 12px;
    border: 1px solid rgb(255 255 255 / 66%);
    border-radius: 9px;
    background: rgb(19 43 58 / 88%);
    box-shadow: 0 3px 14px rgb(19 43 58 / 20%);
    color: #fff;
    font: 650 13px/1.35 var(--meteone-map-font);
    pointer-events: none;
}

.meteone-station-count[hidden] {
    display: none;
}

.meteone-radar-status {
    position: absolute;
    z-index: 850;
    bottom: 10px;
    left: 50%;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: max-content;
    max-width: calc(100% - 260px);
    min-height: 36px;
    padding: 8px 12px;
    border: 1px solid rgb(255 255 255 / 66%);
    border-radius: 9px;
    background: rgb(19 43 58 / 88%);
    box-shadow: 0 3px 14px rgb(19 43 58 / 20%);
    color: #fff;
    font: 650 13px/1.35 var(--meteone-map-font);
    text-align: center;
    pointer-events: none;
    transform: translateX(-50%);
}

.meteone-radar-status[hidden],
.meteone-radar-status__warning[hidden] {
    display: none;
}

.meteone-radar-status__frame {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.meteone-radar-status__warning {
    color: #ffe2a3;
    font-weight: 600;
    white-space: nowrap;
}

.meteone-live-stations .leaflet-control-attribution {
    font: 11px/1.3 var(--meteone-map-font);
}

.meteone-station-menu,
.meteone-station-menu__panel {
    color: #132b3a;
    font-family: var(--meteone-map-font);
}

.meteone-station-menu__toggle {
    display: none;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: rgb(255 255 255 / 96%);
    background-clip: border-box;
    background-image: none;
    box-shadow: 0 3px 16px rgb(19 43 58 / 22%);
    color: #123b52;
    font: 700 22px/40px var(--meteone-map-font);
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    place-items: center;
}

.meteone-station-menu__panel {
    position: absolute;
    z-index: 1000;
    display: block;
    top: 50%;
    left: 10px;
    box-sizing: border-box;
    width: 55px;
    padding-bottom: 5px;
    border-radius: 10px;
    background: rgb(255 255 255 / 90%);
    box-shadow: 0 3px 16px rgb(19 43 58 / 22%);
    transform: translateY(-50%);
}

.meteone-station-menu__panel.is-open {
    display: block;
}

.meteone-station-menu__panel.has-open-category {
    width: 145px;
    min-width: 9em;
}

.meteone-station-menu__category {
    position: relative;
}

.meteone-station-menu__category-button,
.meteone-station-menu__certificate {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 45px;
    height: 45px;
    margin: 5px 5px 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.meteone-live-stations .meteone-station-menu__category-button:hover,
.meteone-live-stations .meteone-station-menu__category-button:active,
.meteone-live-stations .meteone-station-menu__certificate:hover,
.meteone-live-stations .meteone-station-menu__certificate:active {
    background: transparent;
    box-shadow: none;
    color: inherit;
    transform: none;
}

.meteone-station-menu__icon {
    display: block;
    box-sizing: border-box;
    width: 45px;
    height: 45px;
    margin: 0;
    object-fit: contain;
}

.meteone-station-menu__category-button.is-daily-extremes .meteone-station-menu__icon {
    width: 43px;
    height: 43px;
    margin: 1px;
}

.meteone-live-stations .meteone-station-menu__category-button.is-webcam.is-active,
.meteone-live-stations .meteone-station-menu__category-button.is-webcam.is-active:hover {
    border-radius: 7px;
    box-shadow: inset 0 0 0 3px #0092c8;
}

.meteone-station-menu__certificate-icon {
    display: block;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    margin: 7.5px;
    object-fit: contain;
}

.meteone-station-menu__overlap-icon {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin: 7.5px;
}

.meteone-station-menu__overlap-icon::before,
.meteone-station-menu__overlap-icon::after {
    position: absolute;
    box-sizing: border-box;
    width: 19px;
    height: 19px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #00669c;
    box-shadow: 0 0 0 1px #00669c;
    content: '';
}

.meteone-station-menu__overlap-icon::before {
    top: 2px;
    left: 2px;
}

.meteone-station-menu__overlap-icon::after {
    right: 2px;
    bottom: 2px;
    background: #68b8de;
}

.meteone-station-menu__overlap[aria-pressed='false'] .meteone-station-menu__overlap-icon::after {
    right: 0;
    bottom: 0;
    background: #fff;
}

.meteone-live-stations .meteone-station-menu__certificate:disabled {
    opacity: 0.38;
    cursor: default;
}

.meteone-live-stations .meteone-station-menu__category-button.is-radar:disabled {
    opacity: 0.58;
    cursor: wait;
}

.meteone-station-menu__item-label {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50px;
    display: none;
    padding: 5px;
    border-radius: 10px;
    background: rgb(0 0 0 / 74%);
    color: #fff;
    font: 600 12px/1.2 var(--meteone-map-font);
    white-space: nowrap;
    pointer-events: none;
    transform: translateY(-50%);
}

.meteone-station-menu__category-button:hover .meteone-station-menu__item-label,
.meteone-station-menu__category-button:focus-visible .meteone-station-menu__item-label,
.meteone-station-menu__certificate:hover .meteone-station-menu__item-label,
.meteone-station-menu__certificate:focus-visible .meteone-station-menu__item-label {
    display: block;
}

.meteone-station-menu__panel.has-open-category .meteone-station-menu__item-label {
    display: none;
}

.meteone-station-menu__submenu {
    margin: 0 5px 5px;
    padding: 10px;
    max-height: min(52vh, 390px);
    overflow-y: auto;
    background: #f0f0f0;
}

.meteone-station-menu__submenu[hidden] {
    display: none;
}

.meteone-station-menu__history {
    display: block;
    margin: 0 0 8px;
}

.meteone-station-menu__history-label {
    display: block;
    margin-bottom: 4px;
    color: #344e5c;
    font: 600 11px/1.2 var(--meteone-map-font);
}

.meteone-live-stations .meteone-station-menu__history-date {
    appearance: auto;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    height: 36px;
    margin: 0;
    padding: 3px 5px;
    border: 1px solid #aabcc6;
    border-radius: 7px;
    background: #fff;
    box-shadow: none;
    color: #132b3a;
    font: 600 12px/1 var(--meteone-map-font);
}

.meteone-live-stations .meteone-station-menu__history-date:focus-visible {
    border-color: #006c9e;
    outline: 2px solid #91cce6;
    outline-offset: 0;
}

.meteone-station-menu__metric {
    display: block;
    width: 100%;
    padding: 3px;
    border: 0;
    background: #fff;
    color: #132b3a;
    font: 600 13px/1.35 var(--meteone-map-font);
    text-align: left;
    cursor: pointer;
}

.meteone-live-stations .meteone-station-menu__metric:hover {
    background: #e1e1e1;
}

.meteone-live-stations .meteone-station-menu__metric.is-active {
    background: #0092c8;
    color: #fff;
}

.meteone-live-stations .meteone-station-menu__toggle:hover {
    background: #eaf5fa !important;
    background-image: none !important;
    box-shadow:
        inset 0 0 0 100px #eaf5fa,
        0 3px 16px rgb(19 43 58 / 22%) !important;
    color: #00669c;
    transform: none;
}

.meteone-live-stations .meteone-station-menu__toggle:focus-visible,
.meteone-live-stations .meteone-station-menu__category-button:focus-visible,
.meteone-live-stations .meteone-station-menu__certificate:focus-visible,
.meteone-live-stations .meteone-station-menu__metric:focus-visible {
    outline: 3px solid #00669c;
    outline-offset: -3px;
}
