.modal-content {
    border-radius : var(--radius-12);
}

.modal-header {
    border-bottom : 1px solid var(--basic-gray-high-light);
}

.modal-footer {
    justify-content : flex-start;
    border-top      : none;
}

.modal-dialog .modal-body {
    padding : 24px;
}
