.wcmt-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 9999px;
    font-size: 12px;
    line-height: 1.4;
    color: #1f2937;
}

.wcmt-tag-remove {
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
}

.wcmt-tag-input:focus {
    outline: none;
}
