#meteoblue_map, #meteoblue_meteogram, #meteoblue_three {
    width: 460px;
    height: 700px;
    border-radius: 12px;
    display: flex;
    margin: 1.5rem;
    overflow: hidden;
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.3);
    background: var(--theme-bg);
    color: var(--theme-fg);
    & a {
        display: none;
    }
    & iframe {
        width: 100%;
        height: 705px;
        border: 0;
        margin: 0;
        overflow: hidden;
    }
}
