.elementor-778 .elementor-element.elementor-element-7f3a33d{--display:flex;--padding-top:040px;--padding-bottom:040px;--padding-left:40px;--padding-right:40px;}.elementor-778 .elementor-element.elementor-element-7f3a33d:not(.elementor-motion-effects-element-type-background), .elementor-778 .elementor-element.elementor-element-7f3a33d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #C96D70 0%, #CAC100 100%);}:root{--page-title-display:none;}@media(max-width:767px){.elementor-778 .elementor-element.elementor-element-7f3a33d{--padding-top:020px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}}/* Start custom CSS for html, class: .elementor-element-8cba900 *//* ===== SIGNUP WRAPPER ===== */
.lx-signup-wrap{
  max-width:460px;
  margin:0 auto;
  padding:36px;
  background:rgba(0,0,0,.6);
  border-radius:22px;
  border:2px dashed rgba(255,255,255,.35);
}

/* HEADING */
.lx-signup-wrap h2{
  color:#ffffff;
  text-align:center;
  margin-bottom:18px;
  font-size:26px;
  font-weight:700;
}

/* TEXT */
.lx-signup-wrap p{
  color:#e6ebff;
  text-align:center;
  font-size:15px;
  line-height:1.8;
  margin-bottom:22px;
}

/* BUTTON */
.lx-signup-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:16px 22px;
  border-radius:40px;
  background:linear-gradient(
    135deg,
    #b31217,
    #e52d27,
    #f5d76e
  );
  color:#000000;
  font-weight:800;
  text-decoration:none;
  font-size:16px;
  transition:all .3s ease;
}

/* BUTTON HOVER */
.lx-signup-btn:hover{
  transform:translateY(-4px);
  box-shadow:0 12px 35px rgba(0,0,0,.45);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-7f3a33d *//* ===== MATCH CARDS WRAPPER ===== */
.lx-matches{
  max-width:1200px;
  margin:0 auto;
  padding:40px 15px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

/* CARD */
.lx-card{
  background:linear-gradient(180deg,#1a0f0f,#0f0a0a);
  border-radius:18px;
  padding:22px;
  position:relative;
  box-shadow:0 18px 40px rgba(0,0,0,.55);
  border:1px solid rgba(255,200,0,.15);
}

/* DATE BADGE */
.lx-date{
  display:inline-block;
  padding:6px 14px;
  font-size:13px;
  font-weight:700;
  border-radius:30px;
  background:linear-gradient(135deg,#ffd200,#ff9f1c,#ff4d4d);
  color:#000;
  margin-bottom:18px;
}

/* TEAMS */
.lx-teams{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:18px;
}

.lx-team{
  text-align:center;
}

.lx-team h4{
  margin:0;
  font-size:18px;
  font-weight:700;
  color:#fff;
}

.lx-team span{
  display:block;
  margin-top:6px;
  font-size:13px;
  color:#ffd200;
}

/* VS */
.lx-vs{
  background:#ff4d4d;
  color:#fff;
  font-size:14px;
  font-weight:800;
  padding:6px 12px;
  border-radius:8px;
}

/* BUTTON */
.lx-btn{
  margin-top:22px;
  width:100%;
  padding:14px 0;
  border:none;
  border-radius:40px;
  font-size:15px;
  font-weight:800;
  cursor:pointer;
  background:linear-gradient(135deg,#ffd200,#ff9f1c,#ff4d4d);
  color:#000;
}

/* MOBILE */
@media(max-width:768px){
  .lx-matches{
    grid-template-columns:1fr;
  }
}/* End custom CSS */