.elementor-kit-5{--e-global-color-primary:#DF0E0E;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Live Events Section */
.live-events {
  background: #0a0f1c; /* Dark navy background */
  padding: 40px 20px;
  color: #fff;
  font-family: Arial, sans-serif;
}

.live-events h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

/* Events Container */
.events-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

/* Event Card */
.event-card {
  background: #111;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #222;
  transition: transform 0.3s;
}

.event-card:hover {
  transform: translateY(-5px);
}

/* Event Header */
.event-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 0.9rem;
}

/* Live badge */
.live {
  color: #e50914; /* Red Netflix style */
  font-weight: bold;
}

/* Match title */
.event-card h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #fff;
}

/* Teams/details */
.event-card p {
  margin: 5px 0 0;
  font-size: 1rem;
  color: #bbb;
}

.event-card p span {
  margin: 0 5px;
  color: #888;
}/* End custom CSS */