/* Menu lewe moduły */
.menu-lewe-moduły-1-poziom{
    margin-bottom: 8px!important;
}
.menu-lewe-moduły-1-poziom li{
    border-radius: 0.5rem;
    background-color: #ff5a00;
}
.menu-lewe-moduły-1-poziom li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.5rem;
    overflow: hidden;
    height: 144px;
    text-decoration-color: transparent;
    color: white;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}
.menu-lewe-moduły-1-poziom li a .menu-ikona-tekst{
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 32px;
}
.menu-lewe-moduły-1-poziom li a .menu-ikona-mini{
    order: 2;
    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;
}
/**/