/* line 3, ../sass/cins-next-match.scss */
.next-match-widget-container {
  text-decoration: none !important;
}
/* line 6, ../sass/cins-next-match.scss */
.next-match-widget-container .vs {
  display: none;
}
/* line 17, ../sass/cins-next-match.scss */
.next-match-widget-container .header-content {
  background: var(--e-global-color-accent);
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
/* line 26, ../sass/cins-next-match.scss */
.next-match-widget-container .header-content .cins-widget-title {
  font-size: var(--e-global-typography-secondary-font-size);
  color: var(--e-global-color-c2e61b2);
  font-weight: 500;
}
/* line 31, ../sass/cins-next-match.scss */
.next-match-widget-container .header-content .teams {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
/* line 38, ../sass/cins-next-match.scss */
.next-match-widget-container .header-content .teams .container-links {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
  order: 4;
}
/* line 44, ../sass/cins-next-match.scss */
.next-match-widget-container .header-content .teams .container-links.mobile-container-links {
  display: none;
}
/* line 48, ../sass/cins-next-match.scss */
.next-match-widget-container .header-content .teams .center-div {
  text-align: center;
  font-weight: 400;
  max-width: 49%;
}
/* line 52, ../sass/cins-next-match.scss */
.next-match-widget-container .header-content .teams .center-div span {
  font-size: 16px;
}
/* line 54, ../sass/cins-next-match.scss */
.next-match-widget-container .header-content .teams .center-div span.date {
  font-weight: 600;
}
/* line 59, ../sass/cins-next-match.scss */
.next-match-widget-container .header-content .teams .team {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6px;
  gap: 10px;
  max-width: 22%;
  margin: 15px 0;
}
/* line 68, ../sass/cins-next-match.scss */
.next-match-widget-container .header-content .teams .team img {
  width: 90px;
}
/* line 72, ../sass/cins-next-match.scss */
.next-match-widget-container .header-content .teams .timing {
  line-height: initial;
  width: 100%;
  order: 4;
  text-align: center;
  min-height: 45px;
}
/* line 79, ../sass/cins-next-match.scss */
.next-match-widget-container .header-content .teams .timing #next-match-remaining-time span {
  font-size: 35px;
}
/* line 81, ../sass/cins-next-match.scss */
.next-match-widget-container .header-content .teams .timing #next-match-remaining-time span:not(:first-of-type) {
  padding-left: 10px;
}
/* line 89, ../sass/cins-next-match.scss */
.next-match-widget-container .container-img {
  overflow: hidden;
  position: relative;
}
/* line 92, ../sass/cins-next-match.scss */
.next-match-widget-container .container-img img {
  transition: scale 330ms ease-in-out;
  width: 100%;
}
/* line 96, ../sass/cins-next-match.scss */
.next-match-widget-container .container-img .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 5px;
  background-color: rgba(167, 57, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 30px;
  gap: 20px;
}
/* line 112, ../sass/cins-next-match.scss */
.next-match-widget-container .cins-button i {
  margin-right: 10px;
}
/* line 115, ../sass/cins-next-match.scss */
.next-match-widget-container .cins-button:hover {
  text-decoration: none;
}
/* line 119, ../sass/cins-next-match.scss */
.next-match-widget-container .cins-button.billet-button {
  background-color: var(--e-global-color-869573f);
}
/* line 121, ../sass/cins-next-match.scss */
.next-match-widget-container .cins-button.billet-button:hover {
  background-color: var(--e-global-color-primary);
}

@media (max-width: 767px) {
  /* line 130, ../sass/cins-next-match.scss */
  .next-match-widget-container .vs {
    display: block;
    font-size: 40px;
  }
  /* line 134, ../sass/cins-next-match.scss */
  .next-match-widget-container .teams {
    justify-content: space-evenly;
  }
  /* line 136, ../sass/cins-next-match.scss */
  .next-match-widget-container .teams .team {
    max-width: 24% !important;
    width: 100%;
  }
  /* line 139, ../sass/cins-next-match.scss */
  .next-match-widget-container .teams .team img {
    width: 100% !important;
    max-width: 90px;
  }
  /* line 144, ../sass/cins-next-match.scss */
  .next-match-widget-container .teams .center-div {
    order: 3;
    max-width: unset !important;
    width: 100%;
  }
  /* line 149, ../sass/cins-next-match.scss */
  .next-match-widget-container .teams .container-links {
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
  }
  /* line 153, ../sass/cins-next-match.scss */
  .next-match-widget-container .teams .container-links.mobile-container-links {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  /* line 160, ../sass/cins-next-match.scss */
  .next-match-widget-container .container-img {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 170, ../sass/cins-next-match.scss */
  .next-match-widget-container .header-content .teams .team {
    max-width: 24%;
  }
  /* line 173, ../sass/cins-next-match.scss */
  .next-match-widget-container .header-content .teams .center-div {
    max-width: 45%;
  }
  /* line 175, ../sass/cins-next-match.scss */
  .next-match-widget-container .header-content .teams .center-div span {
    font-size: 14px;
  }
}
