/**
 * Offerteformulier: module-checkboxes buiten .flat-input (anders 100% breedte / vaste hoogte).
 * Alleen geladen op de contact/offerte-pagina — zie head.inc.php
 */
.wrap-formcontact.style2 .contactform.style4 .timeapp-modules-wrap {
    clear: both;
    width: 100%;
    margin-bottom: 24px;
}
.wrap-formcontact.style2 .contactform.style4 .timeapp-modules-wrap .timeapp-modules-title {
    font-size: 15px;
    font-weight: 600;
    color: #646a7c;
    margin-bottom: 14px;
}
.wrap-formcontact.style2 .contactform.style4 .timeapp-modules-wrap .timeapp-modules-title .hint {
    font-weight: 400;
    color: #b3b7c8;
}
.wrap-formcontact.style2 .contactform.style4 .timeapp-modules-wrap .timeapp-modules-grid {
    margin-left: -12px;
    margin-right: -12px;
}
.wrap-formcontact.style2 .contactform.style4 .timeapp-modules-wrap .timeapp-modules-grid > [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
}
.wrap-formcontact.style2 .contactform.style4 .timeapp-modules-wrap ul.timeapp-modules-list {
    list-style: none;
    margin: 0 0 8px 0;
    padding: 0;
}
.wrap-formcontact.style2 .contactform.style4 .timeapp-modules-wrap ul.timeapp-modules-list li {
    margin-bottom: 10px;
}
.wrap-formcontact.style2 .contactform.style4 .timeapp-modules-wrap ul.timeapp-modules-list li:last-child {
    margin-bottom: 0;
}
.wrap-formcontact.style2 .contactform.style4 .timeapp-modules-wrap label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.35;
    color: #646a7c;
    cursor: pointer;
    margin: 0;
}
.wrap-formcontact.style2 .contactform.style4 .timeapp-modules-wrap input[type="checkbox"] {
    width: auto !important;
    height: auto !important;
    min-width: 1em;
    min-height: 1em;
    margin: 0.2em 0 0 0 !important;
    padding: 0 !important;
    flex-shrink: 0;
    appearance: auto;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    accent-color: #ff9005;
    vertical-align: top;
    cursor: pointer;
}
.wrap-formcontact.style2 .contactform.style4 .timeapp-modules-wrap .timeapp-modules-label {
    flex: 1;
    min-width: 0;
}
