<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.js-alpine-hide-label label {
    display: none;
}

.js-production-row {
    display: flex;
    margin-bottom: 1rem;
    gap: 1rem;
}

.js-production-row &gt; div {
    flex: 1 0 0;
}

.js-production-row .form-group {
    margin-bottom: 1rem;
}

.js-production-row .form-group+.help-block {
    margin-top: 0 !important;
}
</pre></body></html>