/* SolaimanLipi & Noto Sans Bengali Font Integration */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@400;600;700&display=swap');

body {
    font-family: 'SolaimanLipi', 'Noto Sans Bengali', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: #f8f9fa;
    color: #111827;
}

.bg-prothomalo-red {
    background-color: #C9252C;
}

.text-prothomalo-red {
    color: #C9252C;
}

/* কাস্টম কন্টেইনার ডিজাইন */
.container-main {
    background-color: #ffffff;
    max-width: 1320px;
    margin: 20px auto;
    padding: 25px;
    border-radius: 4px;
}

.news-title a {
    color: #111827;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.news-title a:hover {
    color: #C9252C;
}

/* স্ক্রোলিং ব্রেকিং নিউজ টিকার */
.ticker-wrap {
    overflow: hidden;
    white-space: nowrap;
}

.ticker-item {
    display: inline-block;
    padding: 0 20px;
    font-weight: 500;
}

/* অ্যাডভার্টাইজমেন্ট বক্স */
.ad-box {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    text-align: center;
    padding: 15px;
    color: #6c757d;
    border-radius: 4px;
}

.ad-label {
    display: block;
    text-uppercase: uppercase;
    font-size: 10px;
    color: #adb5bd;
    margin-bottom: 4px;
    letter-spacing: 1px;
}
