.elementor-2464 .elementor-element.elementor-element-9286318{--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-2464 .elementor-element.elementor-element-63a80b2{--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-2464 .elementor-element.elementor-element-e6e63e1{--display:flex;}.elementor-widget-theme-post-featured-image .widget-image-caption{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 );}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-2464 .elementor-element.elementor-element-5c7f98a{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-2464 .elementor-element.elementor-element-5c7f98a .elementor-divider-separator{width:100%;}.elementor-2464 .elementor-element.elementor-element-5c7f98a .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.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 );}body.elementor-page-2464:not(.elementor-motion-effects-element-type-background), body.elementor-page-2464 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0F172A;}/* Start custom CSS for container, class: .elementor-element-e6e63e1 */.match-card-container {
  max-width: 860px;
  margin: 0 auto;
}

/* Individual match card */
.match-card {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  margin-bottom: 14px;

  background: linear-gradient(180deg, #111827 0%, #0f172a 100%);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;

  transition: all 0.25s ease;
}

.match-card:hover {
  transform: translateY(-2px);
  border-color: rgba(251, 191, 36, 0.35);
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

/* League section */
.match-league {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 140px;
}

.league-flag {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

.league-name {
  font-size: 13px;
  color: #9ca3af;
  font-weight: 500;
}

/* Match info */
.match-info {
  flex: 1;
}

/* Time */
.kickoff-time {
  font-size: 14px;
  color: #fbbf24;
  font-weight: 700;
  margin-bottom: 4px;
}

/* Teams */
.match-teams {
  font-size: 16px;
  color: #f9fafb;
  font-weight: 600;
  margin-bottom: 6px;
}

/* Tip / odds / result row */
.match-tip,
.match-odds,
.match-result {
  font-size: 14px;
  color: #d1d5db;
  display: inline-block;
  margin-right: 14px;
}

.match-tip strong,
.match-odds strong,
.match-result strong {
  color: #fbbf24;
  font-weight: 600;
}/* End custom CSS */