:root{
    --textsearch-width: clamp(11rem, 50ch, 27vw);
}

#textSearchContainer{

}

#textsearchForm{
    width:var(--textsearch-width);
}

#textsearchInput{
}

#textsearchClearBtn{
    background-color:var(--bg-color--primary);
    border:none;
    border-radius:50%;
    color:var(--font-clr-secondary);
    height:2.5ch;
    margin-left:-2.5ch;
    padding-inline:0.75ch;

    &:hover{
        background-color:var(--clr-accent-primary);
        color:var(--clr-bg-primary);
    }
}
