.consentmod-document-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2147483000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.consentmod-document-modal[hidden] {
    display: none;
}

.consentmod-document-modal__backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.48);
}

.consentmod-document-modal__dialog {
    position: relative;
    max-width: 900px;
    width: calc(100% - 32px);
    max-height: calc(100% - 64px);
    overflow: auto;
    background: #fff;
    color: #222;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.25);
}

.consentmod-document-modal__close {
    position: absolute;
    top: 12px;
    right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #f4f4f4;
    color: #222;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.consentmod-document-modal__close:hover {
    background: #e9e9e9;
}

.consentmod-document-modal__close:focus {
    outline: 2px solid rgba(47, 163, 220, 0.35);
    outline-offset: 2px;
}

.consentmod-document-modal__title {
    margin: 0 36px 16px 0;
    font-size: 22px;
    font-weight: 600;
    color: #111;
}

.consentmod-document-modal__content {
    font-size: 15px;
    line-height: 1.55;
}

.consentmod-document-modal__content a {
    color: #2fa3dc;
    text-decoration: underline;
    text-underline-offset: 2px;
}
