/* =========================================
   HERO FULL WIDTH
========================================= */

.lw-hero-full {
    width: 100%;
    background: #ffffff;
    /*padding-top: 20px;
    padding-bottom: 40px;*/
}

/* Keep hero centered inside but full width background */
.lw-hero-full .lw-hero {
    max-width: 1200px;
    margin: 0 auto;
}

/* =========================================
   BOXED CONTENT LAYOUT
========================================= */

.lw-page-wrapper {
    background: #ffffff;
    padding-bottom: 80px;
}

.lw-container {
    max-width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 20px;
    padding: 10px 40px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.06);
}

/* Section spacing */
.lw-container section {
    margin-bottom: 10px;
}

.lw-container section:last-child {
    margin-bottom: 0;
}

/* Responsive */

@media (max-width: 1024px) {
    .lw-container {
        padding: 35px;
        border-radius: 16px;
    }
}

@media (max-width: 768px) {
    .lw-hero-full {
        padding-bottom: 0px;
    }

    .lw-container {
        padding: 25px 20px;
        border-radius: 12px;
    }
}


/* =========================================
   PREMIUM HERO SECTION
========================================= */

/* HERO BANNER */

.lw-hero{
width:100%;
margin:30px auto;
max-width:1200px;
}

.heroSwiper{
width:100%;
overflow:hidden;
}

.heroSwiper .swiper-slide{
width:583px;
height:210px;
border-radius:15px;
overflow:hidden;
}

.heroSwiper img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

/* spacing between banners */

.heroSwiper .swiper-wrapper{
align-items:center;
}

/* Desktop */

@media (min-width:768px){

.heroSwiper{
padding:0;
}

}

/* Mobile */

@media (max-width:767px){

.heroSwiper .swiper-slide{
width:100%;
height:auto;
}

}

/* =========================================
   HOT GAME SECTION – CLEAN REFERENCE STYLE
========================================= */

