/* Menu lewe moduły */
.menu-lewe-moduły-1-poziom{
    margin-bottom: 8px;
}
.menu-lewe-moduły-1-poziom li{
    background-color: #aaad5c;
}
.menu-lewe-moduły-1-poziom li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    text-decoration-color: transparent;
    color: #2d2b2e;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
}
.menu-lewe-moduły-1-poziom li a .menu-ikona-tekst{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 32px;
    order: 2;
}
.menu-lewe-moduły-1-poziom li a .menu-ikona-mini{
    order: 1;
    background-color: #ff5a00;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 144px;
    min-width: 144px;
}
.menu-lewe-moduły-1-poziom li a:hover{
    opacity: 0.8;
}
/**/

/* Pogoda */
.weatherwidget-io{
    border: 1px solid #dedede;
    border-radius: 0.5rem;
}
/**/