.wrg-recaptcha-attribution {
    box-sizing: border-box;
    width: 100%;
    padding: 8px 16px;
    text-align: center;
    font-size: 12px;
    line-height: 1.45;
    color: #5f6368;
    background: transparent;
}
.wrg-recaptcha-attribution a { color: inherit; text-decoration: underline; }

.wrg-v2-overlay {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(0,0,0,.58);
    box-sizing: border-box;
}
.wrg-v2-dialog {
    width: min(460px, 100%);
    max-height: calc(100vh - 32px);
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    color: #1d2327;
    box-shadow: 0 18px 60px rgba(0,0,0,.28);
}
.wrg-v2-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid #dcdcde;
    font: 600 16px/1.3 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.wrg-v2-close {
    appearance: none;
    border: 0;
    border-radius: 6px;
    padding: 7px 10px;
    background: #f0f0f1;
    color: #1d2327;
    cursor: pointer;
    font: 500 13px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.wrg-v2-frame {
    display: block;
    width: 100%;
    height: min(600px, calc(100vh - 100px));
    border: 0;
    background: #fff;
}
.wrg-security-error {
    box-sizing: border-box;
    margin: 12px 0;
    padding: 10px 12px;
    border: 1px solid #d63638;
    border-radius: 6px;
    color: #8a2424;
    background: #fcf0f1;
    font-size: 14px;
    line-height: 1.4;
}