.lw-hot {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* ================= HEADER ================= */

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.section-header h2 {
    font-size: 22px;
    font-weight: 700;
}

/* Arrow container */
.hot-nav {
    display: flex;
    gap: 10px;
}

/* Arrow buttons */
.hot-prev,
.hot-next {
    width: 36px;
    height: 36px;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    border-radius: 8px;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

/* Hover effect */
.hot-prev:hover,
.hot-next:hover {
    border-color: #ff2b2b;
    color: #ff2b2b;
}

/* ================= SWIPER ================= */

.hotSwiper {
    overflow: hidden;
}

.hotSwiper .swiper-wrapper {
    align-items: stretch;
}

.hotSwiper .swiper-slide {
    width: 200px !important;
}

/* ================= CARD ================= */

.hot-card {
    width: 225px !important;
    height: auto !important;
    min-height: unset !important;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
}

/* ================= IMAGE ================= */

.hot-img {
    height: 170px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.hot-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* Only image zoom */
.hot-card:hover .hot-img img {
    transform: scale(1.08);
}

/* Badge */
.hot-badge {
    position: absolute;
    top: 8px;
    right: -32px;
    background: #ff2b2b;
    color: #fff;
    padding: 5px 38px;
    font-size: 11px;
    transform: rotate(45deg);
    font-weight: 600;
}

/* ================= INFO ================= */

.hot-info {
    padding: 14px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    flex-grow: 0 !important;
}

.hot-info h3 {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.4;
    height: 36px;
    overflow: hidden;
}

.hot-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hot-category {
    font-size: 12px;
    color: #777;
}

/* Button */
.hot-btn {
    background: #ff2b2b;
    color: #fff;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 12px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.hot-btn:hover {
    background: #d60000;
    color: #fff;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1024px) {

    .hotSwiper .swiper-slide {
        width: 200px !important;
    }

    .hot-card {
        width: 200px;
        height: 270px;
    }

    .hot-img {
        height: 150px;
    }
}

@media (max-width: 768px) {

    .hotSwiper .swiper-slide {
        width: 160px !important;
    }

    .hot-card {
        width: 160px;
        height: 230px;
        border-radius: 14px;
    }

    .hot-img {
        height: 120px;
    }

    .hot-info h3 {
        font-size: 13px;
        height: auto;
    }

    .hot-btn {
        font-size: 11px;
        padding: 4px 10px;
    }
}

.hotSwiper .swiper-slide {
    width: 225px !important;
}

/* ===============================
   FIX SWIPER STRUCTURE
=============================== */

.hotSwiper {
    overflow: hidden;
    padding-bottom: 10px;
}

.hotSwiper .swiper-wrapper {
    display: flex;
}

.hotSwiper .swiper-slide {
    width: 225px !important;
    flex-shrink: 0;
}

/* Gap control (important) */
.hotSwiper .swiper-slide:not(:last-child) {
    margin-right: 10px;
}

/* Remove unwanted spacing above section */
.lw-hot {
    margin-top: 0 !important;
    padding-top: 10px;
}

/* Arrow Style Fix */
.hot-prev,
.hot-next {
    width: 40px;
    height: 40px;
    border: 1px solid #ff2b2b;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff2b2b;
    cursor: pointer;
    transition: 0.3s ease;
}

.hot-prev:hover,
.hot-next:hover {
    background: #ff2b2b;
    color: #ffffff;
}

/* Make whole card clickable feeling */
.hot-card {
    cursor: pointer;
}

/* Smooth image zoom only */
.hot-img img {
    transition: transform 0.4s ease;
}

.hot-card:hover .hot-img img {
    transform: scale(1.08);
}

/* =========================
   BONUS VIP AUTO SLIDER
========================= */

.lw-bonus {
  margin-top: 10px;
}

/* Remove arrows completely */
.bonus-nav,
.bonus-prev,
.bonus-next {
  display: none !important;
}

/* Read More button */
.bonus-readmore{
  border: 1.5px solid #ff2b2b;
  color: #ff2b2b;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.25s ease;
}

.bonus-readmore:hover{
  background: #ff2b2b;
  color: #fff;
}

/* Swiper */
.bonusSwiper {
  overflow: hidden;
  padding: 10px 0 20px;
}

.bonusSwiper .swiper-slide {
  width: 420px !important;
  height: 150px;
  flex-shrink: 0;
}

/* VIP GOLD TICKET */
.bonus-ticket{
  display:flex;
  align-items:center;
  gap:14px;
  border-radius:20px;
  padding:18px;
  position:relative;
  height:150px;
  cursor:pointer;
  transition: 0.3s ease;

  background: linear-gradient(
    135deg,
    #fff6c7 0%,
    #e5b85c 40%,
    #f6d77d 65%,
    #c9962c 100%
  );

  box-shadow:
    0 12px 25px rgba(0,0,0,0.15),
    inset 0 2px 4px rgba(255,255,255,0.5);

  overflow:hidden;
}

.bonus-ticket:hover{
  transform: translateY(-4px);
}

/* Shine animation */
.bonus-ticket::after{
  content:"";
  position:absolute;
  top:0;
  left:-60%;
  width:50%;
  height:100%;
  background:linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.6),
    transparent
  );
  transform:skewX(-25deg);
  animation: shine 6s infinite;
}

@keyframes shine{
  0%{ left:-60%; }
  100%{ left:130%; }
}

/* Ticket cut hole */
.bonus-ticket::before{
  content:"";
  position:absolute;
  width:18px;
  height:18px;
  background:#fff;
  border-radius:50%;
  left:105px;
  top:-9px;
}

/* Image */
.ticket-left{
  width:80px;
  display:flex;
  justify-content:center;
  align-items:center;
}

.ticket-img{
  width:70px;
  height:70px;
  border-radius:14px;
  overflow:hidden;
  position:relative;
}

.ticket-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:14px;
}

/* Small ribbon */
.ticket-ribbon{
  position:absolute;
  top:6px;
  left:6px;
  background:#e30000;
  color:#fff;
  font-size:10px;
  font-weight:700;
  padding:3px 6px;
  border-radius:4px;
  text-transform:uppercase;
  line-height:1;
  z-index:5;
}

/* Divider */
.ticket-divider{
  width:1px;
  height:80px;
  border-left:2px dashed rgba(0,0,0,0.2);
}

/* Content */
.ticket-center{
  flex:1;
}

.ticket-title{
  font-size:18px;
  font-weight:800;
  color:#7a5200;
  text-shadow: 0 1px 0 rgba(255,255,255,0.4);
  margin-bottom:4px;
}

.ticket-desc{
  font-size:13px;
  margin-bottom:6px;
  color:#333;
}

