.hcaptcha-overlay-badge {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
}
.hcaptcha-overlay-badge img {
    width: 60px;
    height: auto;
}
.hcaptcha-overlay-popup {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px 12px;
    width: 260px;
    z-index: 9998;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 1.4;
    color: #333;
}
.hcaptcha-overlay-popup a {
    color: #1074bc;
    text-decoration: none;
}
.hcaptcha-overlay-popup a:hover {
    text-decoration: underline;
}
.h-captcha iframe {
    display: block;
    margin: 0 auto;
}
html.hcaptcha-invisible .hcaptcha-badge {
    display: none !important;
}
@media (max-width: 768px) {
    .hcaptcha-overlay-badge {
        bottom: 10px;
        right: 10px;
    }
    .hcaptcha-overlay-badge img {
        width: 50px;
    }
    .hcaptcha-overlay-popup {
        bottom: 65px;
        right: 10px;
        width: 220px;
        font-size: 10px;
    }
}
