.footer-subscribe {}
.footer-subscribe .subscribe-text { font-size: 16px; font-weight: 700; color: #ffffff; margin-bottom: 12px; }
.footer-subscribe-row { padding: 10px 0; }
.footer-subscribe .footer-subscribe-form input[type="email"] {
    display: inline-block;
    width: 60%;
    height: 48px;
    border-radius: 8px;
    margin-right: 5px;
}
.footer-subscribe .footer-subscribe-form button {
    font-family: Mulish;
    font-weight: 600;
    display: inline-block;
    width: 36%;
    height: 48px;
    border-radius: 8px;
    background: #6C5DD1;
    color: #fff;
    border-color: transparent;
    font-size: 16px;
}
.footer-subscribe .btn-subscribe-icon { margin-bottom: -1px; }
input[type="checkbox"].footer-checkbox-placeholder {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    margin-top: 1px;
    margin-right: 6px;
    vertical-align: -4px;
    accent-color: #ffffff;
}
.footer-subscribe-label { font-weight: normal; }

.site-footer .subscribe-form .form-group { margin-bottom: 8px; }
.site-footer .btn-subscribe {
    background: #1e293b;
    color: #cbd5e1;
    border: 1px solid rgba(255,255,255,0.1);
}
.site-footer .btn-subscribe[disabled] { opacity: 0.6; cursor: not-allowed; }
.site-footer .footer-consent {
    display: flex;
    margin-top: 8px;
    color: #ffffff;
}
.subscribe-success {
    color: green;
    font-weight: 700;
}
.subscribe-error {
    color: red;
    font-weight: 700;
}

@media screen and (max-width: 639px) {
    .site-footer .footer-subscribe .footer-subscribe-form input[type="email"] { width: 100%; margin-bottom: 8px; }
    .site-footer .footer-subscribe .footer-subscribe-form button { width: 100%; }
}