.ticket-type{
  font-size:12px;
  font-weight:600;
  margin-bottom:4px;
}

.ticket-end{
  font-size:12px;
  color:#333;
}

.ticket-countdown{
  font-size:12px;
  font-weight:700;
  margin-top:3px;
}

/* Button */
.ticket-right{
  width:110px;
  display:flex;
  justify-content:flex-end;
}

.ticket-btn{
  background:#ff2b2b;
  color:#fff;
  border-radius:999px;
  padding:10px 16px;
  font-size:13px;
  font-weight:700;
  text-decoration:none;
  transition:0.2s ease;
}

.ticket-btn:hover{
  background:#d60000;
  color:#fff;
  transform:translateY(-1px);
}

/* Expired */
.bonus-ticket.expired{
  filter: grayscale(0.6);
  opacity:0.85;
}

/* Responsive */
@media(max-width:768px){
  .bonusSwiper .swiper-slide{
    width:300px !important;
    height:140px;
  }

  .bonus-ticket{
    height:140px;
    padding:14px;
  }

  .ticket-btn{
    padding:8px 12px;
    font-size:12px;
  }
}

/* =========================
   BONUS MOBILE FINAL FIX
========================= */

@media (max-width: 768px){

  /* Force same ticket size */
  .bonusSwiper .swiper-slide{
    width: 320px !important;
    height: 140px !important;
  }

  .bonus-ticket{
    height: 140px !important;
    padding: 12px 14px;
    gap: 10px;
  }

  /* Keep image consistent */
  .ticket-left{
    width: 65px;
  }

  .ticket-img{
    width: 60px;
    height: 60px;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
  }

  .ticket-img img{
    border-radius: 14px;
  }

  /* Smaller ribbon touching image border */
  .ticket-ribbon{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 9px;
    padding: 2px 6px;
    border-radius: 4px 0 6px 0;
  }

  /* Keep divider visible and compact */
  .ticket-divider{
    height: 60px;
  }

  .ticket-title{
    font-size: 14px;
    margin-bottom: 3px;
  }

  .ticket-desc{
    font-size: 11px;
    margin-bottom: 3px;
  }

  .ticket-type,
  .ticket-end,
  .ticket-countdown{
    font-size: 10px;
  }

  .ticket-right{
    width: auto;
  }

  .ticket-btn{
    padding: 6px 12px;
    font-size: 11px;
  }

}

/* Expired Styling */

.bonus-expired{
  color:#b30000;
  font-weight:700;
}

.bonus-ticket.expired{
  filter: grayscale(0.6);
  opacity:0.85;
}

.ticket-btn.disabled{
  background:#999 !important;
  cursor:not-allowed;
  pointer-events:none;
}

/* =========================================
   EXPLORE SECTION
========================================= */

.lw-explore-section {
    margin-bottom: 10px !important;
}

/* HEADER */
.lw-explore-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.lw-explore-header h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

.lw-explore-readmore {
    border: 1px solid #ff2e2e;
    padding: 6px 16px;
    border-radius: 22px;
    text-decoration: none;
    color: #ff2e2e;
    font-size: 14px;
    transition: 0.3s;
}

.lw-explore-readmore:hover {
    background: #ff2e2e;
    color: #fff;
}

/* CATEGORY PILLS */
.lw-explore-tabs {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.lw-explore-tabs button {
    background: #f3f3f3;
    color: #000000 !important;   /* black text */
    border: none;
    padding: 6px 16px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.2s;
}

.lw-explore-tabs button.active {
    background: #eaeaea;
    font-weight: 600;
}

/* GRID (DESKTOP) */
.lw-explore-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

/* CARD */
.lw-explore-card {
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: 0.2s ease;
    display: flex;
    flex-direction: column;
}

.lw-explore-card:hover {
    transform: translateY(-3px);
}

/* CARD INNER */
.lw-card-inner {
    display: flex;
    gap: 18px;
    flex: 1;
}

/* IMAGE */
.lw-card-thumb {
    flex-shrink: 0;
}

.lw-card-thumb img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 14px;
}

/* CONTENT */
.lw-card-content {
    flex: 1;
}

.lw-card-content h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.4;
}

.lw-card-content p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* BUTTON (DESKTOP BOTTOM RIGHT) */
.lw-card-action {
    margin-top: auto;
    display: flex;
    justify-content: flex-end;
}

