@charset "UTF-8";

    .match-tabs .tab-btn {
  background: #1a1a1a;
  color: #fff;
  border: none;
  padding: 10px 6px;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  font-weight: normal;
  transition: background 0.3s ease;
}

.match-tabs .tab-btn.active {
  background-color: #f20419 !important;
  color: #fff !important;
  font-weight: 700;
  /*border: 2px solid #fff;*/
  box-shadow: 0 0 8px #f20419;
}


                .matches-scroll-box {
                  max-height: 420px;         
                  overflow-y: auto;
                  overflow-x: hidden;
                  padding-left: 5px;
                  padding-right: 5px;
                  scroll-behavior: smooth;
                }
                
                .matches-scroll-box::-webkit-scrollbar {
                  width: 6px;
                }
                
                .matches-scroll-box::-webkit-scrollbar-track {
                  background: #f1f1f1;
                }
                
                .matches-scroll-box::-webkit-scrollbar-thumb {
                  background: #c70418;  
                  border-radius: 6px;
                }
                
                .matches-scroll-box::-webkit-scrollbar-thumb:hover {
                  background: #a60314;
                }
                
                @media (min-width: 769px) {
                  .matches-scroll-box {
                    max-height: 550px;
                  }
                }
            
            
            .match-tabs-box {
              background: #fff;
              border-radius: 6px;
              overflow: hidden;
            }
            
            /* التابات */
            .match-tabs {
              display: flex;
              width: 100%;
            }
            
            .match-tabs .tab-btn {
              flex: 1;
              background: #1a1a1a;
              color: #fff;
              border: none;
              padding: 10px 5px;
              font-size: 14px;
              cursor: pointer;
              transition: 0.3s;
            }
            
            .match-tabs .tab-btn:not(:last-child) {
              border-left: 1px solid rgba(255,255,255,.08);
            }
            
            .match-tabs .tab-btn.active {
              background: #f20419;
              font-weight: bold;
            }
            
            /* المحتوى */
            .match-tabs-content {
              max-height: 550px;   /* 👈 ارتفاع ثابت */
              overflow-y: auto;   /* 👈 سكرول */
              background: #fafafa;
            }
            
            /* كل تاب */
            .tab-content {
              display: none;
              padding: 10px;
            }
            
            .tab-content.active {
              display: block;
            }
            
            /* كرت المباراة */
            .home-match-card {
              background: #fff;
              border-radius: 6px;
              padding: 8px 10px;
              margin-bottom: 8px;
              box-shadow: 0 1px 3px rgba(0,0,0,.08);
            }
            
            .home-match-card .teams {
              display: flex;
              justify-content: space-between;
              font-weight: 600;
              font-size: 14px;
            }
            
            .home-match-card .time {
              font-size: 12px;
              color: #777;
              text-align: center;
            }
        
        
			.reels-widget {
  margin: 20px 0;
}
.reel-card {
  text-align: center;
}
.reel-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.reel-thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}
.reel-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  color: #fff;
  background: rgba(0,0,0,0.5);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reel-title {
  margin-top: 8px;
  font-size: 14px;
  color: #333;
}


/* Mobile */
@media (max-width: 768px) {
  .reel-thumb img {
    height: 150px;
  }
}


.reel-prev img {
  content: url('/next.png');
  transition: 0.2s;
}

.reel-prev:hover img {
  content: url('/next_h.png');
}

.reel-next img {
  content: url('/prev.png');
  transition: 0.2s;
}

.reel-next:hover img {
  content: url('/prev_h.png');
}
			
    
    .players-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  direction: rtl; /* ضروري لعرض العنوان على اليمين */
}

.players-header .mytitlesmalldiv {
  font-size: 18px;
  font-weight: bold;
  color: #222;
}

.players-header .loadMoreNews {
  color: #f20419;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: 0.3s;
  height: 35px;
  margin-left: 0px;
}

.players-header .loadMoreNews i {
  margin-right: 5px;
}

.players-header .loadMoreNews:hover {
  color: #c70316;
}



	.albums-widget {
  margin: 30px 0;
}
.section-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #222;
}

.album-card {
  text-align: center;
}

.album-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.album-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
}

.album-count {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 13px;
  padding: 3px 8px;
  border-radius: 5px;
}

.album-title {
  margin-top: 8px;
  font-size: 15px;
  font-weight: bold;
  color: #333;
}
 
/* موبايل */
@media (max-width: 768px) {
  .album-thumb img {
    height: 160px;
  }
}










/* 🔥 FIX SWIPER BREAK FROM OLD CSS */
/*
.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex !important;
}

.swiper-slide {
  width: auto !important;
  flex-shrink: 0 !important;
}
/
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  transform: scale(.7);
}
*/





/* Swiper arrows */
/*
.swiper-button-prev.reel-prev,
.swiper-button-next.reel-next {
  color: #fff;
  background: rgba(0,0,0,0.3);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev.reel-prev:hover,
.swiper-button-next.reel-next:hover,
.reels-arrows a:hover {
  cursor: pointer;
}
*/
 
/* أسهم السلايدر */
/*
.swiper-button-prev.album-prev,
.swiper-button-next.album-next {
  color: #fff;
  background: rgba(0,0,0,0.3);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
*/