/*------------------------------------------------------------------------------*/
/*style-theme*/


/*match-score*/
.match-score {
  position: relative;
  margin-bottom: 30px;
  font-weight: bold;
  letter-spacing: -0.03em;
  line-height: 1;
  text-transform: uppercase;
  color: var(--color-light);
  background-color: var(--color-black);
}
@media (max-width: 374px) {
  .match-score {
    margin-bottom: 15px;
  }
}

.match-score__body,
.match-score__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
}

@media (min-width: 576px) {

  .match-score__body,
  .match-score__header {
      padding-left: 24px;
      padding-right: 24px;
  }
}

@media (min-width: 1920px) {

  .match-score__body,
  .match-score__header {
      padding-left: 40px;
      padding-right: 40px;
  }
}

.top-bar-carousel .match-score__body,
.top-bar-carousel .match-score__header {
  flex-direction: column;
}

.top-bar-carousel .match-score__body-inner,
.top-bar-carousel .match-score__header-inner {
  display: flex;
}

.match-score__header {
  font-size: 0.625rem;
}

@media (min-width: 576px) {
  .match-score__header {
      font-size: 0.75rem;
  }
}

@media (min-width: 1920px) {
  .match-score__header {
      font-size: 1.25rem;
  }
}

.match-score__header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: var(--color-dark);
  border-bottom: 1px solid hsla(var(--color-secondary-h), var(--color-secondary-s), var(--color-secondary-l), 0.2);
}

@media (min-width: 576px) {
  .match-score__header {
      padding-top: 14px;
      padding-bottom: 14px;
  }
}

@media (min-width: 1920px) {
  .match-score__header {
      padding-top: 20px;
      padding-bottom: 18px;
  }
}

.match-score__body {
  padding-top: 18px;
  padding-bottom: 18px;
  transition: all 500ms ease 450ms;
}

@media (min-width: 576px) {
  .match-score__body {
      padding-top: 28px;
      padding-bottom: 28px;
  }
}

@media (min-width: 1920px) {
  .match-score__body {
      padding-top: 42px;
      padding-bottom: 42px;
  }
}

.match-score__competition {
  color: var(--color-secondary);
}

.match-score__footer {
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .match-score__footer {
      border-top: 1px solid hsla(var(--color-secondary-h), var(--color-secondary-s), var(--color-secondary-l), 0.2);
  }
}

@media (min-width: 992px) {
  .match-score__footer {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      justify-content: space-between;
      padding: 41px 24px 0;
  }
}

@media (min-width: 1920px) {
  .match-score__footer {
      padding: 62px 40px 0;
  }
}

@media (min-width: 992px) {
  .match-score:hover .match-score__body {
      opacity: 0;
      transform: translateY(-20px);
      transition-delay: 0ms;
  }

  .match-score:hover .match-score__logo {
      opacity: 1;
      transform: translateY(0);
      transition: all 700ms ease 150ms;
  }
}

/*match-score__body*/
.match-score__body,
.match-score__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
}

@media (min-width: 576px) {

  .match-score__body,
  .match-score__header {
      padding-left: 24px;
      padding-right: 24px;
  }
}

@media (min-width: 1920px) {

  .match-score__body,
  .match-score__header {
      padding-left: 40px;
      padding-right: 40px;
  }
}

.top-bar-carousel .match-score__body,
.top-bar-carousel .match-score__header {
  flex-direction: column;
}

.top-bar-carousel .match-score__body-inner,
.top-bar-carousel .match-score__header-inner {
  display: flex;
}

.match-score__header {
  font-size: 0.625rem;
}

@media (min-width: 576px) {
  .match-score__header {
      font-size: 0.75rem;
  }
}

@media (min-width: 1920px) {
  .match-score__header {
      font-size: 1.25rem;
  }
}

.match-score__header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: var(--color-dark);
  border-bottom: 1px solid hsla(var(--color-secondary-h), var(--color-secondary-s), var(--color-secondary-l), 0.2);
}

@media (min-width: 576px) {
  .match-score__header {
      padding-top: 14px;
      padding-bottom: 14px;
  }
}

@media (min-width: 1920px) {
  .match-score__header {
      padding-top: 20px;
      padding-bottom: 18px;
  }
}

.match-score__body {
  padding-top: 18px;
  padding-bottom: 18px;
  transition: all 500ms ease 450ms;
}

