.mailchimp-form,
.wp-block-worldchefs-mailchimp {
    background: none;
    border-radius: 8px;
    font-family: var(--wp--preset--font-family--gill-sans-nova) !important;
    max-width: 330px;
    width: 100%
}

.mailchimp-form .mailchimp-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-width: 100%
}

.mailchimp-form-control {
    margin-bottom: 5px;
    padding: 0 !important
}

.mailchimp-form .mailchimp-form-control label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px
}

.mailchimp-form-control.label-outside label {
    font-size: 14px;
    margin-bottom: 8px
}

.mailchimp-form input,
.mailchimp-form select {
    font-size: 16px;
    width: 100% !important;
    max-width: 330px !important;
    box-sizing: border-box;
    font-family: var(--wp--preset--font-family--gill-sans-nova);
}

.mailchimp-form input::-moz-placeholder {
    color: #bdbdbd;
    opacity: 1;
    font-family: var(--wp--preset--font-family--gill-sans-nova);
}

.mailchimp-form input::placeholder {
    color: #bdbdbd;
    opacity: 1;
    font-family: var(--wp--preset--font-family--gill-sans-nova);
}

.mailchimp-form-control input.error,
.mailchimp-form-control select.error {
    border-color: #d94f4f;
    box-shadow: 0 0 0 2px rgba(217, 79, 79, .2)
}

.mailchimp-error {
    color: #d94f4f;
    display: none;
    font-size: 12px;
    margin-top: 5px
}

.mailchimp-error.active {
    display: block
}

.mailchimp-response {
    color: #d94f4f;
    font-size: 16px;
    padding: 15px;
    text-align: center
}

.mailchimp-response.is-hiding {
    display: none
}

.mailchimp-form .mailchimp-submit {
    background: #00aee8;
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .5px;
    padding: 8px 24px 8px 24px;
    text-transform: uppercase;
    transition: background .2s ease, box-shadow .2s ease;
    width: 100% !important;
}

.mailchimp-form .mailchimp-submit:focus,
.mailchimp-form .mailchimp-submit:hover {
    background: #009fe3;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15)
}

.mailchimp-container {
    margin-bottom: -1rem;
    transition: all .3s ease
}

.isSubmitting input,
.isSubmitting select {
    filter: blur(1px)
}

.will-animate {
    transition: all .4s
}

.is-showing {
    opacity: 1
}

.is-hiding {
    display: none
}

@keyframes ball-pulse-sync {
    33% {
        transform: translateY(7px)
    }

    66% {
        transform: translateY(-7px)
    }

    to {
        transform: translateY(0)
    }
}

.ball-pulse-sync>div:first-child {
    animation: ball-pulse-sync .7s ease-in-out -.14s infinite
}

.ball-pulse-sync>div:nth-child(2) {
    animation: ball-pulse-sync .7s ease-in-out -.07s infinite
}

.ball-pulse-sync>div:nth-child(3) {
    animation: ball-pulse-sync .7s ease-in-out 0s infinite
}

.ball-pulse-sync>div {
    animation-fill-mode: both;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    height: 8px;
    margin: 2px;
    width: 8px
}

.mailchimp-modal {
    background: rgba(0, 0, 0, .6);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
}

.mailchimp-modal.active {
    display: flex
}

.mailchimp-modal-content {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
    padding: 30px;
    position: relative;
    width: 90%
}

.mailchimp-modal-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px;
    text-align: center
}

.mailchimp-modal-close {
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 15px
}

.mailchimp-modal-close:hover {
    color: #333
}

.mailchimp-trigger-button {
    background: #00aee8;
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 24px;
    text-transform: uppercase;
    transition: background .2s ease, box-shadow .2s ease
}

.mailchimp-trigger-button:hover {
    background: #009fe3;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15)
}