.ted-search-box{
    max-width:700px;
    margin:auto;
    padding:20px;
}

#ted-search{
    width:100%;
    padding:12px;
    font-size:16px;
    margin-bottom:15px;
}

.ted-item{
    border-bottom:1px solid #eee;
    padding:10px;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

.ted-item .en{
    font-weight:bold;
}

@media(max-width:600px){

    .ted-item{
        flex-direction:column;
        gap:5px;
    }

}
