.sj-mailchimp-form {
    width: 100%;
    max-width: 640px;
}

.sj-mailchimp-field {
    margin-bottom: 16px;
}

.sj-mailchimp-form input[type="text"],
.sj-mailchimp-form input[type="email"] {
    width: 100%;
    min-height: 50px;
    box-sizing: border-box;
    border: 1px solid #d9dee5;
    border-radius: 3px;
    background: #ffffff;
    color: #1d2327;
    font-size: 16px;
    line-height: 1.4;
    padding: 12px 20px;
    box-shadow: none;
}

.sj-mailchimp-form input[type="text"]::placeholder,
.sj-mailchimp-form input[type="email"]::placeholder {
    color: #666666;
    opacity: 1;
}

.sj-mailchimp-submit {
    width: 100%;
    min-height: 50px;
    box-sizing: border-box;
    border: 2px solid #ff3a3a;
    border-radius: 0;
    background: #ed1f24;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 6px;
    line-height: 1.2;
    padding: 12px 18px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 160ms ease, border-color 160ms ease, opacity 160ms ease;
}

.sj-mailchimp-submit:hover,
.sj-mailchimp-submit:focus {
    background: #d71920;
    border-color: #ed1f24;
    color: #ffffff;
}

.sj-mailchimp-submit:disabled {
    cursor: wait;
    opacity: 0.7;
}

.sj-mailchimp-message {
    display: none;
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.4;
}

.sj-mailchimp-message.is-success {
    display: block;
    background: #eef8ef;
    color: #1f6f2a;
}

.sj-mailchimp-message.is-error {
    display: block;
    background: #fdecec;
    color: #9f1d20;
}

@media (max-width: 480px) {
    .sj-mailchimp-submit {
        font-size: 15px;
        letter-spacing: 4px;
    }
}
