﻿/* XƏBƏRLƏR KONTEYNERİ */
.news-section-wrapper {
    display: flex;
    gap: 15px;
    margin-top: 0px !important; /* Sliderə tam bitişdirir */
}

.news-box {
    flex: 1;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
}

/* ÜST BAŞLIQ PANELI */
.section-top-bar {
    padding: 10px 15px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-top-bar span {
    font-size: 16px;
    font-weight: 900;
    font-style: italic;
    color: #333;
    text-transform: uppercase;
}

.btn-plus {
    color: #ccc;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

/* ANA XƏBƏR HİSSƏSİ (BOZ FON) */
.featured-news, .tournament-card-inner {
    padding: 15px;
    display: flex;
    gap: 15px;
    background: #f6f6f6 url('https://www.transparenttextures.com/patterns/brushed-alum.png'); 
    border-bottom: 1px solid #eee;
}

/* ŞƏKİL KONTEYNERİ - LENT ÜÇÜN POSİTİON ƏLAVƏ EDİLDİ */
.featured-img, .t-banner-img {
    width: 140px;
    height: 90px;
    flex-shrink: 0;
    background: #fff;
    padding: 2px;
    border: 1px solid #ddd;
    position: relative; /* Lent bunun daxilində nizamlanacaq */
    overflow: hidden;
}

/* KÜNCDƏKİ XƏBƏRLƏR LENTİ (Sənin göndərdiyin şəkil) */
.news-badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px; /* Ölçünü ehtiyaca görə nizamla */
    height: auto;
    z-index: 5;
    pointer-events: none;
}

.featured-img img:not(.news-badge), 
.t-banner-img img:not(.news-badge) {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* XƏBƏR MƏTNLƏRİ */
.featured-content h4 {
    font-size: 14px;
    color: #c31d1d;
    font-weight: 800;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.featured-content p {
    font-size: 11px;
    color: #555;
    line-height: 1.4;
}

.date-small {
    font-size: 10px;
    color: #999;
    margin-top: 5px;
    display: block;
}

/* ALT SİYAHI */
.mini-news-list {
    list-style: none;
    padding: 5px 15px;
}

.mini-news-list li {
    padding: 7px 0;
    border-bottom: 1px dashed #eee;
    display: flex;
    justify-content: space-between;
    font-size: 11px;
}

.mini-news-list a {
    text-decoration: none;
    color: #444;
    font-weight: 600;
}

.mini-news-list span {
    color: #bbb;
}
.news-badge {
    width: 45px; /* Lentin böyüklüyü */
    height: auto;
}

/* Xəbərlərin sürüşəcəyi sahə */
.news-ticker-container {
    height: 120px; /* Bir xəbər blokunun təxmini hündürlüyü */
    overflow: hidden;
    position: relative;
}

.news-ticker-list {
    position: relative;
    top: 0;
    transition: top 0.5s ease-in-out; /* Keçid effekti */
}

/* Hər bir xəbər blokunun arası */
.featured-news {
    height: 120px; /* Sabit hündürlük vacibdir */
    margin-bottom: 0;
}