.hzm-recaptcha-consent-overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 10;
    text-align: center;
    min-height: 80px;
    width: 100%;
}

.hzm-recaptcha-consent-overlay__message {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.hzm-recaptcha-consent-overlay__button {
    display: inline-block;
    padding: 8px 16px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
}
