html {
    scroll-behavior: smooth;
}

select.option-fit-content option {
    min-width: fit-content;
}