@media (min-width: 576px) {
  .match-score__body {
      padding-top: 28px;
      padding-bottom: 28px;
  }
}

@media (min-width: 1920px) {
  .match-score__body {
      padding-top: 42px;
      padding-bottom: 42px;
  }
}

.match-score__competition {
  color: var(--color-secondary);
}

.match-score__footer {
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .match-score__footer {
      border-top: 1px solid hsla(var(--color-secondary-h), var(--color-secondary-s), var(--color-secondary-l), 0.2);
  }
}

@media (min-width: 992px) {
  .match-score__footer {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      justify-content: space-between;
      padding: 41px 24px 0;
  }
}

@media (min-width: 1920px) {
  .match-score__footer {
      padding: 62px 40px 0;
  }
}

@media (min-width: 992px) {
  .match-score:hover .match-score__body {
      opacity: 0;
      transform: translateY(-20px);
      transition-delay: 0ms;
  }

  .match-score:hover .match-score__logo {
      opacity: 1;
      transform: translateY(0);
      transition: all 700ms ease 150ms;
  }
}


/*match-result*/
.match-result {
  font-weight: bold;
  letter-spacing: -0.03em;
  text-align: center;
  text-transform: uppercase;
  order: 1;
}

.match-score .match-result {
  flex: 2 0 auto;
  padding-top: 2px;
  padding-left: 10px;
  padding-right: 10px;
}

.match-score-inline .match-result {
  margin-top: 4px;
  font-size: 0.75rem;
}

.match-score-inline .match-result:nth-child(2) {
  margin-right: 14px;
}

.match-score-inline .match-result:last-child {
  min-width: 30px;
}

.match-stats-widget .match-result {
  padding-bottom: 2px;
}

.match-score--status-future .match-result__score .match-result__score-digit+.match-result__score-digit::before {
  content: "-";
}

.match-score--status-results .match-result__score .match-result__score-digit+.match-result__score-digit::before {
  content: ":";
}

.match-result__score {
  display: block;
  line-height: 1;
  color: var(--color-light);
}

.match-result__score .match-result__score-digit+.match-result__score-digit::before {
  display: inline-block;
  margin: 0 0.25em;
}

.match-score .match-result__score {
  font-size: 1rem;
}

@media (min-width: 992px) {
  .match-score .match-result__score {
      font-size: 1.125rem;
  }
}

@media (min-width: 1920px) {
  .match-score .match-result__score {
      font-size: 1.75rem;
  }
}

/*match-score__footer*/
.match-score__footer .match-team-logo {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: all 700ms ease;
  order: 0;
}

@media (min-width: 992px) {
  .match-score__footer .match-team-logo {
      display: block;
  }
}

.match-score__footer .match-team-logo+.match-team-logo {
  order: 2;
}

@media (min-width: 992px) {
  .match-score:hover .match-score__footer .match-team-logo {
      opacity: 1;
      transform: translateY(0);
      transition: all 700ms ease 150ms;
  }
}

/**/
.match-score .match-team figcaption {
  padding-top: 8px;
}

