.bn-footer-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    text-align: left;
    margin-bottom: 20px;
}

.bn-footer-col h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.bn-footer-editor,
.bn-footer-address {
    font-size: 14px;
    color: #bbb;
    line-height: 1.6;
    margin: 4px 0;
}

.bn-newsletter-form {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.bn-newsletter-form input[type="email"] {
    flex: 1;
    min-width: 160px;
    padding: 8px 10px;
    border-radius: 4px;
    border: none;
}

.bn-newsletter-form button {
    background: #b30000;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
}

.bn-newsletter-form button:hover { background: #8f0000; }

.bn-newsletter-note {
    font-size: 12px;
    color: #888;
    margin-top: 6px;
}

@media (max-width: 700px) {
    .bn-footer-columns { grid-template-columns: 1fr; text-align: center; }
    .bn-newsletter-form { justify-content: center; }
}
