<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* start of additional custom CSS */
form[class*='webform'] .webform-flexbox fieldset {
    max-width: initial;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16);
    border: none;
    background-color: #fff;
}

form[class*='webform'] .webform-flexbox fieldset legend {
    float: left;
    width: 100%;
    font-size: 1.1rem;
}

.form-item [type='checkbox'] + label {
    margin: initial;
}

section#edit-product-interest {
    overflow: visible;
}
/* end of additional custom CSS */</pre></body></html>