.kcre-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
}
.kcre-modal[aria-hidden="true"] {
    display: none;
}
.kcre-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}
.kcre-modal__dialog {
    position: relative;
    max-width: 560px;
    width: calc(100% - 32px);
    margin: 6vh auto 0;
    background: #fff;
    border-radius: 12px;
    padding: 20px 20px 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.kcre-modal__close {
    position: absolute;
    top: 8px;
    right: 10px;
    border: none;
    background: transparent;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}
.kcre-modal__title {
    margin: 0 28px 12px 0;
    font-size: 20px;
    font-weight: 600;
}
.kcre-modal__label {
    display: block;
    margin: 8px 0 6px;
    font-weight: 500;
}
.kcre-modal__textarea {
    width: 100%;
    min-height: 140px;
    resize: vertical;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font: inherit;
    box-sizing: border-box;
}
.kcre-modal__actions {
    margin-top: 12px;
}
.kcre-report-wrap {
    text-align: center;
}

/* Видимый виджет SmartCaptcha */
.kcre-captcha-box {
    margin-top: 12px;
}
