.higashi-feedback-popup {
    position: fixed;
    inset: 0;
    z-index: 999999;
}

.higashi-feedback-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.55);
}

.higashi-feedback-popup__window {
    position: relative;
    width: 420px;
    max-width: calc(100% - 30px);
    margin: 120px auto;
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    z-index: 2;
    box-shadow: 0 15px 50px rgba(0,0,0,.25);
}

.higashi-feedback-popup__message {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}

.higashi-feedback-popup__close {
    position: absolute;
    top: 12px;
    right: 12px;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
}

.higashi-feedback-popup--success
.higashi-feedback-popup__window {
    border-top: 5px solid #00b67a;
}

.higashi-feedback-popup--error
.higashi-feedback-popup__window {
    border-top: 5px solid #ff3b30;
}

.feedback-checkbox-wrap {
    position: relative;
}

.feedback-checkbox-wrap input[type="checkbox"] {
    cursor: pointer;
    position: relative;
    z-index: 3;
}

.feedback-checkbox-wrap label {
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.feedback-checkbox-wrap .polit__privacy {
    position: relative;
    z-index: 4;
}