﻿.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.tag-item {
    height: 3rem;
    line-height: 3rem;
    padding: 0 0.9rem;
    border-radius: 4px;
    font-weight: 500;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}