.lw-readmore-btn {
    background: #ff2e2e;
    color: #fff;
    padding: 8px 18px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: 0.3s;
}

.lw-readmore-btn:hover {
    background: #e62222;
    color: #fff;
}

/* =========================================
   MOBILE VERSION
========================================= */

@media (max-width: 768px) {

    .lw-explore-grid {
        grid-template-columns: 1fr;
    }

    .lw-card-inner {
        flex-wrap: wrap;
        gap: 14px;
    }

    .lw-card-thumb img {
        width: 75px;
        height: 75px;
    }

    .lw-card-content h3 {
        font-size: 14px;
    }

    .lw-card-content p {
        font-size: 13px;
        margin-top: 6px;
    }

    /* Button directly below text */
    .lw-card-action {
        width: 100%;
        justify-content: flex-start;
        margin-top: 10px;
    }
}

/* =========================================
   EXPLORE MOBILE BUTTON FIX ONLY
   (Does NOT affect desktop)
========================================= */

@media (max-width: 768px){

    /* Make inner layout 2-column properly */
    .lw-card-inner{
        display: flex;
        align-items: flex-start;
        gap: 14px;
    }

    .lw-card-thumb{
        flex: 0 0 75px;
    }

    .lw-card-content{
        flex: 1;
        min-width: 0;
    }

    /* Keep button inside content column */
    .lw-card-action{
        width: 100%;
        margin-top: 8px;
        padding-left: 89px; /* 75px image + 14px gap */
        justify-content: flex-start;
    }

    /* Smaller button */
    .lw-readmore-btn{
        padding: 4px 10px;
        font-size: 12px;
        border-radius: 16px;
    }

}

/* =========================================
   EXPLORE MOBILE EXCERPT LIMIT
========================================= */

@media (max-width: 768px){

    .lw-card-content p{
        display: -webkit-box;
        -webkit-line-clamp: 2;  /* approx 10 words */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

}

/* =========================================
   HOT CARD GAP FIX
========================================= */

/* Remove manual margin — let Swiper handle spacing */
.hotSwiper .swiper-slide:not(:last-child) {
    margin-right: 0 !important;
}

/* Optional: reduce swiper gap */
.hotSwiper .swiper-wrapper {
    gap: 12px; /* adjust 8px–15px as you prefer */
}

/* =========================================
   HOT CARD CONTENT HEIGHT FIX
   (Increase white area only)
========================================= */

/* Increase total card height */
.hot-card {
    height: 340px !important;
}

/* Keep image height SAME */
.hot-img {
    height: 170px !important; /* keep your current value */
}

/* Allow content area to expand */
.hot-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* =========================================
   HOT CARD PERFECT ALIGN FIX
========================================= */

/* Fixed balanced height */
.hot-card{
    height: 340px !important;
    display: flex;
    flex-direction: column;
}

/* Make image bigger */
.hot-img{
    height: 220px !important;
    flex-shrink: 0;
}

/* Content takes remaining space */
.hot-info{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* push everything to bottom */
    padding: 14px;
}

/* Remove unwanted spacing */
.hot-info h3{
    margin-bottom: 6px;
}

.hot-category{
    margin-bottom: 6px;
}

/* Keep button at bottom */
.hot-meta{
    margin-top: 8px;
}

/* =========================================
   HOT CARD HEIGHT – MOBILE ONLY
========================================= */

@media (max-width: 768px){

    .hot-card {
        height: 320px !important;
    }

}

/* =========================
   GAME OF THE WEEK - FINAL STABLE
========================= */

.gow-section {
  padding: 60px 0;
}

.gow-heading {
  font-size: 28px;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
  font-weight: 700;   /* stronger bold */
}

/* =========================
   MAIN LAYOUT
========================= */

.gow-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  align-items: start;
}

/* =========================
   FEATURED IMAGE
========================= */

.gow-featured {
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 16 / 9;   /* stable hero ratio */
}

.gow-featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================
   SIDE COLUMN
========================= */

.gow-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* =========================
   SIDE CARD
========================= */

.gow-card {
  position: relative;
  display: flex;
  gap: 15px;
  padding: 18px 20px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

.gow-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 35px rgba(0,0,0,0.12);
}

/* =========================
   IMAGE ALIGNMENT
========================= */

