#search {
    width: 100%;
}

#statuses {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-block-start: 1rem;
}

#statuses li {
    text-align: start;
}