@media (min-width: 576px) {
  .match-score .match-team figcaption {
      padding-top: 2px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1439px) {
  .match-score .match-team figcaption {
      padding-top: 8px;
  }
}

/**/
.match-score .match-team__name {
  word-wrap: break-word;
  font-size: 0.75rem;
}

@media (min-width: 576px) {
  .match-score .match-team__name {
      font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .match-score .match-team__name {
      font-size: 1.125rem;
  }
}

@media (min-width: 1920px) {
  .match-score .match-team__name {
      font-size: 1.75rem;
  }
}

/**/
.match-score .match-team:first-child {
  justify-content: flex-start;
}
@media (min-width: 576px) {
  .match-score .match-team:first-child .match-team-logo {
    margin-inline-end: 12px;
  }
}
@media (min-width: 768px) {
  .match-score .match-team:first-child .match-team-logo {
    margin-inline-end: 14px;
  }
}
@media (min-width: 1920px) {
  .match-score .match-team:first-child .match-team-logo {
    margin-inline-end: 16px;
  }
}
.match-score .match-team:first-child figcaption {
  text-align: left;
}
.match-score .match-team + .match-team {
  justify-content: flex-end;
}
.match-score .match-team + .match-team .match-team-logo {
  order: 1;
}
@media (max-width: 575px) {
  .match-score .match-team + .match-team .match-team-logo {
    float: right;
  }
}
@media screen and (min-width: 992px) and (max-width: 1439px) {
  .match-score .match-team + .match-team .match-team-logo {
    float: right;
    margin-inline-start: 0;
  }
}
@media (min-width: 576px) {
  .match-score .match-team + .match-team .match-team-logo {
    margin-inline-start: 12px;
  }
}
@media (min-width: 768px) {
  .match-score .match-team + .match-team .match-team-logo {
    margin-inline-start: 14px;
  }
}
@media (min-width: 1920px) {
  .match-score .match-team + .match-team .match-team-logo {
    margin-inline-start: 16px;
  }
}
.match-score .match-team + .match-team figcaption {
  text-align: right;
}
@media (max-width: 575px) {
  .match-score .match-team + .match-team figcaption {
    clear: right;
  }
}
@media screen and (min-width: 992px) and (max-width: 1439px) {
  .match-score .match-team + .match-team figcaption {
    clear: right;
  }
}
/**/
.match-score .match-team {
  max-width: 33%;
  flex: 1 0 33%;
}
@media (min-width: 576px) {
  .match-score .match-team {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .match-score .match-team {
    max-width: 40%;
    flex: 1 0 40%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1439px) {
  .match-score .match-team {
    display: block;
  }
}


/*match-stats-links*/
.match-stats-links {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  order: 1;
  padding-top: 20px;
  z-index: 2;
}
@media (min-width: 576px) {
  .match-stats-links {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .match-stats-links {
    padding-top: 0;
  }
}
.match-stats-links li a,
.match-stats-links li span {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 30px;
  border: 2px solid var(--color-secondary);
  border-radius: 100%;
  text-align: center;
  outline: none;
}
@media (min-width: 1920px) {
  .match-stats-links li a,
  .match-stats-links li span {
    width: 44px;
    height: 44px;
    line-height: 38px;
    border-width: 3px;
  }
}
.match-stats-links li a svg,
.match-stats-links li span svg {
  display: inline-block;
  width: 12px;
  height: 12px;
  fill: var(--color-secondary);
  transition: fill 300ms ease;
}
@media (min-width: 1920px) {
  .match-stats-links li a svg,
  .match-stats-links li span svg {
    width: 16px;
    height: 16px;
  }
}
.match-stats-links li a:hover, .match-stats-links li a.active,
.match-stats-links li span:hover,
.match-stats-links li span.active {
  cursor: pointer;
  border-color: var(--color-primary);
}
.match-stats-links li a:hover svg, .match-stats-links li a.active svg,
.match-stats-links li span:hover svg,
.match-stats-links li span.active svg {
  fill: var(--color-light);
}
.match-stats-links li.slick-active > a,
.match-stats-links li.slick-active > span {
  border-color: var(--color-primary);
}
.match-stats-links li.slick-active > a svg,
.match-stats-links li.slick-active > span svg {
  fill: var(--color-light);
}
.match-stats-links.match-stats-links--main {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto !important;
  width: auto !important;
}
@media (max-width: 991.98px) {
  .match-stats-links.match-stats-links--main {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 65%, rgba(0, 0, 0, 0));
  }
}
@media (min-width: 576px) {
  .match-stats-links.match-stats-links--main {
    padding-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .match-stats-links.match-stats-links--main {
    text-align: center;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .match-stats-links.match-stats-links--main {
    position: fixed;
    top: 50%;
    left: 70px;
    right: auto;
    transform: translateY(-50%);
  }
}
.match-stats-links.match-stats-links--main li {
  display: inline-block;
}
@media (min-width: 992px) {
  .match-stats-links.match-stats-links--main li {
    display: block;
  }
}
.match-stats-links.match-stats-links--main li + li {
  position: relative;
}
@media (max-width: 991.98px) {
  .match-stats-links.match-stats-links--main li + li {
    margin-left: 34px;
  }
}
@media (min-width: 992px) {
  .match-stats-links.match-stats-links--main li + li {
    margin-top: 38px;
  }
}
@media (min-width: 1920px) {
  .match-stats-links.match-stats-links--main li + li {
    margin-top: 50px;
  }
}
.match-stats-links.match-stats-links--main li + li:before {
  position: absolute;
  content: "";
}
@media (max-width: 991.98px) {
  .match-stats-links.match-stats-links--main li + li:before {
    width: 30px;
    top: 16px;
    right: calc(100% + 4px);
    border-top: 2px dotted var(--color-secondary);
  }
}
@media (min-width: 992px) {
  .match-stats-links.match-stats-links--main li + li:before {
    bottom: calc(100% + 4px);
    left: 16px;
    height: 30px;
    border-left: 2px dotted var(--color-secondary);
  }
}
@media (min-width: 1920px) {
  .match-stats-links.match-stats-links--main li + li:before {
    bottom: calc(100% + 9px);
    left: 20px;
    height: 32px;
    border-width: 4px;
  }
}
.match-score .match-stats-links, .match-score-inline .match-stats-links {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.match-score .match-stats-links li, .match-score-inline .match-stats-links li {
  display: inline-block;
}
.match-score .match-stats-links li + li, .match-score-inline .match-stats-links li + li {
  margin-left: 14px;
}
.match-score .match-stats-links li a, .match-score-inline .match-stats-links li a {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 30px;
  border: 2px solid var(--color-secondary);
  border-radius: 100%;
  text-align: center;
}
@media (min-width: 1920px) {
  .match-score .match-stats-links li a, .match-score-inline .match-stats-links li a {
    width: 44px;
    height: 44px;
    line-height: 42px;
    border-width: 3px;
  }
}
.match-score .match-stats-links li a svg, .match-score-inline .match-stats-links li a svg {
  display: inline-block;
  width: 12px;
  height: 12px;
  fill: var(--color-secondary);
  transition: fill 300ms ease;
}
@media (min-width: 1920px) {
  .match-score .match-stats-links li a svg, .match-score-inline .match-stats-links li a svg {
    width: 16px;
    height: 16px;
  }
}
.match-score .match-stats-links li a:hover, .match-score-inline .match-stats-links li a:hover {
  border-color: var(--color-primary);
}
.match-score .match-stats-links li a:hover svg, .match-score-inline .match-stats-links li a:hover svg {
  fill: var(--color-light);
}
.match-score .match-stats-links li:nth-child(1), .match-score-inline .match-stats-links li:nth-child(1) {
  transition-delay: 0;
}
.match-score .match-stats-links li:nth-child(2), .match-score-inline .match-stats-links li:nth-child(2) {
  transition-delay: 150ms;
}
.match-score .match-stats-links li:nth-child(3), .match-score-inline .match-stats-links li:nth-child(3) {
  transition-delay: 250ms;
}
.match-score .match-stats-links li:nth-child(4), .match-score-inline .match-stats-links li:nth-child(4) {
  transition-delay: 350ms;
}
@media (min-width: 992px) {
  .match-score .match-stats-links li {
    opacity: 0;
    transform: translateY(20px);
    transition: all 700ms ease;
  }
}
.match-score-inline .match-stats-links li {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: all 700ms ease;
}
.match-score:hover .match-stats-links li, .match-score-inline:hover .match-stats-links li {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 700ms ease;
}
.match-score:hover .match-stats-links li:nth-child(1), .match-score-inline:hover .match-stats-links li:nth-child(1) {
  transition-delay: 150ms;
}
.match-score:hover .match-stats-links li:nth-child(2), .match-score-inline:hover .match-stats-links li:nth-child(2) {
  transition-delay: 250ms;
}
.match-score:hover .match-stats-links li:nth-child(3), .match-score-inline:hover .match-stats-links li:nth-child(3) {
  transition-delay: 350ms;
}
.match-score:hover .match-stats-links li:nth-child(4), .match-score-inline:hover .match-stats-links li:nth-child(4) {
  transition-delay: 450ms;
}

.match-stats-links--color-light li a {
  border-color: rgba(255, 255, 255, 0.3);
}
.match-stats-links--color-light li a svg {
  fill: rgba(255, 255, 255, 0.3);
}
@media (max-width: 991.98px) {
  .match-stats-links--color-light li + li::before {
    border-top-color: rgba(255, 255, 255, 0.3);
  }
}
@media (min-width: 992px) {
  .match-stats-links--color-light li + li::before {
    border-left-color: rgba(255, 255, 255, 0.3);
  }
}

/*------------------------------------------------------------------------------*/
/*custom*/
.page-content .matches-scores .match-team-logo::before {
  border-style: none !important;
  border-color: unset !important
}

.page-content .matches-scores .match-result__label,
.page-content .matches-scores .matches-filter__label,
.page-content .matches-scores .match-score__competition {
  color: var(--color-primary);
}

.page-content .matches-scores .match-score .match-result__score {
  font-size: 1.725rem
}

.page-content .match-score__header {
  font-size: 1rem
}

.page-content .match-score .match-team-logo {
  width: 40px
}

.page-content .match-score .match-result__label {
  font-size: .9rem
}

.page-content .match-score.match-score--status-results .match-result__label {
  display: none
}

.page-content .match-score .match-team__country {
  font-size: .9rem
}

.page-content .sportspress .matches-scores .match-score-wrapper:last-child .match-score {
  margin-bottom: 0px !important
}

.page-content .match-score--status-future .match-score__footer,
.page-content .match-score--status-publish .match-score__footer {
  display: none !important
}

.single-post .post__body .match-score figure figcaption:not([class*='gallery-caption']),
.post--single-side-thumbnail .post__body .match-score figure figcaption:not([class*='gallery-caption']) {
  position: unset !important;
  padding: unset !important;
  font-size: unset !important;
  font-weight: unset !important;
  letter-spacing: unset !important;
  text-transform: unset !important;
  color: unset !important;
  background-color: unset !important
}

.single-post .post__body .match-score figure figcaption:not([class*='gallery-caption'])::before,
.post--single-side-thumbnail .match-score .post__body figure figcaption:not([class*='gallery-caption'])::before {
  content: none !important
}

.single-post .post__body .match-score figure figcaption:not([class*='gallery-caption'])::after,
.post--single-side-thumbnail .match-score .post__body figure figcaption:not([class*='gallery-caption'])::after {
  content: none !important
}

.archive.tax-sp_league .page-content .match-score,
.single-newsletter .page-content .match-score {
  background-color: #fff;
  color: var(--color-body);
  border: 1px solid rgba(var(--color-r), var(--color-g), var(--color-b), 1) !important
}

.archive.tax-sp_league .page-content .match-score .match-score__footer,
.single-newsletter .page-content .match-score .match-score__footer {
  border-top: 1px solid rgba(var(--color-r), var(--color-g), var(--color-b), .1) !important
}

.archive.tax-sp_league .page-content .match-score .match-score__header,
.single-newsletter .page-content .match-score .match-score__header {
  background-color: white !important;
  border-bottom: 5px solid rgba(var(--color-r), var(--color-g), var(--color-b), 1) !important;
  color: var(--color-body) !important
}

.archive.tax-sp_league .page-content .matches-scores .match-score__competition,
.single-newsletter .page-content .matches-scores .match-score__competition {
  color: var(--color-body);
}

.archive.tax-sp_league .page-content .match-score .match-team__name,
.single-newsletter .page-content .match-score .match-team__name {
  color: var(--color-body) !important
}

.archive.tax-sp_league .page-content .matches-scores .match-score .match-result__score,
.single-newsletter .page-content .matches-scores .match-score .match-result__score {
  color: var(--color-body) !important
}

.archive.tax-sp_league .page-content .match-score .match-stats-links li a,
.single-newsletter .page-content .match-score .match-stats-links li a {
  border-color: rgba(var(--color-r), var(--color-g), var(--color-b), 1) !important
}

.archive.tax-sp_league .page-content .match-score .match-stats-links li a:hover,
.single-newsletter .page-content .match-score .match-stats-links li a:hover {
  background-color: rgba(var(--color-r), var(--color-g), var(--color-b), 1) !important
}

.archive.tax-sp_league .page-content .match-score .match-stats-links li a svg,
.single-newsletter .page-content .match-score .match-stats-links li a svg {
  fill: var(--color-body) !important
}

.archive.tax-sp_league .page-content .match-score .match-stats-links li a:hover svg,
.single-newsletter .page-content .match-score .match-stats-links li a:hover svg {
  fill: white !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .3) !important
}

.single-post .page-content .match-score,
.search-results .page-content .match-score {
  background-color: #fff;
  color: var(--color-body);
  border: 1px solid var(--color-body) !important
}

.single-post .page-content .match-score .match-score__footer,
.search-results .page-content .match-score .match-score__footer {
  border-top: 1px solid rgba(34, 36, 48, .1) !important
}

.single-post .page-content .match-score .match-score__header,
.search-results .page-content .match-score .match-score__header {
  background-color: white !important;
  border-bottom: 5px solid var(--color-body) !important;
  color: var(--color-body) !important
}

.single-post .page-content .matches-scores .match-score__competition,
.search-results .page-content .matches-scores .match-score__competition {
  color: var(--color-body);
}

.single-post .page-content .match-score .match-team__name,
.search-results .page-content .match-score .match-team__name {
  color: var(--color-body) !important
}

.single-post .page-content .matches-scores .match-score .match-result__score,
.search-results .page-content .matches-scores .match-score .match-result__score {
  color: var(--color-body) !important
}

.single-post .page-content .match-score .match-stats-links li a,
.search-results .page-content .match-score .match-stats-links li a {
  border-color: var(--color-body) !important
}

.single-post .page-content .match-score .match-stats-links li a:hover,
.search-results .page-content .match-score .match-stats-links li a:hover {
  background-color: var(--color-primary) !important;
  border-color:var(--color-primary) !important;
}

.single-post .page-content .match-score .match-stats-links li a svg,
.search-results .page-content .match-score .match-stats-links li a svg {
  fill: var(--color-body) !important
}

.single-post .page-content .match-score .match-stats-links li a:hover svg,
.search-results .page-content .match-score .match-stats-links li a:hover svg {
  fill: var(--color-body) !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .3) !important
}

@media (max-width: 991px) {
  .page-content .match-score .match-team__name {
      font-size: 1.1rem !important
  }

  .page-content .match-score .match-result__label {
      font-size: 0.85rem !important
  }

  .page-content .match-score .match-team__country {
      font-size: 0.85rem !important
  }
}

@media (max-width: 767px) {
  .page-content .match-score .match-team__name {
      font-size: 1rem !important
  }

  .page-content .match-score .match-result__label {
      font-size: 0.8rem !important
  }

  .page-content .match-score .match-team__country {
      font-size: 0.8rem !important
  }
}

@media (max-width: 575px) {
  .page-content .match-score .match-stats-links {
      padding-top: 0
  }

  .page-content .match-score__header {
      font-size: .9rem
  }

  .page-content .match-score .match-team__name {
      font-size: 0.9rem !important
  }

  .page-content .match-score .match-team img {
      margin-bottom: 5px !important
  }

  .page-content .match-score .match-result__label {
      font-size: 0.75rem !important
  }

  .page-content .match-score .match-team__country {
      font-size: 0.75rem !important
  }
}

@media (max-width: 350px) {

  .page-content .match-score .match-team__name,
  .page-content .match-score .match-team__country {
      display: none !important
  }

  .page-content .match-score .match-team figcaption {
      padding-top: 0
  }

  .page-content .match-score .match-team img {
      margin-bottom: 0px !important
  }

  .page-content .match-score__header {
      font-size: .8rem
  }
}

@media (max-width: 250px) {
  .page-content .match-score .match-score__body {
      display: none !important
  }
}

@media (min-width: 992px) {
  .page-content .match-score .match-score__header {
      font-size: 1.15rem
  }

  .page-content .match-score .match-team-logo {
      width: 50px
  }

  .page-content .match-score .match-team__name {
      font-size: 1.15rem !important
  }

  .page-content .match-score .match-result__label {
      font-size: 0.9rem !important
  }

  .page-content .match-score .match-team__country {
      font-size: 0.9rem !important
  }

  .page-content .match-score.match-score--status-future:hover .match-score__body,
  .page-content .match-score.match-score--status-publish:hover .match-score__body {
      opacity: 1 !important;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      transition-delay: unset
  }

  .page-content .match-score.match-score--status-future:hover .match-score__logo,
  .page-content .match-score.match-score--status-publish:hover .match-score__logo {
      opacity: 1 !important;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      transition: unset
  }
}

@media (min-width: 992px) and (max-width:1439px) {
  .page-content .match-score .match-team img {
      margin-bottom: 10px !important
  }
}

@media (min-width: 1920px) {
  .page-content .match-score .match-team-logo {
      width: 60px
  }

  .page-content .match-score .match-score__header {
      font-size: 1.3rem
  }

  .page-content .matches-scores .match-score .match-result__score {
      font-size: 1.9rem
  }

  .page-content .match-score .match-team__name {
      font-size: 1.3rem !important
  }

  .page-content .match-score .match-result__label {
      font-size: 1rem !important
  }

  .page-content .match-score .match-team__country {
      margin-top: 5px;
      font-size: 1rem !important
  }
}