.gow-thumb {
  flex: 0 0 85px;
}

.gow-thumb img {
  width: 85px;
  height: 85px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

/* =========================
   CONTENT
========================= */

.gow-content {
  flex: 1;
}

.gow-content h4 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 600;
}

.gow-tags {
  display: flex;
  gap: 8px;
  margin-bottom: 6px;
}

.tag {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 20px;
}

.category {
  background: #ffe8dc;
  color: #ff6b00;
}

.provider {
  background: #e4ebff;
  color: #3c5bff;
}

.gow-desc {
  font-size: 13px;
  color: #666;
  margin-bottom: 8px;
}

/* =========================
   PLAY NOW BUTTON (RED + GOLD HOVER)
========================= */

.gow-btn {
  position: absolute;
  top: 18px;
  right: 20px;
  padding: 8px 18px;
  background: #ff2d2d; /* red like Read More */
  color: #ffffff;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.gow-btn:hover {
  background: #ff2d2d;
  color: #fff;
}

/* =========================
   TABLET
========================= */

@media (max-width: 1200px) {

  .gow-wrapper {
    grid-template-columns: 1fr;
  }

  .gow-btn {
    position: static;
    margin-top: 10px;
    display: inline-block;
  }

}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

  .gow-thumb {
    flex: 0 0 70px;
  }

  .gow-thumb img {
    width: 70px;
    height: 70px;
  }

}

/* =====================================
   PROVIDER SECTION
===================================== */

.lw-provider-section {
    margin: 80px 0;
    text-align: center;
}

.lw-provider-header h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}

.lw-provider-underline {
    width: 60px;
    height: 4px;
    background: #e30613;
    display: inline-block;
    border-radius: 20px;
    margin-bottom: 50px;
}

/* Grid Layout */

.lw-provider-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 50px 40px;
    align-items: center;
    justify-items: center;
}

.lw-provider-item img {
    max-width: 150px;
    height: auto;
    opacity: 0.85;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.lw-provider-item img:hover {
    opacity: 1;
    filter: grayscale(0%);
    transform: scale(1.05);
}

/* Pagination dots */

.lw-provider-pagination {
    margin-top: 40px;
}

.lw-provider-pagination .swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}

.lw-provider-pagination .swiper-pagination-bullet-active {
    background: #e30613;
}

/* Responsive */

@media (max-width: 1024px) {
    .lw-provider-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* =====================================
   PROVIDER MOBILE FIX
===================================== */

@media (max-width: 768px) {

  /* 3 per row */
  .lw-provider-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 25px 15px;
  }

  /* Smaller logos - ORIGINAL COLOR */
  .lw-provider-item img {
    max-width: 90px;
    filter: none !important;
    opacity: 1 !important;
    transition: all 0.3s ease;
  }

  /* Popup style effect */
  .lw-provider-item {
    position: relative;
    padding: 10px;
    border-radius: 12px;
    transition: 0.3s ease;
  }

  /* Active (tap) effect */
  .lw-provider-item.active {
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    transform: scale(1.05);
  }

}

/* =====================================
   GAME OF THE WEEK - MOBILE CENTER
===================================== */

@media (max-width: 768px) {

  .lw-game-week-section h2,
  .game-week-section h2,
  .gow-section h2 {
    text-align: center !important;
  }

}

/* =====================================
   RACE WIN SECTION - FINAL CLEAN VERSION
===================================== */

.lw-race-win {
    background: linear-gradient(180deg, #b40000, #8b0000);
    padding: 40px 50px;
    border-radius: 25px;
    margin: 60px auto;
    border: 2px solid #ffcc00;
    max-width: 950px;
    color: #fff;
}

/* INNER LAYOUT */

.lw-race-inner {
    display: flex;
    gap: 40px;
    
    justify-content: center;
    flex-wrap: wrap;
}

/* =====================================
   RACE WIN REMOVE GAP ON MOBILE
===================================== */

@media (max-width: 768px) {

    .lw-race-inner {
        gap: 0 !important;
    }

}

/* =====================================
   TITLE
===================================== */

.lw-race-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.lw-race-icon {
    width: 34px;              /* Bigger */
    height: 34px;
    filter: brightness(1.3) saturate(1.2);
    drop-shadow: 0 0 6px rgba(255, 204, 0, 0.7);
    margin-right: -7px;
}

/* Add glow effect */
.lw-race-title {
    text-shadow: 0 0 8px rgba(255, 204, 0, 0.6);
}

.lw-race-title h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #ffcc00;
    text-transform: uppercase;
}

