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


.mezera-odhora1 p{
    margin-top: 1.5rem;
}


.zvyrazneni {
    color:#2e6d3c;
    font-weight: 550;
}

.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;
}