.homepage-mailchimp-form {
    width: 100%;
}

.homepage-mailchimp-form .form-fields {
    width: 100%;
}

.homepage-mailchimp-form .email-signup-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    justify-content: center;
    align-items: stretch;
}

.homepage-mailchimp-form .email-signup-row input[type="email"] {
    width: 450px;
    background: transparent;
    border: 1px solid white;
    color: white;
    font-family: tenon, Adjusted Arial Fallback, sans-serif;
    font-size: 16px;
    padding: 15px 20px;
    outline: none;
}

.homepage-mailchimp-form .email-signup-row input[type="email"]::placeholder {
    color: white;
    opacity: 1;
}

.homepage-mailchimp-form .email-signup-row input[type="email"]:-webkit-autofill,
.homepage-mailchimp-form .email-signup-row input[type="email"]:-webkit-autofill:active,
.homepage-mailchimp-form .email-signup-row input[type="email"]:-webkit-autofill:focus,
.homepage-mailchimp-form .email-signup-row input[type="email"]:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #000 inset !important;
    -webkit-text-fill-color: #fff !important;
    border: 1px solid white !important;
}

.homepage-mailchimp-form .email-signup-row input[type="submit"] {
    background: #997D4A;
    border: none;
    color: white;
    font-family: tenon, Adjusted Arial Fallback, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 30px;
    cursor: pointer;
    transition: opacity 0.15s ease-in;
    flex-shrink: 0;
}

.homepage-mailchimp-form .email-signup-row input[type="submit"]:hover {
    opacity: 0.8;
}

.homepage-mailchimp-form .agreement {
    text-align: center;
    font-family: tenon, Adjusted Arial Fallback, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: white;
    padding: 0.4rem;
}

.homepage-mailchimp-form .agreement a {
    color: white;
    text-decoration: underline;
}

.homepage-mailchimp-form #mce-responses-homepage {
    text-align: center;
    font-family: tenon, Adjusted Arial Fallback, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: white;
    padding: 0.4rem;
}

.homepage-mailchimp-form #mce-responses-homepage span {
    display: block;
}

.homepage-mailchimp-form #mce-responses-homepage span + span {
    margin-top: 0.4rem;
}