/* Footer */

.nfe-footer {
    margin-top: 5rem;
    color: rgba(248, 243, 233, 0.88);
    background:
        linear-gradient(180deg, rgba(24, 35, 28, 0.94), rgba(16, 24, 20, 1)),
        radial-gradient(circle at top, rgba(166, 124, 59, 0.16), transparent 35%);
}

.nfe-footer__content {
    padding: 3.5rem 0 2.5rem;
}

.nfe-footer .ccm-block-content,
.nfe-footer .ccm-block-express-form {
    margin-top: 0;
}

.nfe-footer,
.nfe-footer p,
.nfe-footer li,
.nfe-footer label,
.nfe-footer a {
    color: rgba(248, 243, 233, 0.88);
}

.nfe-footer a:hover {
    color: #ffffff;
}

.nfe-footer__meta {
    padding: 1rem 0 2rem;
    border-top: 1px solid rgba(248, 243, 233, 0.12);
}

.nfe-footer__copyright {
    margin: 0;
}

.nfe-footer__auth a {
    text-decoration: none;
}

.nfe-footer .form-control {
    border: 1px solid rgba(248, 243, 233, 0.12);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.nfe-footer .form-control::placeholder {
    color: rgba(248, 243, 233, 0.6);
}

.nfe-footer .btn-primary {
    background: linear-gradient(135deg, var(--nfe-gold), #c39348);
    color: #1b1207;
}

@media (max-width: 767.98px) {
    .nfe-footer__content {
        padding-top: 2.5rem;
    }
}
