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

/* idkdkkd nejaky souteze %%%%%%%============*/
.sykora {
    width: auto;
}

@media (min-width: 887.2px) {
.vypis-phone {
    display: none;
}

.vypis {
    display: flex;
    flex-direction: row;
    gap: 3rem;
    width: 820.2px;
    margin-top: 1rem;
    background-color: #E6EFDC;
    padding: 1rem 1rem 1rem 1rem;
}

.letadlo {
    display: flex;
    flex-direction: column;
}

.letadlo p { 
    line-height: 1.5rem;
    margin-top: 2px;
}

.letadlo h4 {
    margin-bottom: 0.5rem;
    color: #2e6d3c;
    font-weight: 550;
    font-size: 1.1rem;
} 

.letadlo a {
    color: black;
    font-weight: 600;
    line-height: 1.5rem;
    margin-top: 2px;
}

.termin {
    width: 100px;
}

.popis {
    width: 200px;
}

.vykonnost {
    width: 110px;
}

.propozice {
    width: 100px;
}
}

@media (max-width: 887.2px) {
    .vypis {
        display: none;
    }

    .turnaj {
        margin-top: 1rem;
        background-color: #E6EFDC;
        padding: 1rem;
    }

    .info {
        border-top: solid 2px #2e6d3c;
        padding-top: 5px;
    }

    .turnaj h5 {
        color: #2e6d3c;
        font-size: 1.1rem;
        font-weight: 600;
    }

    .turnaj a {
        font-weight: 600;
        color: black;
        margin-left: 5px;
    }
}


.liga a {
    color: #2e6d3c;
    font-weight: 500;
}  

