.elementor-1832 .elementor-element.elementor-element-e5d1f6b{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;}.elementor-1832 .elementor-element.elementor-element-0e41315{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1832 .elementor-element.elementor-element-b4f557f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}@media(min-width:768px){.elementor-1832 .elementor-element.elementor-element-0e41315{--width:1240px;}.elementor-1832 .elementor-element.elementor-element-b4f557f{--width:1240px;}}/* Start custom CSS for theme-post-title, class: .elementor-element-40723ef */.elementor-1832 .elementor-element.elementor-element-40723ef{
  position: relative;
  padding: 40px;
  border-radius: 22px;

  background:
    linear-gradient(135deg, rgba(245,180,0,0.08), rgba(0,0,0,0.92)),
    #050505;

  border: 1px solid rgba(245,180,0,0.22);
}

/* title */
.elementor-1832 .elementor-element.elementor-element-40723ef h1{
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}

/* meta */
.elementor-1832 .elementor-element.elementor-element-40723ef .elementor-post-info{
  color: #BFA86A;
  font-size: 14px;
}/* End custom CSS */
/* Start custom CSS for theme-post-content, class: .elementor-element-4982c52 *//* =========================
   FREE TIPS / MATCH CARDS
   uses your existing classes
========================= */

.match-card-container{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
}

/* main card */
.match-card{
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 18px 18px 16px;
  border-radius: 20px;

  background:
    linear-gradient(135deg, rgba(245,180,0,0.06) 0%, rgba(245,180,0,0.015) 34%, rgba(0,0,0,0.94) 76%),
    linear-gradient(180deg, #080808 0%, #050505 100%);

  border: 1px solid rgba(245,180,0,0.22);
  box-shadow: inset 0 0 0 1px rgba(245,180,0,0.03);

  transition:
    transform .28s ease,
    border-color .28s ease,
    box-shadow .28s ease;
}

.match-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 16%, rgba(245,180,0,0.08), transparent 32%),
    radial-gradient(circle at 84% 12%, rgba(245,180,0,0.05), transparent 24%);
}

.match-card:hover{
  transform: translateY(-4px);
  border-color: rgba(245,180,0,0.30);
  box-shadow:
    inset 0 0 0 1px rgba(245,180,0,0.04),
    0 0 18px rgba(245,180,0,0.10);
}

/* top league row */
.match-league{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.league-flag{
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  object-fit: cover;
  border-radius: 3px;
  display: block;
}

.league-name{
  font-family: "Inter", sans-serif;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #C8AA5E;
}

/* info block */
.match-info{
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

/* kickoff */
.kickoff-time{
  margin: 0 0 8px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  color: #A88C4A;
}

/* teams */
.match-teams{
  margin: 0 0 8px;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #fff;
}

/* tip */
.match-tip{
  margin: 0 0 10px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
  color: #F5B400;
}

.match-tip strong{
  font-weight: 800;
  color: #F5B400;
}

/* odds - make it look like a pill */
.match-odds{
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  min-height: 32px;
  margin: 0 0 14px;
  padding: 0 12px;
  border-radius: 8px;

  background: rgba(245,180,0,0.10);
  border: 1px solid rgba(245,180,0,0.16);
  color: #F5B400;

  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

.match-odds strong{
  margin-right: 6px;
  font-weight: 800;
  color: #F5B400;
}

/* result sits at bottom */
.match-result{
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(245,180,0,0.08);

  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
  color: #7E7E7E;
}

.match-result strong{
  color: #A48B56;
  font-weight: 800;
}

/* optional states if results get injected later */
.match-result.is-win{
  color: #d8c27b;
}

.match-result.is-loss{
  color: #8b8b8b;
}

/* responsive */
@media (max-width: 1180px){
  .match-card-container{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

@media (max-width: 767px){
  .match-card-container{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .match-card{
    min-height: 200px;
    padding: 16px;
    border-radius: 18px;
  }

  .match-teams{
    font-size: 18px;
  }

  .league-name{
    font-size: 10px;
  }
}/* End custom CSS */