.xc-recaptcha-form-area {
    position: relative;
}

.xc-recaptcha-form-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    background: rgba(245, 245, 247, 0.86);
    -webkit-backdrop-filter: blur(1.5px);
    backdrop-filter: blur(1.5px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
}

.xc-recaptcha-form-overlay-panel {
    background: #fff;
    border: 1px solid #d8d8de;
    border-radius: 2px;
    box-shadow: none;
    padding: 22px 20px;
    max-width: 540px;
    width: 100%;
}

.xc-recaptcha-form-overlay-body {
    color: #5b2dcf;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: -0.01em;
    margin-bottom: 20px;
}

.xc-recaptcha-form-overlay .xc-recaptcha-form-overlay-btn {
    width: 100%;
    min-height: 56px;
    border-radius: 10px;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
    padding: 10px 20px;
    background-color: #5b2dcf;
    border-color: #5b2dcf;
    color: #fff;
}

.xc-recaptcha-form-overlay .xc-recaptcha-form-overlay-btn:hover,
.xc-recaptcha-form-overlay .xc-recaptcha-form-overlay-btn:focus {
    background-color: #4a1fbf;
    border-color: #4a1fbf;
    text-decoration: none;
    color: #fff;
}

@media (max-width: 767px) {
    .xc-recaptcha-form-overlay-panel {
        max-width: 360px;
        padding: 16px 14px;
    }

    .xc-recaptcha-form-overlay-body {
        font-size: 14px;
        line-height: 1.35;
        letter-spacing: 0;
    }

    .xc-recaptcha-form-overlay .xc-recaptcha-form-overlay-btn {
        font-size: 16px;
        min-height: 50px;
    }
}
