/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./src/blocks/result-teaser/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
.ui-match-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ui-match-card__section-header {
  margin-bottom: 12px;
}
.ui-match-card__match {
  padding: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
}
.ui-match-card__match--isLive {
  background-color: #106bfe;
}
.ui-match-card--has-bets .ui-match-card__match {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ui-match-card__bets {
  display: flex;
  flex-direction: column;
  border: 1px solid #e5e5e5;
  border-top: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
}
.ui-match-card__optional-field {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  line-height: 16px;
}
.ui-match-card__optional-field > *:first-child {
  margin-top: 12px;
}
.ui-match-card__optional-field--align-left {
  align-items: flex-start;
}
.ui-match-card__optional-field--align-right {
  align-items: flex-end;
}
.ui-match-card__optional-field--align-center {
  align-items: center;
}
.ui-match {
  width: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: center;
  font-family: "Barlow Regular";
}
.ui-match__container {
  align-self: stretch;
  display: flex;
  align-items: stretch;
}
.ui-match--live {
  background-color: #106bfe;
}
@media (max-width: 300px) {
  .ui-match {
    font-size: 14px;
  }
}
.ui-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  gap: 4px;
  max-width: 100%;
  min-width: 0;
}
.ui-team__logo-container {
  height: 40px;
  width: 40px;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-team__logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ui-team__logo-placeholder {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background-color: #777777;
}
.ui-team__name {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  align-self: stretch;
  text-align: center;
  font-family: "Barlow Regular";
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.ui-team__name--live {
  color: #ffffff;
  font-family: "Barlow Bold";
}
.ui-team__name.match-winner {
  font-family: "Barlow Bold";
}
.ui-match-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  height: 65px;
  padding: 0 6px;
  font-family: "Barlow SC Black Italic";
}
.ui-match-info__time {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 24px;
  flex: 1;
}
.ui-match-info__score {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  line-height: 36px;
  flex: 1;
  align-self: stretch;
}
.ui-match-info__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ui-match-info__date {
  font-size: 12px;
  line-height: 16px;
}
.ui-match-info--live {
  color: #ffffff;
}
.ui-set-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ui-set-card__match {
  padding: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
  background-color: #ffffff;
}
.ui-set-card__match--live {
  background-color: #106bfe;
}
.ui-set-card__match--live .ui-section-header__title {
  color: #ffffff;
}
.ui-set-card__match--live .ui-section-header--with-border {
  border-color: rgba(255, 255, 255, 0.2);
}
.ui-set-card--has-bets .ui-set-card__match {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ui-set-card__bets {
  display: flex;
  flex-direction: column;
  border: 1px solid #e5e5e5;
  border-top: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
}
.ui-set-card__section-header {
  margin-bottom: 8px;
}
.ui-set-card__optional-field {
  display: flex;
  flex-direction: column;
  font-size: 10px;
  line-height: 14px;
}
.ui-set-card__match--live .ui-set-card__optional-field {
  color: rgba(255, 255, 255, 0.7);
}
.ui-set-card__optional-field > *:first-child {
  margin-top: 12px;
}
.ui-set-card__optional-field--align-left {
  align-items: flex-start;
}
.ui-set-card__optional-field--align-right {
  align-items: flex-end;
}
.ui-set-card__optional-field--align-center {
  align-items: center;
}
.ui-set {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.ui-set__competitors {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ui-set-competitor {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
}
.ui-set-competitor__logo {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background-color: #777777;
  border-radius: 999px;
  background-color: #777777;
}
.ui-set-competitor__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ui-set-competitor__placeholder {
  display: contents;
}
.ui-set-competitor__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.ui-set-competitor__name {
  font-family: "Barlow Regular";
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-set-competitor__balance {
  font-family: "Barlow Regular";
  font-size: 10px;
  line-height: 14px;
  color: #000000;
}
.ui-set-competitor--live .ui-set-competitor__name {
  font-family: "Barlow Bold";
  color: #ffffff;
}
.ui-set-competitor--live .ui-set-competitor__balance {
  color: rgba(255, 255, 255, 0.7);
}
.ui-set-competitor--walkover .ui-set-competitor__name, .ui-set-competitor--winner .ui-set-competitor__name {
  font-family: "Barlow Bold";
  color: #000000;
}
.ui-set-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ui-set-result__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.ui-set-result__score {
  font-family: "Barlow SC Black Italic";
  text-transform: uppercase;
  color: #000000;
}
.ui-set-result__set-number {
  font-family: "Barlow Regular";
  color: #777777;
}
.ui-set-result--post {
  background-color: #e5e5e5;
}
.ui-set-result--live-post {
  background-color: #ffffff;
}
.ui-set-result--live {
  background-color: #ff004a;
}
.ui-set-result--live .ui-set-result__score,
.ui-set-result--live .ui-set-result__set-number {
  color: #ffffff;
}
.ui-set-result--size-s {
  width: 16px;
  height: 64px;
  border-radius: 4px;
}
.ui-set-result--size-s .ui-set-result__inner {
  gap: 6px;
}
.ui-set-result--size-s .ui-set-result__score {
  font-size: 12px;
  line-height: 16px;
}
.ui-set-result--size-s .ui-set-result__set-number {
  font-size: 12px;
  line-height: 16px;
}
.ui-set-result--size-m {
  width: 24px;
  height: 92px;
  border-radius: 6px;
}
.ui-set-result--size-m .ui-set-result__inner {
  gap: 8px;
}
.ui-set-result--size-m .ui-set-result__score {
  font-size: 18px;
  line-height: 24px;
}
.ui-set-result--size-m .ui-set-result__set-number {
  font-size: 14px;
  line-height: 18px;
}
.ui-set-result--size-l {
  width: 32px;
  height: 109px;
  border-radius: 8px;
}
.ui-set-result--size-l .ui-set-result__inner {
  gap: 8px;
}
.ui-set-result--size-l .ui-set-result__score {
  font-size: 24px;
  line-height: 28px;
}
.ui-set-result--size-l .ui-set-result__set-number {
  font-size: 18px;
  line-height: 24px;
}
.ui-set-info {
  font-family: "Barlow SC Black Italic";
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  gap: 12px;
}
.ui-set-info__pre-content {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ui-set-info__date {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  white-space: nowrap;
}
.ui-set-info__time {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  white-space: nowrap;
}
.ui-set-info__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 4px;
}
.ui-set-info__sets {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ui-set-info__result {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: right;
}
.ui-set-info__result-score {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
}
.ui-set-info--live .ui-set-info__result-score {
  color: #ffffff;
}
.ui-event-card {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  background-color: #ffffff;
}
.ui-event-card--bordered {
  border: 1px solid #e5e5e5;
}
.ui-event-card--live {
  background-color: #106bfe;
}
.ui-event-card--live {
  background-color: #106bfe;
  color: #ffffff;
}
.ui-event-card__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
}
.ui-event-card__events {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ui-event-card__optional {
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Barlow Regular";
  padding: 0 12px 12px;
  color: #000000;
  text-align: center;
}
.ui-event-card .ui-event-competitor__leading {
  border-radius: 4px;
}
.ui-event-card-header {
  font-family: "Barlow SC Black Italic";
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
}
.ui-event-card-header--bordered {
  border: 1px solid #e5e5e5;
}
.ui-event-card-header__main {
  display: flex;
  align-items: center;
}
.ui-event-card-header__event {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.ui-event-card-header__logo {
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 2px;
}
.ui-event-card-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.ui-event-card-header__name {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  font-family: "Barlow Regular";
  color: #000000;
}
.ui-event-card-header__label {
  flex-shrink: 0;
}
.ui-event-card-header__date {
  flex-shrink: 0;
  color: #000000;
  white-space: nowrap;
}
.ui-event-card-header__time {
  flex-shrink: 0;
  color: #000000;
  white-space: nowrap;
}
.ui-event-card-header__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-event-card-header--size-s .ui-event-card-header__main {
  padding: 12px;
  gap: 12px;
}
.ui-event-card-header--size-s .ui-event-card-header__event {
  gap: 6px;
}
.ui-event-card-header--size-s .ui-event-card-header__logo {
  width: 40px;
  height: 40px;
}
.ui-event-card-header--size-s .ui-event-card-header__name {
  font-size: 18px;
  line-height: 24px;
}
.ui-event-card-header--size-s .ui-event-card-header__date {
  font-size: 18px;
  line-height: 24px;
}
.ui-event-card-header--size-s .ui-event-card-header__time {
  font-size: 24px;
  line-height: 32px;
}
.ui-event-card-header--size-m .ui-event-card-header__main {
  padding: 12px;
  gap: 12px;
}
.ui-event-card-header--size-m .ui-event-card-header__event {
  gap: 12px;
}
.ui-event-card-header--size-m .ui-event-card-header__logo {
  width: 44px;
  height: 44px;
}
.ui-event-card-header--size-m .ui-event-card-header__name {
  font-size: 20px;
  line-height: 26px;
}
.ui-event-card-header--size-m .ui-event-card-header__date {
  font-size: 20px;
  line-height: 26px;
}
.ui-event-card-header--size-m .ui-event-card-header__time {
  font-size: 28px;
  line-height: 36px;
}
.ui-event-card-header--size-l .ui-event-card-header__main {
  padding: 20px 24px;
  gap: 24px;
}
.ui-event-card-header--size-l .ui-event-card-header__event {
  gap: 12px;
}
.ui-event-card-header--size-l .ui-event-card-header__logo {
  width: 80px;
  height: 80px;
}
.ui-event-card-header--size-l .ui-event-card-header__name {
  font-size: 40px;
  line-height: 50px;
}
.ui-event-card-header--size-l .ui-event-card-header__date {
  font-size: 28px;
  line-height: 36px;
}
.ui-event-card-header--size-l .ui-event-card-header__time {
  font-size: 40px;
  line-height: 50px;
}
.ui-event-card-header--live .ui-event-card-header__main {
  background-color: #106bfe;
}
.ui-event-card-header--live .ui-event-card-header__name {
  color: #ffffff;
}
.ui-event-card-header--live .ui-event-card-header__date,
.ui-event-card-header--live .ui-event-card-header__time {
  color: #ffffff;
}
.ui-event {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ui-event--live {
  background-color: #106bfe;
}
.ui-event__competitor {
  flex: 1;
  min-width: 0;
}
.ui-event__info {
  flex-shrink: 0;
}
.ui-event-competitor {
  display: flex;
  align-items: center;
}
.ui-event-competitor__inner {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
.ui-event-competitor__leading {
  border-radius: radius(xxs);
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.ui-event-competitor__leading-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.ui-event-competitor__text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.ui-event-competitor__name {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  font-family: "Barlow Regular";
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.ui-event-competitor__team {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  overflow: hidden;
}
.ui-event-competitor__team-logo {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-event-competitor__team-logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.ui-event-competitor__team-name {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  font-family: "Barlow Regular";
  font-size: 10px;
  line-height: 14px;
  color: #000000;
}
.ui-event-competitor--live .ui-event-competitor__name {
  font-family: "Barlow Bold";
  color: #ffffff;
}
.ui-event-competitor--live .ui-event-competitor__team-name {
  font-family: "Barlow Bold";
  color: #ffffff;
}
.ui-event-info {
  font-family: "Barlow SC Black Italic";
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  gap: 12px;
}
.ui-event-info__pre {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ui-event-info__date {
  font-size: 12px;
  line-height: 16px;
}
.ui-event-info__time {
  font-size: 16px;
  line-height: 22px;
}
.ui-event-info__result {
  font-size: 16px;
  line-height: 22px;
  white-space: nowrap;
  text-align: right;
}
.ui-event-info__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-event-info--live {
  color: #ffffff;
}
.ui-label {
  display: inline-flex;
  align-items: center;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: "Barlow SC Black Italic";
  font-style: italic;
  font-weight: 900;
  overflow: hidden;
  white-space: nowrap;
}
.ui-label__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-label__text {
  display: block;
}
.ui-label__icon {
  display: flex;
  align-items: center;
  margin-right: 4px;
}
.ui-label__team-logo {
  display: flex;
  align-items: center;
  background-color: #000000;
  padding: 2px;
}
.ui-label--size-xs {
  font-size: 10px;
  line-height: 14px;
  padding-left: 2px;
  padding-right: 2px;
}
.ui-label--size-s {
  font-size: 12px;
  line-height: 16px;
  padding-left: 4px;
  padding-right: 4px;
}
.ui-label--size-m {
  font-size: 14px;
  line-height: 18px;
  padding: 2px 6px;
}
.ui-label--size-l {
  font-size: 20px;
  line-height: 24px;
  padding: 2px 6px;
}
.ui-label--type-primary {
  background-color: #000000;
  color: #ffffff;
}
.ui-label--type-secondary {
  background-color: #ffffff;
  color: #000000;
}
.ui-label--type-tertiary {
  background-color: #777777;
  color: #ffffff;
}
.ui-label--type-highlight {
  background-color: #ff004a;
  color: #ffffff;
}
.ui-label--type-transfer {
  background-color: #cffc04;
  color: #000000;
}
.ui-section-header {
  display: flex;
  align-items: center;
  font-family: "Barlow Regular";
  width: 100%;
}
.ui-section-header.live {
  color: #ffffff;
}
.ui-section-header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 6px;
  width: 24px;
  height: 24px;
}
.ui-section-header__logo img {
  border-radius: 2px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ui-section-header__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ui-section-header__trailing {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-left: 6px;
}
.ui-section-header--size-s .ui-section-header__title {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
}
.ui-section-header--size-s.ui-section-header--with-border {
  padding: 6px 12px;
}
.ui-section-header--size-m .ui-section-header__logo {
  width: 36px;
  height: 36px;
}
.ui-section-header--size-m .ui-section-header__title {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  font-family: "Barlow Bold";
}
.ui-section-header--size-m .ui-section-header__subtitle {
  font-size: 14px;
  line-height: 18px;
}
.ui-section-header--size-m.ui-section-header--with-border {
  padding: 6px 12px;
}
.ui-section-header--with-border {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
}
.ui-bet-row {
  box-sizing: border-box;
  align-items: center;
  display: flex;
  width: 100%;
  position: relative;
  border-radius: 0 0 12px 12px;
  background-color: #f1f0f5;
  overflow: hidden;
  padding: 4px;
  text-align: center;
  font-family: "Barlow Regular";
  color: #777777;
  font-size: 10px;
  line-height: 14px;
}
.ui-bet-row__container {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 4px;
}
.ui-bet-row__left-label {
  height: 16px;
  width: 32px;
  flex-shrink: 0;
  position: relative;
}
.ui-bet-row__label-text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
}
.ui-bet-row__option-button {
  height: 16px;
  flex: 1;
  border-radius: 999px;
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  padding: 0 4px;
  box-sizing: border-box;
  text-align: left;
  color: #000000;
}
.ui-bet-row__button-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex: 1;
}
.ui-bet-row__bonus-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.ui-bet-row__brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 32px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: #f5f5f5;
}
.ui-bet-row__logo-image {
  position: absolute;
  inset: 22.06% 6%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ui-bet-row--size-xs {
  padding: 2px;
  font-size: 8px;
  line-height: 12px;
}
.ui-bet-row--size-xs .ui-bet-row__left-label {
  width: 24px;
  height: 12px;
}
.ui-bet-row--size-xs .ui-bet-row__option-button {
  height: 12px;
}
.ui-bet-row--size-xs .ui-bet-row__brand-logo {
  width: 24px;
  height: 12px;
  border-radius: 6px;
}
.standings-links {
  display: flex;
  justify-content: end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ui-link-button {
  display: inline-flex;
  text-decoration: none;
  font-family: "Barlow Regular";
  cursor: pointer;
}
.ui-link-button--disabled {
  pointer-events: none;
  cursor: default;
}
.ui-link-button--underlined .ui-link-button__label {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.ui-link-button__state-layer {
  display: inline-flex;
  align-items: center;
}
.ui-link-button__icon {
  display: inline-flex;
  align-items: center;
}
.ui-link-button--s .ui-link-button__state-layer {
  gap: 2px;
  padding: 4px 8px;
}
.ui-link-button--s .ui-link-button__label {
  font-size: 14px;
  line-height: 18px;
}
.ui-link-button--m .ui-link-button__state-layer {
  gap: 2px;
  padding: 4px 12px;
}
.ui-link-button--m .ui-link-button__label {
  font-size: 18px;
  line-height: 24px;
}
.ui-link-button--l .ui-link-button__state-layer {
  gap: 4px;
  padding: 4px 12px;
}
.ui-link-button--l .ui-link-button__label {
  font-size: 24px;
  line-height: 32px;
}
.ui-link-button--primary {
  color: #000000;
}
.ui-link-button--primary:hover, .ui-link-button--primary:active {
  color: rgba(0, 0, 0, 0.7);
}
.ui-link-button--primary.ui-link-button--disabled {
  color: rgba(119, 119, 119, 0.5);
}
.ui-link-button--secondary {
  color: #ffffff;
}
.ui-link-button--secondary:hover, .ui-link-button--secondary:active {
  color: rgba(255, 255, 255, 0.7);
}
.ui-link-button--secondary.ui-link-button--disabled {
  color: rgba(119, 119, 119, 0.5);
}
.ui-link-button--tertiary {
  color: #777777;
}
.ui-link-button--tertiary:hover, .ui-link-button--tertiary:active {
  color: rgba(119, 119, 119, 0.7);
}
.ui-link-button--tertiary.ui-link-button--disabled {
  color: rgba(119, 119, 119, 0.5);
}
.ui-link-button--highlight {
  color: #106bfe;
}
.ui-link-button--highlight:hover, .ui-link-button--highlight:active {
  color: rgba(16, 107, 254, 0.7);
}
.ui-link-button--highlight.ui-link-button--disabled {
  color: rgba(119, 119, 119, 0.5);
}
.result-teaser {
  display: flex;
  gap: 10px;
  overflow: scroll;
  padding: 12px;
  background-color: #ffffff;
  overflow-x: auto;
  scrollbar-width: none;
}
.result-teaser::-webkit-scrollbar {
  display: none;
}
.result-teaser .match-card-wrapper {
  max-width: 200px;
  min-width: 200px;
  color: #000000;
  text-decoration: none;
}
.result-teaser .match-card-wrapper > * {
  height: 100%;
}
.result-teaser .match-card-wrapper .ui-match-card {
  margin-bottom: 0;
}
.result-teaser .match-card-wrapper .ui-match-card__match {
  padding: 6px;
  height: 100%;
}
.result-teaser .match-card-wrapper .ui-match-card__match .ui-team {
  justify-content: center;
}
.result-teaser .match-card-wrapper .ui-match-card__match .ui-team__logo-container {
  width: 28px;
  height: 28px;
}
.result-teaser .match-card-wrapper .ui-match-card__match .ui-team__name {
  font-size: 12px;
  line-height: 16px;
}
.result-teaser .match-card-wrapper .ui-match-card__match .ui-match-info {
  height: auto;
}
.result-teaser .match-card-wrapper .ui-match-card__match .ui-match-info__score {
  font-size: 20px;
  line-height: 26px;
}
.result-teaser .match-card-wrapper .ui-set-card {
  max-width: 200px;
  min-width: 200px;
}
.result-teaser .match-card-wrapper .ui-set-card__match {
  padding: 6px;
  height: 100%;
}
.result-teaser .match-card-wrapper .ui-set-card .ui-section-header {
  padding: 0;
  margin-bottom: 6px;
  border: none;
}
.result-teaser .match-card-wrapper .ui-set-card .ui-set-competitor__logo {
  height: 20px;
  width: 20px;
}
.result-teaser .match-card-wrapper .ui-set-card .ui-set-competitor__name {
  font-size: 12px;
  line-height: 16px;
}
.result-teaser .match-card-wrapper .ui-set-card .ui-set-info__total-score {
  font-size: 18px;
  line-height: 24px;
}
.result-teaser .match-card-wrapper .ui-set-card .ui-set-info__date {
  display: none;
}
.result-teaser .match-card-wrapper .ui-event-card__inner {
  padding: 6px;
  gap: 0px;
}
.result-teaser .match-card-wrapper .ui-event-card__inner .ui-event-competitor__leading {
  height: 28px;
  width: 28px;
}
.result-teaser .match-card-wrapper .ui-event-card__inner .ui-event-competitor__name {
  font-size: 12px;
  line-height: 16px;
}
.result-teaser .match-card-wrapper .ui-event-card__inner .ui-event-info__date {
  font-size: 14px;
  line-height: 16px;
}
.result-teaser .match-card-wrapper .ui-section-header {
  margin-bottom: 6px;
}
.result-teaser .match-card-wrapper .ui-section-header__logo {
  height: 14px;
  width: 14px;
}
.result-teaser .match-card-wrapper .ui-section-header__title {
  font-size: 8px;
  line-height: 12px;
}
.result-teaser .standings-links {
  margin-block: auto;
}
.result-teaser .standings-links .ui-link-button {
  white-space: nowrap;
}

/*# sourceMappingURL=style-index.css.map*/