.kast2go-group-widths {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.kast2go-group-width {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 38px;
    padding: 6px 10px;
    border: 1px solid currentColor;
    border-radius: 4px;
    line-height: 1;
    text-decoration: none;
}

.kast2go-group-width.is-active {
    font-weight: 700;
    pointer-events: none;
}
