.navbar-desktop ul li:nth-child(7)::before {
    height: 1.4rem;
}


@media (max-width:600px) {
    .h1 {
        font-size: 3rem;
        height: 7rem;
    }

    .h1 p {
        left: 5%;
    }
}



.u-list-inol li {
    margin: 0 0 0 1.5rem;
}

.u-list-inol {
    margin-bottom: 0.5rem;
}

.o-list .u-list li::before {
    top: 2px;
}

.articles .o-list .sub-o-list li {
    margin-left: 2rem;
}

.articles .o-list .Upozorneni {
    font-weight: 500;
    font-size: 1rem;
}

.articles .u-list-10ths li {
    margin: 1rem 0 0.5rem 0;
}

.articles .odkazy {
    display: flex;
    flex-direction: column;
    width: 350px;
}

.articles .odkazy a {
    text-decoration: none;
    color: #2e6d3c;
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 0.7rem;
    position: relative; 
    display: inline-block; 
    transition: opacity 0.1s;
}

.articles .odkazy .zobacek {
    font-size: 1.4rem;
    position: absolute;
    right: 20px; 
    top: 0;       
    transition: transform 0.25s ease;
}

.articles .odkazy a:hover .zobacek {
    transform: translateX(8px);
}

.articles .odkazy a:hover {
    opacity: 0.7;
}