.tags-list {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    gap: 0 0.5em;
    flex-wrap: wrap;
}
