.prevdireitos-growth-newsletter-shell {
    max-width: 760px;
    margin: 2rem auto;
    padding: 1.5rem;
    border: 1px solid currentColor;
    border-radius: 16px;
}

.prevdireitos-growth-newsletter-shell__title {
    margin: 0 0 .5rem;
    font-size: clamp(1.4rem, 2vw, 2rem);
    line-height: 1.2;
}

.prevdireitos-growth-newsletter-shell__intro {
    margin: 0 0 1.25rem;
}

.prevdireitos-growth-newsletter-form {
    display: grid;
    gap: 1rem;
}

.prevdireitos-growth-newsletter-form__field,
.prevdireitos-growth-newsletter-form__consent {
    display: grid;
    gap: .5rem;
}

.prevdireitos-growth-newsletter-form input[type="email"] {
    width: 100%;
    min-height: 44px;
    padding: .7rem .8rem;
    border: 1px solid currentColor;
    border-radius: 10px;
    background: transparent;
    color: inherit;
    font: inherit;
}

.prevdireitos-growth-newsletter-form button[type="submit"] {
    min-height: 44px;
    padding: .75rem 1rem;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
}

.prevdireitos-growth-newsletter-form__notice {
    margin: 0;
    font-size: .925rem;
}

@media (max-width: 640px) {
    .prevdireitos-growth-newsletter-shell {
        margin: 1.25rem 0;
        padding: 1rem;
        border-radius: 12px;
    }
}
