.aliga-form-section{

    background:#fff;

    border:1px solid #e5e7eb;

    border-radius:12px;

    padding:24px;

    margin-bottom:24px;

}

.aliga-form-section-header{

    margin-bottom:20px;

    padding-bottom:12px;

    border-bottom:1px solid #ececec;

}

.aliga-form-section-header h3{

    margin:0;

    font-size:20px;

    font-weight:600;

}

.aliga-form-section-body{

    display:flex;

    flex-direction:column;

    gap:20px;

}