.wrap {
    margin-bottom: 16px;
    max-width: 560px;
}

.option {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 2px;
}

.count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.5rem;
    padding: 0 6px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.65);
}

@media (max-width: 575px) {
    .wrap {
        max-width: none;
    }
}
