[data-core-block="form"][data-padding="true"] {margin:80px 0;}

[data-core-block="form"][data-background-colour="white"] {background-color: #fff;}
[data-core-block="form"][data-background-colour="grey"] {background-color: #f4f4f4;}
[data-core-block="form"][data-background-colour="blue"] {background-color: #1f3a4b;color: #fff;}

[data-core-block="form"] .block-wrapper {padding:40px 0px;max-width:960px;margin:auto;}

[data-core-block="form"] .form {}
[data-core-block="form"][data-text-align="center"] .text-content {text-align:center;}
[data-core-block="form"] .text-content:has(.heading),
[data-core-block="form"] .text-content:has(p) {margin-bottom:20px;}
[data-core-block="form"] .form label, [data-core-block="form"] .form label.fui-label, [data-core-block="form"] .form .fui-legend {font-size:0.9375rem;font-weight:700;display:block;width:100%;margin-bottom:8px;color:#000;}
[data-core-block="form"][data-background-colour="blue"] .form label,
[data-core-block="form"][data-background-colour="blue"] .form label.fui-label,
[data-core-block="form"][data-background-colour="blue"] .form .fui-legend {color:#fff;}
[data-core-block="form"] .form .input-row.two-col {display: grid;grid-template-columns: repeat(2, 1fr);gap:40px;}
[data-core-block="form"] .form .input-row {margin-bottom:30px;}
[data-core-block="form"] .form input, [data-core-block="form"] .form select {height:45px;display:block;color:#000;font-size:0.75rem;padding-left:20px;width:100%;border-radius:10px;border:1px solid #291142;background-color:#FFF;}
[data-core-block="form"] .form textarea {height:220px;display:block;color:#000;font-size:0.75rem;padding-left:20px;padding-top:15px;width:100%;border-radius:10px;border:1px solid #291142;background-color:#FFF;}
[data-core-block="form"] .form button.fui-btn {height:55px;width:170px;background-color:#DA0020;padding:15px;border:1px solid #FFFFFF;text-align:center;color:#FFF;border-radius:10px;font-size:1rem;font-weight:700;cursor: pointer;}

[data-core-block="form"] .form label.fui-checkbox-label {font-weight:400;padding-top:2px;}
[data-core-block="form"] .form .fui-checkbox input:checked+label:before {
    background-color:#DA0020;
    border-color:#DA0020;
}
[data-core-block="form"] .form .fui-checkbox label:before, [data-core-block="form"] .form .fui-radio label:before {height:20px;width:20px;box-shadow:none;}
[data-core-block="form"] .form .fui-checkbox input:focus+label:before, [data-core-block="form"] .form .fui-radio input:focus+label:before {border-color:#DA0020;}
[data-core-block="form"] .form .fui-radio-label {font-weight:400;padding-top:1px;}
[data-core-block="form"] .form .fui-radio input:checked+label:before {background-color:#DA0020;border-color:#DA0020;}

@media (max-width:1100px)
{
    [data-core-block="form"] .form .input-row.two-col {grid-template-columns: 1fr;gap:20px;}
    [data-core-block="form"] .form .input-row {margin-bottom:20px;}
    
    [data-core-block="form"] .text-content {font-size:1rem;}
    [data-core-block="form"] .heading {font-size:1.375rem;}
}

@media (max-width:900px)
{
    [data-core-block="form"] .form .input-row.two-col {gap:30px;grid-template-columns: repeat(2, 1fr);}
}

@media (max-width:500px)
{
    [data-core-block="form"] .form .input-row.two-col {gap:20px;grid-template-columns: 1fr;}
}