@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

#matchday-countdown {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  color: #fff;
  padding: 20px;
  max-width: 600px;
  margin: 30px auto;
}

#matchday-countdown .countdown-timer {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 10px;
}

#matchday-countdown table.matchday-table,
#matchday-countdown table.matchday-table td,
#matchday-countdown table.matchday-table tr {
  border: none !important;
  border-collapse: collapse;
}

#matchday-countdown .matchday-logo img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

#matchday-countdown .team-names {
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0;
vertical-align: bottom;
}

#matchday-countdown .matchday-date-time {
  font-size: 16px;
  padding: 0px 0;
vertical-align: top;
}
