.elementor-8007 .elementor-element.elementor-element-0ee7232{--display:flex;}.elementor-8007 .elementor-element.elementor-element-27f2606{--spacer-size:50px;}.elementor-8007 .elementor-element.elementor-element-2daf2ce{--display:flex;}.elementor-8007 .elementor-element.elementor-element-b763f14{--display:flex;}.elementor-8007 .elementor-element.elementor-element-ea9e4dc{--spacer-size:50px;}/* Start custom CSS for html, class: .elementor-element-2df7b50 */.match-calendar {
  max-width: 700px;
  margin: auto;
  font-family: "Helvetica Neue", sans-serif;
  color: #000;
  padding: 10px;
}

.month-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  gap: 15px;
}

.month-header .line {
  flex: 1;
  height: 1px;
  background-color: #ccc;
}

.month-name {
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
}

.match-entry {
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.match-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  font-size: 1.1rem;
}

.match-date {
  font-weight: bold;
}

.match-time {
  font-weight: normal;
}

.match-league {
  margin-left: auto;
  font-size: 0.85rem;
  border: 2px solid #002244;
  border-radius: 8px;
  padding: 2px 10px;
  text-decoration: none;
  color: #002244;
  font-weight: bold;
  transition: background 0.3s ease;
}

.match-league:hover {
  background: #e00613;
  color: white;
}

.match-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: nowrap;
}

.team {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.1rem;
  font-weight: bold;
  white-space: nowrap;
  color: #000;
  max-width: 100%;
}

.team-left {
  justify-content: flex-end;
  text-align: right;
  width: 170px; /* fixe symétrique */
}

.team-right {
  justify-content: flex-start;
  text-align: left;
  width: 170px;
}

.team img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex-shrink: 0;
}

.vs-fixed {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  width: 50px;
  flex-shrink: 0;
}

.vs-fixed span {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  line-height: 1;
}

/* Mobile responsive */
@media (max-width: 600px) {
  .match-top {
    font-size: 0.95rem;
  }

  .team {
    font-size: 0.95rem;
  }

  .team img {
    width: 24px;
    height: 24px;
  }

  .vs-fixed {
    width: 40px;
  }

  .vs-fixed span {
    font-size: 1rem;
  }

  .team-left,
  .team-right {
    width: 130px;
  }

  .match-row {
    gap: 10px;
  }
}/* End custom CSS */