:host {
display: inline-block;
font-family: sans-serif;
}
.wrapper {
display: flex;
align-items: center;
gap: 0.5rem;
}
label {
font-size: 0.9rem;
user-select: none;
}
input[type="color"],
input[type="number"] {
border: none;
padding: 0;
background: none;
}
input[type="checkbox"] {
margin: 0;
}