/**
 * Recaptcha Newsletter - Estilos
 */

.recaptcha-nw-wrapper {
    margin: 10px 0;
    text-align: center;
}

.recaptcha-nw-wrapper .g-recaptcha {
    display: inline-block !important;
}

.recaptcha-nw-error {
    color: #ff4c4c;
    font-size: 12px;
    margin-top: 5px;
    padding: 5px 10px;
    background-color: #fdd;
    border: 1px solid #ff4c4c;
    border-radius: 3px;
    text-align: center;
}

.email_subscription .recaptcha-nw-wrapper,
.block_newsletter .recaptcha-nw-wrapper {
    margin: 8px 0;
}

.email_subscription .recaptcha-nw-error,
.block_newsletter .recaptcha-nw-error {
    margin: 5px 0;
}
