.workpermit-section{--wp-border:#bfd1d0}
.workpermit-section .card{overflow:visible}
.workpermit-section .grid>label,
.workpermit-section>label,
.workpermit-section .card>label{display:flex;flex-direction:column;gap:6px;min-width:0}
.workpermit-section input:not([type="checkbox"]),
.workpermit-section select,
.workpermit-section textarea{width:100%;max-width:100%;box-sizing:border-box}
.workpermit-section .wp-checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px;margin:8px 0 16px;align-items:start}
.workpermit-section .wp-checks label{display:grid!important;grid-template-columns:20px minmax(0,1fr);column-gap:8px;align-items:start;margin:0!important;padding:3px 0;line-height:1.3;font-weight:500;min-width:0;cursor:pointer}
.workpermit-section .wp-checks input[type="checkbox"]{appearance:auto;-webkit-appearance:checkbox;width:18px!important;height:18px!important;min-width:18px!important;max-width:18px!important;margin:0!important;padding:0!important;align-self:start;transform:none;box-sizing:border-box}
.workpermit-section .wp-checks label>input+*{min-width:0}
.workpermit-section h3{clear:both;margin:18px 0 7px;font-size:15px;line-height:1.25}
.workpermit-section .card h2{margin-bottom:14px}
.workpermit-section textarea{resize:vertical}
@media(max-width:900px){.workpermit-section .wp-checks{grid-template-columns:1fr}}
@media(max-width:760px){
 .workpermit-section .wp-checks{gap:5px;margin-bottom:14px}
 .workpermit-section .wp-checks label{grid-template-columns:22px minmax(0,1fr);column-gap:9px;padding:5px 0;font-size:14px}
 .workpermit-section .wp-checks input[type="checkbox"]{width:20px!important;height:20px!important;min-width:20px!important;max-width:20px!important}
}
