<style>


/*--post item terikini utama atas----*/


/*------------------------
#thw utama
......................................*/

 <style>
        
        .widget-container-olahraga {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
            gap: 10px;
            max-width: 1200px;
            margin: auto;
            padding-bottom: 30px;
            font-family: var(--vr-font-secondary);
            font-size: 0.8em;
            font-weight: 500px;
        }
        .match-card {
            background: white;
            border-radius: 10px;
            padding: 10px;
            box-shadow: 0 2px 6px rgba(0,0,0,0.1);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
        }
        .team {
            
            display: flex;
            align-items: center;
            margin: 5px 0;
        }
        .team img {
            height: 22px;
            margin-right: 8px;
        }
 

/*------------------------
#tiji car baru dan teroakai
......................................*/

.motogp-logo img{
  width: 10%;
  padding-bottom: 10px;

}
     /* Container for the carousel - adjust width to fit 3 cards + spacing */
        .carousel-container {
            width: calc(420px * 3 + 40px); /* 3 cards * 420px width + some spacing */
            margin: 20px auto;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            overflow: hidden;
            padding: 10px; /* Add some padding if needed for spacing between slides */
        }

        /* Adjust individual card width within the slick slide */
        .card-race {
            width: auto; /* Let Slick manage width, or define explicitly if needed */
            display: flex !important;
            flex-direction: row;
            align-items: center;
            border: 1px solid #ddd;
            padding: 10px;
            margin: 0 5px; /* Add horizontal margin for spacing between cards */
            border-radius: 10px;
            box-sizing: border-box;
            background-color: #fff;
        }
       

        /* Original card-race styling */
        .position {
            font-size: 2rem;
            font-weight: bold;
            width: 50px;
            text-align: center;
        }
        .points {
            font-size: 1rem;
            color: gray;
            padding-right: 15px;
            text-align: center;
        }

        .flag {
              padding-right: 30px;

        }
        .team {
          font-size: 0.7em;
        }
         .date-event {
          font-size: 0.5em;
        }

        .rider-photo {
            display: inline-flex;
        }
        .rider-info {
            flex-grow: 1;
            font-size: 1.4em;
            font-weight: 500;
            line-height: 17px;
        }
        .gap-time {
            text-align: right;
            font-weight: 500;
        }

        /* Override Slick default styles for dots and arrows if needed */
        .slick-prev:before, .slick-next:before {
            color: #333 !important; /* Change arrow color */
        }
        .slick-dots li button:before {
            font-size: 10px !important;
            color: #bbb !important; /* Change dot color */
        }
        .slick-dots li.slick-active button:before {
            color: #717171 !important; /* Active dot color */
        }
 
.one-by-one-lead {
    width: 100%;
  display:flex;
  gap: 1rem;
  padding: 0.1rem;
  margin-top: 15px;
  

}

.one-by-one{
  width: 100%;
  display:flex;
  gap: 1rem;
  padding: 0.1rem;
  margin-top: 56px;

}
.one-by-one p {
 text-wrap:balance;

 

  }
.one-by-one h3 {
  line-height: 1.2em;
  font-family: var(--vr-font-secondary);
  font-weight: 700;
  font-size: 1.3em;
  text-wrap:balance;
  
}

.one-by-one-lead h3 {
    width: 100%;
  line-height: 1.2em;
 font-family: var(--vr-font-secondary);
  font-weight: 700;
  font-size: 1.3em;
  text-wrap:balance;
  text-align: center;
}
.one-by-one-lead .description p {
     width: 100%;
 text-wrap:balance;
 

  }

 .more-stories h2{

  width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2rem;
   

  }


  .more-stories .descriptions p {
    width: 100%;
     color: #000;
    font-family: var(--vr-font-tertiary);
    font-size: 14px;
    font-style: normal;
    font-weight:400;
    line-height: 0.7rem;
    margin-top: 0px;
    margin-right: .2rem;
    margin-bottom: 10px;
    position: relative;
    
   }
   

  .more-stories .terkini{
    width: 25%;
    margin-top: 17px;
    justify-content: space-between;
    padding-top: 10px;
    text-wrap:balance;
    text-align: justify-all;
  }

.more-stories img {
  width: 50%;
  float: left;
  margin: 0 15px 3px 0;
}

  

.br {
 border-right: 1px solid #999;
  padding:0 1em;
}

.bb {
  border-bottom:1px solid lightgrey;
  margin:0 1em;
}
.post-item-popular {
  display: block;
  padding-left: 10px;
  padding-bottom: 10px;

  
}

.post-item-popular .title {
  display: block;
  margin-top: 0;
  color: #ffff;
    margin-bottom: 4px;
    line-height: 22px;
    font-weight: 500;
  font-size: 18px;
  font-family: var(--vr-font-secondary);
  
}

 .post-item-popular ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  float: left;
  margin: 0;
  padding: 0;

}
.post-item-popular ol li {
  counter-increment: my-awesome-counter;
  display: flex;
  width: 100%;
  font-size: 0.2rem;
  margin-bottom: 0.9rem;

}
.post-item-popular ol li::before {
  content: "0" counter(my-awesome-counter);
  font-weight: bold;
  color: grey;
  font-size: 2rem;
  margin-right: 0.9rem;
  font-family: var(--vr-font-secondary);
  line-height: 1;
  
}

.paging {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}




/*==================================
    TIMELINE
==================================*/
/*-- GENERAL STYLES
------------------------------*/
.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  
}


/*----- TIMELINE ITEM -----*/
.timeline-item {
  padding-left: 40px;
  position: relative;
}
.timeline-item:last-child {
  padding-bottom: 0;
}

/*----- TIMELINE INFO -----*/
.timeline-info {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0 0 0.5em 0;
  text-transform: lowercase;
  font-family: "GuardianTextEgyptianWeb", Georgia, serif;
  white-space: nowrap;
  color:gold;
  border-radius: 4px;
  font-weight: 600;
   padding: 5px 5px;
  

}

/*----- TIMELINE MARKER -----*/
.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
.timeline-marker:before {
  background: gold;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
  content: "";
  width: 3px;
  background: black;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}
.timeline-item:last-child .timeline-marker:after {
  content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid #FF6B6B;
}

/*----- TIMELINE CONTENT -----*/
.timeline-content {
  padding-bottom: 40px;
}
.timeline-content h3 {
  line-height: inherit;
  font-family: "GuardianEgyptianWeb", Georgia, serif;
  font-weight: 700;
  font-size: 1.3em;
}
.timeline-content p:last-child {
  margin-bottom: 0;
  font-family: "GuardianEgyptianWeb", Georgia, serif;
  font-size: 14px;
  font-weight: 500;
}

/*----- TIMELINE PERIOD -----*/
.period {
  padding: 0;
}
.period .timeline-info {
  display: none;
}
.period .timeline-marker:before {
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #CCD5DB;
  border-bottom: 3px solid #CCD5DB;
}
.period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto;
}
.period .timeline-content {
  padding: 40px 0 70px;
}
.period .timeline-title {
  margin: 0;
}
@media screen and (max-width: 485.98px) { 
.popular ol { margin-left: 0; } 
.popular li:before { 
  display: block;
  float: none;
  margin: 0;
 }
 .one-by-one-lead .description p {
     display: none; 

  }

}

</style>