
.cj-newsletter-footer {
    width: 100%;
    max-width: 520px;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff;
    text-align: left;
}

.cj-newsletter-footer,
.cj-newsletter-footer * {
    box-sizing: border-box;
}

.cj-newsletter-footer__title {
    margin: 0 0 14px !important;
    padding: 0 !important;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cj-newsletter-footer__intro {
    max-width: 470px;
    margin: 0 0 13px !important;
    padding: 0 !important;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
}

.cj-newsletter-footer__form {
    margin: 0;
    padding: 0;
}

.cj-newsletter-footer__email {
    width: 100%;
    min-height: 42px;
    margin: 0 0 11px !important;
    padding: 9px 13px !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 2px;
    background: #ffffff !important;
    color: #111111 !important;
    font-size: 14px;
    line-height: 1.4;
}

.cj-newsletter-footer__email::placeholder {
    color: #8a94a6;
    opacity: 1;
}

.cj-newsletter-footer__consent {
    display: grid !important;
    grid-template-columns: 15px 1fr;
    gap: 8px;
    align-items: start;
    margin: 0 0 13px !important;
    padding: 0 !important;
    color: #ffffff;
    font-size: 11.5px;
    font-weight: 400;
    line-height: 1.38;
    cursor: pointer;
}

.cj-newsletter-footer__consent input {
    width: 14px;
    height: 14px;
    margin: 1px 0 0 !important;
    padding: 0 !important;
}

.cj-newsletter-footer__button {
    display: inline-block;
    margin: 0 !important;
    padding: 10px 17px !important;
    border: 0 !important;
    border-radius: 0;
    background: #fdb42b !important;
    color: #111111 !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    text-transform: none;
}

.cj-newsletter-footer__button:hover,
.cj-newsletter-footer__button:focus {
    filter: brightness(0.95);
}

.cj-newsletter-footer__button[disabled] {
    opacity: 0.65;
    cursor: wait;
}

.cj-newsletter-footer__privacy {
    max-width: 470px;
    margin: 10px 0 0 !important;
    padding: 0 !important;
    color: #cfcfcf;
    font-size: 10.5px;
    line-height: 1.38;
}

.cj-newsletter-footer__privacy a {
    color: #ffffff !important;
    text-decoration: underline !important;
}

.cj-newsletter-footer__message {
    margin: 8px 0 0 !important;
    min-height: 15px;
    color: #ffffff;
    font-size: 11.5px;
    line-height: 1.38;
}

.cj-newsletter-footer__message.is-error {
    color: #ffd1d1;
}

.cj-newsletter-footer__message.is-success {
    color: #d7ffd9;
}

@media (max-width: 921px) {
    .cj-newsletter-footer {
        max-width: 100%;
    }

    .cj-newsletter-footer__title {
        font-size: 15px;
    }
}
