.ed-filter{
    display:flex;
    gap:20px;
    align-items:end;
    margin-bottom:40px;
    flex-wrap:wrap;
}

.ed-field{
    display:flex;
    flex-direction:column;
    gap:8px;
}

.ed-field select{
    min-width:220px;
    padding:12px;
    border-radius:8px;
}

#ed-show{
    padding:12px 40px;
    border:none;
    border-radius:8px;
    background:#ff5d67;
    color:white;
    font-weight:700;
    cursor:pointer;
}

#ed-show:hover{
    opacity:.9;
}