/* Global forms style */

.mailerlite-form {

}

.mailerlite-form .mailerlite-form-description {
    margin-bottom: 10px;
}

.mailerlite-form .mailerlite-form-field {
    margin-bottom: 10px;
}

.mailerlite-form .mailerlite-form-field label {
    display: block;
}

.mailerlite-form .mailerlite-subscribe-button-container {
    text-align: center;
}

.mailerlite-form input.error {
    color: var(--warning-color);
    border-color: var(--warning-color);
}

.mailerlite-form label.error {
    color: var(--warning-color);
}

.mailerlite-form-response {
    margin-top: 20px;
    display: none;
    color: var(--secondary-color);
}

.mailerlite-form-loader {
    display: none;
    text-align: center;
    font-weight: bold;
    margin: 0 20px;
}

.mailerlite-form-error {
    display: block;
    color: var(--warning-color);
}

.mailerlite-subscribe-submit{
    max-width: 100%;
}

.mailerlite-form-field.mailerlite-form-field-privacy {
    display: inline-block;
    width: 100%;
    height: fit-content;
    margin-top: 10px;
}

.mailerlite-form-field.mailerlite-form-field-privacy input {
    margin-top: 4px;
    height: 20px;
    width: 20px;
}
