.bn-date-bar {
    background: #1a1a1a;
    color: #ccc;
    font-size: 12px;
}

.bn-date-bar-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 6px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

.bn-date-items {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.bn-date-sep { color: #555; }

.bn-date-right {
    display: flex;
    align-items: center;
    gap: 14px;
}

.bn-live-clock {
    font-variant-numeric: tabular-nums;
}

.bn-epaper-link {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    background: #b30000;
    padding: 3px 10px;
    border-radius: 3px;
}

.bn-epaper-link:hover { background: #8f0000; }

@media (max-width: 700px) {
    .bn-date-bar-inner { justify-content: center; text-align: center; }
    .bn-date-hijri { display: none; } /* ছোট স্ক্রিনে জায়গা বাঁচাতে */
}
