/* =========================================================
   CMSPost Footer Enhancements
========================================================= */

.footer-style1 .about-widget p {
    max-width: 420px;
    line-height: 1.75;
}

.footer-cta-label {
    display: inline-block;
    margin-bottom: 10px;
    color: #b8ff9d;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.footer-content p {
    max-width: 620px;
    margin-top: 12px;
    color: rgba(255, 255, 255, .72);
    line-height: 1.7;
}

.cmspost-footer-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    flex-wrap: wrap;
}

.cmspost-footer-login {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

.cmspost-footer-login:hover {
    color: #b8ff9d;
}

.footer-links a {
    text-decoration: none;
}

.footer-links a:hover {
    color: #b8ff9d;
}

@media (max-width: 991px) {
    .cmspost-footer-actions {
        justify-content: flex-start;
        margin-top: 25px;
    }
}