#asp_consent.modal{overflow:hidden;display:flex;flex-direction:column;min-height:100vh}
#asp_consent .modal-dialog{margin-top:auto}
.consent-description p {font-size:.875rem;font-weight: 500;}
.consent-buttons{display:flex;gap:8px;align-items:center;}
.consent-buttons .btn-black {margin: 1rem 0 0;}
@media (min-width: 992px) {
    #asp_consent .modal-dialog {margin-right: 40px;margin-bottom: 40px;}
}