.blr-footer {
    background: #0f1720;
    color: #cbd5e1;
    padding: 60px 0 20px;
    font-family: Arial, sans-serif;
    border-top: 4px solid #c40000;
}

.blr-footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.blr-footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
}

.blr-footer h4 {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blr-footer a {
    display: block;
    color: #94a3b8;
    text-decoration: none;
    margin-bottom: 8px;
    font-size: 14px;
    transition: 0.2s;
}

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

.blr-footer-brand {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
}

.blr-footer-description {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.blr-social-icons {
    display: flex;
    gap: 12px;
}

.blr-social-icons a {
    width: 36px;
    height: 36px;
    background: #1e293b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: 0.3s;
}

.blr-social-icons a:hover {
    background: #c40000;
}

.blr-newsletter input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: none;
    font-size: 14px;
}

.blr-newsletter button {
    width: 100%;
    padding: 10px;
    background: #c40000;
    border: none;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.3s;
}

.blr-newsletter button:hover {
    background: #a00000;
}

.blr-footer-bottom {
    margin-top: 50px;
    border-top: 1px solid #1e293b;
    padding-top: 20px;
    text-align: center;
    font-size: 13px;
    color: #64748b;
}

@media (max-width: 768px) {
    .blr-footer {
        padding: 40px 0 20px;
    }
}


/* plugin additions */
.blr-footer__brandrow{display:flex;align-items:center;gap:12px;margin-bottom:10px;}
.blr-footer__logoimg{display:block;max-width:100%;height:auto;}
.blr-footer__brandtext{display:flex;flex-direction:column;}
.blr-footer__brandname{font-size:20px;font-weight:bold;color:#ffffff;line-height:1.1;}
.blr-footer__tagline{font-size:14px;line-height:1.6;margin:8px 0 0 0;color:#cbd5e1;}
.blr-footer a.inline-link{display:inline;color:#94a3b8;}
.blr-footer a.inline-link:hover{color:#ffffff;}
