/* Odstúpenie od zmluvy – mod_withdrawal */
.withdrawal-module { padding-top: 20px; padding-bottom: 40px; }
.withdrawal-module .main-bar h1 { margin-bottom: 25px; text-align: center; }
.withdrawal-module .heading-form {
    font-size: 20px;
    margin: 0 0 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e5e5;
}
.withdrawal-module .form-control { margin-bottom: 4px; }
.withdrawal-module textarea.form-control { min-height: 110px; }
.withdrawal-module .form-control.error { border-color: #c0392b; }
.withdrawal-module small.error { display: block; color: #c0392b; margin: 2px 0 6px; }
.withdrawal-module .nice_checkbox { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 10px; }
.withdrawal-module .nice_checkbox input { margin-top: 3px; }
.withdrawal-module .nice_checkbox small.error { flex-basis: 100%; }
.withdrawal-module .std_btn { margin-top: 10px; }
