<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**** NL ****/
.field.tig_postcode_nl.tig_postcode_field,
.field.tig_postcode_nl.tig_housenumber_field,
.field.tig_postcode_nl.tig_housenumber_addition_field {
    display: inline-block;
    margin: 20px 10px 20px 0;
    width: 100%;
    max-width: calc(100% / 3 - 7px);
    min-height: 80px;
    vertical-align: top;
}

@media (max-width: 400px) {
    .tig_postcode_field.tig_postcode_nl {
        max-width: 100%;
    }

    .tig_housenumber_field.tig_postcode_nl,
    .tig_housenumber_addition_field.tig_postcode_nl {
        max-width: calc(100% / 2 - 7px);
    }
}

.tig_street_fields.tig_postcode_nl, .tig_city_field.tig_postcode_nl {
    max-width: 100%;
}



.field.tig_postcode_nl.tig_housenumber_addition_field {
    margin: 0 0 20px 0;
}

.tig_postcode_nl.tig_postcode_field._error + .tig_housenumber_field input,
.tig_postcode_nl.tig_postcode_field._error + .tig_housenumber_field + .tig_housenumber_addition_field input {
    border: 1px solid #e02b27;
}
</pre></body></html>