.grit-form-wrapper {
    clear: both;
    width: 80%;
    margin: 1em auto;
}

.grit-form-wrapper form {
    display: flex;
    gap: .5em;
    flex-direction: column;
}

.grit-form-wrapper form p {
    padding: 0;
    margin: 0 0 0 0;
}

.grit-form-wrapper form p textarea,
.grit-form-wrapper form p input[type=text],
.grit-form-wrapper form p input[type=email] {
    width:100%;
    box-sizing: border-box;
}

/* .grit-form-wrapper form input[type=submit] {
    grid-column-start:2;
}

.grit-form-wrapper form *:required {
    border: green 2px solid;
} */

/* Thank You / Response Messages */
.grit-newsletter-response {
    padding: 1.5em;
    margin: 1em 0;
    border-radius: 4px;
}

.grit-newsletter-success {
    background-color: #f0f9ff;
    border-left: 4px solid #0ea5e9;
}

.grit-newsletter-error {
    background-color: #fef2f2;
    border-left: 4px solid #ef4444;
}

.grit-newsletter-success-message h4 {
    margin-top: 0;
    color: #0c4a6e;
}

.grit-newsletter-error-message p {
    margin: 0;
    color: #991b1b;
}

.grit-newsletter-thank-you-text {
    margin: 1em 0;
}

.grit-newsletter-gift {
    margin-top: 1.5em;
}

.grit-newsletter-download-button {
    display: inline-block;
    padding: 0.75em 1.5em;
    background-color: #0ea5e9;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background-color 0.2s;
}

.grit-newsletter-download-button:hover {
    background-color: #0284c7;
    color: #fff;
}
