
        /* site */
        
    .clublogo{
        border-radius:88px;
        background-color:#000;
           
    }
  .match-schedule  .owl-carousel .owl-item{
        padding:5px;
    }
    
    .match-schedule  .owl-item{
        background-color:#fff;
    }
    .match-schedule  .upcoming-match .match-date-time .match-time{
        color:#000;
    }
   .match-schedule   .upcoming-match .match-date-time .match-date{
        color:#000;
    }
  .match-schedule .owl-carousel .owl-item img{
    max-width:100px;
}

.theme-yellow a{
    color:#e5af13;
}

.youtube-video {
  aspect-ratio: 16/9;
  width: 100%;
}

h1{
 font-size:48px;   
}

.widget-content ul li
{
 background-color:#fff;   
}
}