/* =====================================
   LEFT IMAGE
===================================== */

.lw-race-left img {
    width: 220px;
    border-radius: 18px;
}

/* =====================================
   WINNER LIST
===================================== */

.lw-race-winners {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* WINNER ROW */

.lw-race-row {
    width: 420px;
    padding: 16px 25px;
    border-radius: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
}

/* 1st - GOLD */
.lw-race-row:nth-child(1) {
    background: linear-gradient(90deg, #ffd700, #c89b00);
}

/* 2nd - SILVER */
.lw-race-row:nth-child(2) {
    background: linear-gradient(90deg, #e0e0e0, #9e9e9e);
}

/* 3rd - BRONZE */
.lw-race-row:nth-child(3) {
    background: linear-gradient(90deg, #cd7f32, #8b4513);
}

/* WINNER TITLE TEXT */

.lw-race-label {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

/* PREMIUM GOLD PRIZE PILL */

.lw-race-prize {
    background: linear-gradient(90deg, #fff5a0, #ffcc00, #e6a700);
    color: #000;
    padding: 8px 18px;
    border-radius: 40px;
    font-weight: 700;
    min-width: 110px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

/* =====================================
   PARTICIPATE BUTTON
===================================== */

.lw-race-btn-wrap {
    margin-top: 25px;
    text-align: center;
    width: 100%;
}

.lw-race-btn {
    background: linear-gradient(90deg, #ffd700, #ffcc00);
    color: #000;
    padding: 12px 35px;
    border-radius: 40px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 6px 15px rgba(0,0,0,0.3);
}

.lw-race-btn:hover {
    background: linear-gradient(90deg, #ffe066, #ffcc00);
}

/* =====================================
   DESCRIPTION
===================================== */

.lw-race-desc {
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    opacity: 0.9;
    width: 100%;
}

/* =====================================
   MOBILE RESPONSIVE
===================================== */

@media (max-width: 768px) {

    .lw-race-win {
        padding: 30px 20px;
        max-width: 100%;
    }

    .lw-race-inner {
        flex-direction: column;
        align-items: center;
    }

    /* Order: Title → Image → Content */

    .lw-race-title {
        order: 1;
        margin-bottom: 20px;
    }

    .lw-race-left {
        order: 2;
    }

    .lw-race-right {
        order: 3;
        width: 100%;
    }

    .lw-race-left img {
        width: 170px;
        margin-bottom: 25px;
    }

    .lw-race-row {
        width: 100%;
        padding: 14px 18px;
    }

    .lw-race-label {
        font-size: 14px;
    }

    .lw-race-title h3 {
        font-size: 20px;
    }

   .lw-race-icon {
        width: 28px;
        height: 28px;
        filter: brightness(1.4) saturate(1.3);
    }
}

/* =====================================
   REMOVE EXTRA GAP BELOW RACE TITLE
   DESKTOP ONLY
===================================== */

@media (min-width: 769px) {

    .lw-race-header {
        margin-bottom: 15px !important;
        padding-bottom: 0 !important;
    }

    .lw-race-title {
        margin-bottom: 0 !important;
    }

    .lw-race-inner {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .lw-race-section > *:first-child {
        margin-top: 0 !important;
    }

}

/* =====================================
   EXPLORE FILTER PILLS HOVER COLOR
===================================== */

.lw-explore-tabs button:hover {
    background-color: #ff2e2e !important;
    color: #ffffff !important;
}

/* Keep active state same red */
.lw-explore-tabs button.active {
    background-color: #ff2e2e !important;
    color: #ffffff !important;
}

/* HERO FULL WIDTH */
.lw-hero-full{
width:100%;
}

/* BOXED PAGE */
.lw-page-wrapper{
width:100%;
background:#f5f5f5;
padding:40px 0;
}

.lw-container{
max-width:1200px;
margin:0 auto;
padding:0 20px;
}

.lw-hero-full .lw-hero{
width:100%;
max-width:100%;
margin:0;
padding:0;
}

.lw-hero-full .heroSwiper{
border-radius:0;
box-shadow:none;
}