.rgl-captcha-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.rgl-captcha-modal.hidden {
    display: none;
}

.rgl-captcha-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 8, 14, 0.72);
    backdrop-filter: blur(4px);
}

.rgl-captcha-modal__panel {
    position: relative;
    z-index: 1;
    width: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.rgl-captcha-modal__title {
    display: none;
}

.rgl-captcha-modal__message {
    display: none;
}

.rgl-captcha-modal__widget {
    display: flex;
    justify-content: center;
    min-height: 78px;
    margin: 0;
}

.rgl-captcha-modal__cancel {
    display: none;
}
