.oaw-newsletter-form {
    padding: 24px !important;
    border: solid #1b5a30 4px !important;
    border-radius: 4px;
    background-size: cover;
}

.oaw-newsletter-form input {
    border-radius: 2px !important;
    padding: 6px !important;
    font-size: 14px !important;
    background-color: #eeeeee !important;
    outline: 1px solid #dddddd !important;
}

.oaw-newsletter-form input:focus {
    outline: 1px solid #aaaaaa !important;
}

.oaw-newsletter-form button[type="submit"] {
    all: unset !important;
    cursor: pointer !important;
    padding: 6px 12px !important;
    border-radius: 4px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    font-family: var(--oaw-sans);
    background-color: #1b5a30 !important;
    color: white !important;
}

.oaw-newsletter-form button[type="submit"]:hover {
    filter: brightness(130%) !important;
}