.sports-orbit {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  max-width: 650px;
  /* Container for each match result */
  /* Responsive styling for mobile screens */
}
.sports-orbit h1,
.sports-orbit h2,
.sports-orbit h3,
.sports-orbit h4,
.sports-orbit h5,
.sports-orbit h6 {
  text-align: center;
}
.sports-orbit .next-match,
.sports-orbit .sports-orbit-matches-list-future {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.sports-orbit .sports-orbit-match-item {
  display: flex;
  flex-direction: row;
  width: 100%;
  background-color: white;
  border-radius: 1.5rem;
  color: #394fad;
  margin-bottom: 1rem;
  border: 3px solid #090f36;
  overflow: hidden;
}
.sports-orbit .sports-orbit-match-item .match-datetime {
  max-width: 75px;
  flex: 0 0 75px;
  text-align: left;
  display: flex;
  flex-direction: row;
  font-size: 12px;
  font-weight: bolder;
  flex-direction: column;
  gap: 0.5rem;
  background-color: #394fad;
  color: white;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.sports-orbit .sports-orbit-match-item .match-overview {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
  padding: 0.5rem;
}
.sports-orbit .sports-orbit-match-item .match-overview .location {
  margin-top: 0.5rem;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 0.25rem;
  align-items: center;
}
.sports-orbit .sports-orbit-match-item .match-overview a.location {
  color: #394fad;
  text-decoration: none;
}
.sports-orbit .sports-orbit-match-item .match-overview a.location:hover {
  text-decoration: underline;
}
.sports-orbit .sports-orbit-match-item .match-overview a.location::after {
  height: 12px;
  width: 12px;
  content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23394fad' viewBox='0 0 297 297'><path d='M148.5 0C87.43 0 37.747 49.703 37.747 110.797c0 91.026 99.729 179.905 103.976 183.645a10.23 10.23 0 0 0 13.555 0c4.245-3.739 103.975-92.618 103.975-183.645C259.253 49.703 209.57 0 148.5 0zm0 272.689c-22.049-21.366-90.243-93.029-90.243-161.892 0-49.784 40.483-90.287 90.243-90.287s90.243 40.503 90.243 90.287c0 68.862-68.194 140.525-90.243 161.892zm0-213.506c-28.273 0-51.274 23.154-51.274 51.614s23.001 51.614 51.274 51.614 51.274-23.153 51.274-51.614-23.001-51.614-51.274-51.614zm0 82.718c-16.964 0-30.765-13.953-30.765-31.104s13.801-31.104 30.765-31.104 30.765 13.953 30.765 31.104-13.801 31.104-30.765 31.104z'/></svg>");
}
.sports-orbit .sports-orbit-match-item .match-overview a.location:hover::after {
  text-decoration: underline;
}
.sports-orbit .sports-orbit-match-item .match-overview .match-teams {
  flex: 1;
  padding: 0;
  display: flex;
  flex-direction: row;
  width: 100%;
  font-family: "Cubadak";
}
.sports-orbit .sports-orbit-match-item .match-overview .match-teams .away-team {
  flex-direction: row-reverse;
}
.sports-orbit .sports-orbit-match-item .match-overview .match-teams .home-team,
.sports-orbit .sports-orbit-match-item .match-overview .match-teams .away-team {
  display: flex;
  align-items: center;
  width: 50%;
  gap: 0.5rem;
}
.sports-orbit .sports-orbit-match-item .match-overview .match-teams .home-team img,
.sports-orbit .sports-orbit-match-item .match-overview .match-teams .away-team img {
  max-width: 100px;
  max-height: 100px;
  margin-right: 5px;
}
.sports-orbit .sports-orbit-match-item .competition {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #dddddd;
  font-size: 12px;
}
.sports-orbit .sports-orbit-match-item .competition img {
  max-width: 25px;
}
.sports-orbit .next-match,
.sports-orbit .sports-orbit-matches-list-future {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .sports-orbit .next-match .sports-orbit-match-item,
  .sports-orbit .sports-orbit-matches-list-future .sports-orbit-match-item {
    flex-direction: column;
    align-items: center;
  }
  .sports-orbit .next-match .sports-orbit-match-item .match-datetime,
  .sports-orbit .sports-orbit-matches-list-future .sports-orbit-match-item .match-datetime {
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    flex: unset;
    padding: 0.5rem;
  }
  .sports-orbit .next-match .sports-orbit-match-item .match-overview .match-teams img,
  .sports-orbit .sports-orbit-matches-list-future .sports-orbit-match-item .match-overview .match-teams img {
    max-width: 50px;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .sports-orbit .next-match .sports-orbit-match-item .match-overview .match-teams img,
  .sports-orbit .sports-orbit-matches-list-future .sports-orbit-match-item .match-overview .match-teams img {
    max-width: 35px;
  }
  .sports-orbit .next-match .sports-orbit-match-item .match-overview .match-teams img .team-name,
  .sports-orbit .next-match .sports-orbit-match-item .match-overview .match-teams img .away-team,
  .sports-orbit .sports-orbit-matches-list-future .sports-orbit-match-item .match-overview .match-teams img .team-name,
  .sports-orbit .sports-orbit-matches-list-future .sports-orbit-match-item .match-overview .match-teams img .away-team {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) and (max-width: 400px) {
  .sports-orbit .next-match .sports-orbit-match-item .match-overview .match-teams img,
  .sports-orbit .sports-orbit-matches-list-future .sports-orbit-match-item .match-overview .match-teams img {
    max-width: 25px;
  }
}
@media screen and (max-width: 768px) {
  .sports-orbit .next-match .competition img,
  .sports-orbit .sports-orbit-matches-list-future .competition img {
    max-width: 25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 400px) {
  .sports-orbit .next-match .competition img,
  .sports-orbit .sports-orbit-matches-list-future .competition img {
    max-width: 20px;
  }
}
.sports-orbit button {
  width: 100%;
  background-color: white;
  border: 3px solid #090f36;
  color: #394fad;
  border-radius: 1.5rem;
  padding: 0.5rem 1rem;
  font-family: "Cubadak";
  margin: 0 auto;
  cursor: pointer;
}
.sports-orbit button:disabled {
  cursor: not-allowed;
}
.sports-orbit table {
  background-color: white;
  color: #090f36;
  width: 100%;
}
.sports-orbit .competition-wrapper {
  width: 100%;
}
.sports-orbit .single-result-output {
  border: 1px solid #394fad;
  padding: 10px;
  margin-bottom: 15px;
  background-color: white;
  border-radius: 5px;
  display: grid;
  grid-template-rows: auto auto;
  gap: 5px;
}
.sports-orbit .single-result-output .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 5px;
}
.sports-orbit .single-result-output .row .date {
  text-align: left;
  color: #939393;
  font-size: 0.75rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sports-orbit .single-result-output .row .location {
  text-align: right;
  color: #939393;
  font-size: 0.75rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sports-orbit .single-result-output .teams-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.sports-orbit .single-result-output .hometeam-wrapper,
.sports-orbit .single-result-output .awayteam-wrapper {
  display: grid;
  grid-template-columns: 1fr 40px 40px;
  align-items: center;
  gap: 5px;
}
.sports-orbit .single-result-output .hometeam-wrapper .teamname,
.sports-orbit .single-result-output .awayteam-wrapper .teamname {
  color: #090f36;
}
.sports-orbit .single-result-output .hometeam-wrapper .badge,
.sports-orbit .single-result-output .awayteam-wrapper .badge {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sports-orbit .single-result-output .hometeam-wrapper .score,
.sports-orbit .single-result-output .awayteam-wrapper .score {
  font-size: 1.5rem;
  font-weight: bold;
  color: #090f36;
  text-align: center;
}
.sports-orbit .single-result-output .awayteam-wrapper {
  grid-template-columns: 40px 40px 1fr;
}
.sports-orbit .single-result-output .awayteam-wrapper .score {
  order: 1;
}
.sports-orbit .single-result-output .awayteam-wrapper .badge {
  order: 2;
}
.sports-orbit .single-result-output .awayteam-wrapper .teamname {
  order: 3;
  text-align: right;
}
@media (max-width: 768px) {
  .sports-orbit .single-result-output .teams-scores {
    grid-template-columns: 1fr;
  }
  .sports-orbit .single-result-output .teams-scores .score {
    order: 4;
  }
  .sports-orbit .single-result-output .teams-scores .awayteam-wrapper {
    grid-template-columns: 1fr 40px 40px;
  }
  .sports-orbit .single-result-output .teams-scores .awayteam-wrapper .teamname {
    order: unset;
  }
  .sports-orbit .single-result-output .teams-scores .awayteam-wrapper .teamname {
    text-align: left;
  }
  .sports-orbit .single-result-output .teams-scores .awayteam-wrapper .score {
    text-align: center;
  }
}
.sports-orbit .sports-orbit-match-center {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  margin: 0 auto;
}
.sports-orbit .matchcenter-filter label {
  font-weight: bold;
  margin-right: 5px;
}
.sports-orbit .matchcenter-filter select,
.sports-orbit .matchcenter-filter button {
  width: 100%;
  padding: 8px;
  font-size: 1em;
  border-radius: 0.75rem;
  border: 3px solid #090f36;
}
.sports-orbit .matchcenter-filter {
  display: flex;
  flex-direction: row;
  flex: 1 1 40%;
  min-width: 120px;
  align-items: center;
}
.sports-orbit .matchcenter-filter-search {
  display: flex;
  justify-content: flex-end;
  /* Align button to the right */
  flex: 1 1 auto;
}
@media (max-width: 600px) {
  .sports-orbit .sports-orbit-match-center {
    flex-direction: column;
    align-items: stretch;
  }
}
.sports-orbit .sport-orbit-title {
  text-align: center;
}
.sports-orbit.sports-orbit-single-view .latest-results {
  width: 100%;
}
.sports-orbit.sports-orbit-single-view .single-result-output {
  border-radius: 1.5rem;
}
.sports-orbit.sports-orbit-single-view .teamname {
  text-align: left;
}/*# sourceMappingURL=sports-orbit-public.css.map */