/* FIFA Tablo Konteynırı */
.fifa-table-container {
    background: #0a0a0a !important;
    padding: 20px !important;
    border-radius: 15px !important;
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.2) !important;
    margin: 20px 0 !important;
    display: block !important;
}

.fifa-schedule {
    width: 100% !important;
    border-collapse: collapse !important;
    color: #fff !important;
    display: table !important; /* Tailwind'i ezer */
}

.fifa-schedule thead {
    background: linear-gradient(90deg, #00f2fe 0%, #4facfe 100%) !important;
}

.fifa-schedule th, .fifa-schedule td {
    padding: 15px !important;
    text-align: left !important;
    border-bottom: 1px solid #222 !important;
}

/* BİLİYOR MUYDUNUZ KUTUSU - KESİN ÇÖZÜM */
.fifa-ozel-kutu {
    background: #0a0a0a !important;
    border: 3px solid #00f2fe !important;
    border-radius: 15px !important;
    padding: 25px !important;
    margin: 30px 0 !important;
    display: flex !important; /* Tailwind'in block yapmasını engeller */
    flex-direction: row !important;
    align-items: center !important;
    gap: 20px !important;
    box-shadow: 0 0 25px rgba(0, 242, 254, 0.6) !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.fifa-ozel-ikon {
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
    flex-shrink: 0 !important;
    border-radius: 50% !important; /* TAM YUVARLAK */
    background: rgba(0, 242, 254, 0.2) !important;
    border: 2px solid #00f2fe !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 35px !important;
    margin: 0 !important;
}

.fifa-ozel-metin {
    flex: 1 !important;
    min-width: 0 !important;
    display: block !important;
    margin: 0 !important;
}

.fifa-ozel-metin h4 {
    margin: 0 0 5px 0 !important;
    color: #00f2fe !important;
    font-size: 1.3rem !important;
    font-family: 'Oswald', sans-serif !important;
    text-shadow: 0 0 10px rgba(0, 242, 254, 0.5) !important;
}

.fifa-ozel-metin p {
    margin: 0 !important;
    color: #ffffff !important;
    line-height: 1.6 !important;
    font-size: 1.1rem !important;
    white-space: normal !important;
}

/* Mobilde Üst Üste Binme */
@media (max-width: 640px) {
    .fifa-ozel-kutu {
        flex-direction: column !important;
        text-align: center !important;
    }
}
/* FİNAL MAÇI ÖZEL PARLAMA - GERİ GELDİ */

/* Satırın genel rengi ve altın parlaması */
.final-match {
    background: rgba(255, 215, 0, 0.1) !important; /* Arka plana hafif altın rengi */
    border-left: 4px solid #ffd700 !important; /* Sol tarafa altın şerit */
}

/* Final satırındaki tüm yazıların rengi */
.final-match td {
    color: #ffd700 !important; /* Altın sarısı yazı */
    font-weight: bold !important;
    border-bottom: 2px solid #ffd700 !important; /* Alt çizgiyi de altın yapalım */
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.4) !important; /* Hafif bir ışık */
}

/* Tarih kısmını da altın yapalım ki sırıtmasın */
.final-match .match-date {
    color: #ffd700 !important;
}

/* Üzerine gelince (hover) daha çok parlasın */
.final-match:hover {
    background: rgba(255, 215, 0, 0.15) !important;
    box-shadow: inset 0 0 15px rgba(255, 215, 0, 0.2) !important;
}

/* Akordeon Tasarımı */
.stadyum-accordion {
    border: 1px solid #222;
    background: #0f0f0f;
    border-radius: 10px;
    overflow: hidden;
}

.stadyum-header {
    width: 100%;
    padding: 20px;
    background: #111;
    color: #d9fd16; /* Senin başlık rengin */
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.stadyum-header:hover {
    background: #1a1a1a;
    color: #fff;
}

.stadyum-header.active {
    border-bottom-color: #d9fd16;
}

/* Ok simgesi animasyonu */
.arrow-icon {
    transition: transform 0.3s ease;
    color: #d9fd16;
}

.stadyum-header.active .arrow-icon {
    transform: rotate(180deg);
}

/* İçerik alanı başlangıçta gizli */
.stadyum-content {
    max-height: 0;
    overflow: hidden; /* Dışarı taşmayı engeller */
    transition: max-height 0.5s ease-in-out, opacity 0.3s ease; /* Daha yumuşak açılış */
    background: #0a0a0a;
    opacity: 0;
}
/* Bayrak İkonları Stili */
.flag-icon {
    width: 36px !important;
    height: auto !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin: 0 8px !important; /* Yazı ile bayrak arasındaki boşluk */
    border-radius: 2px !important; /* Köşeleri hafif yuvarlar, şık durur */
    box-shadow: 0 0 5px rgba(0,0,0,0.3) !important; /* Hafif derinlik */
}
/* Ana İçerik Konteynırı */
.fifa-bilgi-icerik {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    width: 100% !important;
}

/* Yanlardaki Resimlerin Ayarı */
.bilgi-resim-yan {
    flex: 0 0 20% !important; /* Resimlerin genişliği %20 (İstersen %25 yapabilirsin) */
    max-width: 120px !important; /* Çok büyümesini engeller */
}

.bilgi-resim-yan img {
    width: 100% !important;
    height: auto !important;
    border-radius: 8px !important;
    border: 1px solid #00f2fe !important;
    box-shadow: 0 0 10px rgba(0, 242, 254, 0.3) !important;
}

/* Metin Alanı */
.fifa-ozel-metin {
    flex: 1 !important; /* Kalan tüm boşluğu yazı kaplar */
    text-align: center !important; /* Yazıyı ortalarsak daha şık durur */
}

/* MOBİL AYARI: Telefonlarda resimler çok küçülürse diye */
@media (max-width: 600px) {
    .fifa-bilgi-icerik {
        flex-direction: column !important; /* Mobilde alt alta dizer */
    }
    .bilgi-resim-yan {
        max-width: 100% !important;
        width: 60% !important;
    }
}
/* Linkin normal hali */
.fifa-link {
    color: #ffffff; /* Başlangıçta beyaz olsun dersen */
    text-decoration: none; /* Alt çizgi olmasın dersen */
    font-weight: bold;
    transition: all 0.3s ease; /* Renk değişiminin yumuşak olması için */
    cursor: pointer;
}

/* Fare üzerine gelince (Hover) hali */
.fifa-link:hover {
    color: #d9fd16 !important; /* Neon sarı renk */
    text-shadow: 0 0 10px rgba(217, 253, 22, 0.5); /* Hafif parlama efekti */
    text-decoration: none !important; /* İŞTE BURASI: Alt çizgiyi tamamen kaldırır */
transform: scale(1.2); display: inline-block;
}

/* Garantiye almak için normal halini de böyle yapabilirsin */
.fifa-link {
    text-decoration: none !important;
    color: #ffffff;
    font-weight: bold;
    transition: all 0.3s ease;

}
/* Resmin normal hali */
.bilgi-resim-yan img {
    transition: all 0.4s ease-in-out !important; /* Hareketin yumuşaklığı */
    cursor: pointer;
    display: block;
}

/* Fare üzerine gelince resmin büyüme efekti */
.bilgi-resim-yan a:hover img {
    transform: scale(1.4) !important; /* %10 oranında büyütür */
    border-color: #d9fd16 !important; /* Çerçeve varsa sarıya döner */
    box-shadow: 0 0 20px rgba(217, 253, 22, 0.6) !important; /* Neon parlaması artar */
    z-index: 10; /* Diğer öğelerin üstüne çıkmasını sağlar */
}

/* Resmin taşmasını engellemek için kapsayıcıya ek önlem */
.bilgi-resim-yan {
    overflow: visible !important; /* Büyürken kesilmemesi için */
}

/* Futbol Arşivi - Minimalist Neon Quote Box */
.riera-quote-full-neon {
    background: transparent;
    border: 3px solid #a6ff00; /* Logondaki neon yeşili */
    padding: 30px;
    margin: 40px 0;
    border-radius: 12px;
    position: relative;
    /* Hafif dış ışıma */
    box-shadow: 0 0 15px rgba(166, 255, 0, 0.3), inset 0 0 10px rgba(166, 255, 0, 0.1);
}

.riera-quote-full-neon p {
    color: #a6ff00; /* Yazı rengi neon */
    font-size: 1.15rem; /* İstediğin gibi bir tık küçültüldü */
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
    text-align: left; /* Sola yaslı */
    font-style: italic;
    text-shadow: 0 0 5px rgba(166, 255, 0, 0.4);
}