.g-recaptcha {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 9;
}

.cf7vb-buildr-control:has(.wpcf7-validates-as-required) label::after {
    content: '*';
    display: inline-block;
    color: #910909;
    font-size: 20px;
    padding-left: 5px;
}

#cf7vb-form-1110 .wpcf7-submit.aftered {
    width: 33%;
    align-self: flex-end;
    background: var(--e-global-color-primary);
    color: var(--white);
    border: 0 !important;
    cursor: pointer;
}

#cf7vb-form-1110 .wpcf7-submit.aftered:hover {
    background: var(--e-global-color-secondary);
    color: var(--black);
}

.wpcf7-response-output {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 50vw;
    z-index: 2;
    background: var(--white);
    margin: 0;
    font-size: 20px;
}

@media screen and (max-width: 1024px) {
}
