.home-match-section {
  background-color: var(--white);
}

h2.hb-embed__title {
  display: none;
}

img.hb-embed__title-logo {
  display: none;
}

div.hb-embed__title-container {
  border: none;
}

div.hb-embed__schedule-list-grouped-item {
  /* border-bottom: 1px solid #DC00FE; */
  border-bottom: 1px solid #000000;
}

/* p.hb-embed__schedule-list-item-date { */
.matchDate{
/*   font-size: 1.2em!important;
  font-weight: 800!important; */
  color: var(--white)!important;
  background-color: #152238;
  border: none;
  /* margin-bottom: 0!important; */
  /* padding: 0.5em; */
  /* padding-left: 0.5em;
  padding-bottom: 0.5!important; */
  text-transform: uppercase;
}

@media only screen and (min-width: 1366px) {

  .matchDate { 
     font-size: 1.5em; 
  }

}

@media only screen and (min-width: 390px) {

  .matchDate { 
     font-size: 1.2em; 
  }

}

@media only screen and (max-width: 390px) {

  .matchDate { 
     font-size: 1.0em; 
  }

}



div.matchDate i {
  margin-left: 10px;
  margin-right: 10px;
}

div.matchName {
  margin-left: 10px;
  /* padding: 0.5em; */
  text-transform: uppercase;
}

div.teamName {
  margin: 10px;
  text-transform: uppercase;
  width: fit-content;
}

div.teamName.highlighted {
  padding: 0.5em;
  color: #FFFFFF;
  background-color: #152238;
  /* transform: rotate(20deg); */
}

a.matchLink {
  background-color: var(--default);
  margin: 10px;
  padding: 14px 25px;
  text-align: center;
  display: inline-block;
}

a.matchLink:link, a.matchLink:visited {
  color: white;
  text-decoration: none;
  width: fit-content;
}

a.matchLink:hover, a.matchLink:active {
  color: white;
  text-decoration: none;
}

div.hb-embed__schedule-list-item > a:not(.hb-embed__schedule-list-item-content ) {
  color:#000000
}

/* span.hb-embed__schedule-list-item-team-name {
  font-weight: bold;
  text-transform: uppercase;
} */

img.hb-embed__schedule-list-item-team-logo {
  max-width: 50px;
  margin-right: 30px;
}

