<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.choice-control {
    position: relative;
    display: block;
    margin-bottom: 1rem;
}

.choice-control__label {
    font-weight: bold;
    display: inline-block;
    margin-bottom: .25rem;
}

.choice-control__label.choice-control__label--disabled {
    color: var(--greyColor40);
}

.choice-control--error .choice-control__choices {
    border-radius: var(--borderRadius);
    border: .0625rem solid var(--redColor);
}

.choice-control--compact .choice-control__choices {
    display: flex;
    gap: 1rem;
}
</pre></body></html>