﻿.newsletter-form
{
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.newsletter-form-field-wrapper
{
    width: 100%;
}
.newsletter-form-field-wrapper .field
{
    margin-bottom: 0;
}
.newsletter-callout-wrapper
{
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1.5rem .625rem;
    justify-content: center;
    align-items: center;
    gap: var(--text-spacing-md);
    background: var(--color-neutral-700);
}
@media(min-width: 820px)
{
    .newsletter-callout-wrapper
    {
        flex-direction: row;
        padding: 1.5rem var(--container-padding-lg);
        gap: 4rem;
    }
}
.newsletter-callout
{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
}
.newsletter-callout .heading-5
{
    margin: auto 0;
}
.newsletter-callout .icon
{
    width: 2rem;
    height: 2rem;
    color: var(--text-primary);
}
@media(min-width: 820px)
{
    .newsletter-callout .icon
    {
        width: 3rem;
        height: 3rem;
    }
}
.newsletter-form-button
{
    width: 100%;
}
@media(min-width: 1050px)
{
    .newsletter-form-button
    {
        width: 11.28rem;
    }
}