/* Main form */
.footer-klaviyo-form form[data-testid^="klaviyo-form-"] {
    padding: 0 !important;
    margin: 0 auto !important;
}

/* Main inner form container */
.footer-klaviyo-form form[data-testid^="klaviyo-form-"] > div {
    min-height: 0 !important;
}

/* Form row */
.footer-klaviyo-form [data-testid="form-row"] {
    align-items: center !important;
}

/* Input and button components */
.footer-klaviyo-form [data-testid="form-component"] {
    padding: 0 !important;
    flex: none !important;
}

/* Email component */
.footer-klaviyo-form [data-testid="form-component"]:first-child {
    margin-right: 16px !important;
}

/* Email field */
.footer-klaviyo-form input[type="email"] {
    box-sizing: border-box !important;
    width: 440px !important;
    height: 52px !important;
    padding: 10px 20px 10px 24px !important;

    font-size: 18px !important;

    border: 1.5px solid rgba(0, 0, 0, 0.30) !important;
    border-radius: 10px !important;
    background: #fff !important;
}

/* Submit button */
.footer-klaviyo-form button.klaviyo-form-button {
    box-sizing: border-box !important;
    min-height: 52px !important;
    height: 52px !important;
    padding: 10px 20px !important;

    font-size: 18px !important;
    font-weight: 500 !important;

    border-radius: 10px !important;
    background: #28958a !important;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.80) !important;
}

/* Validation message */
@media (min-width: 1200px) {
    .footer-klaviyo-form .klaviyo-emailinput [role="alert"],
    .footer-klaviyo-form .klaviyo-emailinput > div:last-child {
        top: -39px !important;
    }
}

@media (max-width: 991.98px) {
    .footer-klaviyo-form form[data-testid^="klaviyo-form-"] {
        margin-top: 20px !important;
    }

    .footer-klaviyo-form [data-testid="form-row"] {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .footer-klaviyo-form [data-testid="form-component"],
    .footer-klaviyo-form input[type="email"],
    .footer-klaviyo-form button.klaviyo-form-button {
        width: 100% !important;
    }

    .footer-klaviyo-form [data-testid="form-component"]:first-child {
        margin-right: 0 !important;
        margin-bottom: 10px !important;
    }
}

@media (max-width: 575.98px) {
    .footer-klaviyo-form form[data-testid^="klaviyo-form-"] {
        margin-top: 10px !important;
    }
}