.fifa_ribbon_list .torneo-match-scroller {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding: 0.5rem 0;
}

.fifa_ribbon_list .torneo-match-scroller--vertical {
  flex-direction: column;
  overflow-x: visible;
  overflow-y: auto;
}

/* Card */
.fifa_ribbon_list .torneo-match-scroller__item {
flex: 0 0 auto;
  min-width: 265px;
  border: none;
  border-radius: 10px;
  padding: 0 0.9rem;
  padding-top: 0.55rem;
  display: flex;
  flex-direction: column;
  background: linear-gradient(to bottom right, rgba(206, 206, 207, 0.98), rgba(188, 229, 251, 0.98) 35%, rgba(68, 67, 68, 0.98));
  /* box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.35); */
  height: 100%;
  min-height: auto;
  }

.fifa_ribbon_list .torneo-match-scroller__teams {
  font-weight: 400;
}

/* Links */
.fifa_ribbon_list .torneo-match-scroller__teams a,
.fifa_ribbon_list .torneo-match-scroller__meta {
  color: rgba(20, 20, 20, 0.92) !important;
  text-decoration: none;
}

.fifa_ribbon_list .torneo-match-scroller__teams a:hover,
.fifa_ribbon_list .torneo-match-scroller__meta:hover {
  color: rgba(0, 0, 0, 1) !important;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.fifa_ribbon_list .torneo-match-scroller__teams a:focus-visible,
.fifa_ribbon_list .torneo-match-scroller__meta:focus-visible {
  outline: 2px solid rgba(36, 110, 248, 0.65);
  outline-offset: 2px;
  border-radius: 6px;
}

.fifa_ribbon_list .torneo-match-scroller__team {
  margin: 0;
}

.fifa_ribbon_list .torneo-match-scroller__flag {
  vertical-align: middle;
  margin-right: 0.5rem;
  width: 24px;
  height: auto;
  display: inline-block;
}

.fifa_ribbon_list .torneo-match-scroller__name {
  display: inline-block;
  vertical-align: middle;
}

/* Footer links row */
.fifa_ribbon_list .torneo-match-scroller__meta-container {
  margin-top: auto;
  border-top: 1px solid rgba(36, 110, 248, 0.35) !important;

  display: flex;
  justify-content: space-evenly;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;

  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}

/* Footer links */
.fifa_ribbon_list .torneo-match-scroller__meta {
  font-size: 0.775rem;
  font-weight: 600;
  white-space: nowrap;

  /* cleaner link colour */
  color: rgba(36, 110, 248, 0.92) !important;
}

.fifa_ribbon_list .torneo-match-scroller__meta:hover {
  color: rgba(17, 72, 200, 1) !important;
}

/* VS + Title */
.fifa_ribbon_list .torneo-match-scroller__vs {
  font-weight: 500;
  margin: 0;
  text-align: center;
  color: rgba(20, 20, 20, 0.9);
}

.fifa_ribbon_list .torneo-match-scroller__title {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(36, 110, 248, 0.35);
  padding-bottom: 0.35rem;
  text-align: center;
  color: rgba(20, 20, 20, 0.95);
}

.fifa_ribbon_list .torneo-match-scroller__venue,
.torneo-match-scroller__competition {
  font-size: 0.8rem;
  color: rgba(20, 20, 20, 0.78);
  margin-bottom: 0;
}

.fifa_ribbon_list .torneo-match-scroller__status {
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(36, 110, 248, 1);
}

/* Kickoff/time */
.fifa_ribbon_list .torneo-match-scroller__kickoff,
.torneo-match-scroller__stage {
  font-size: 1.05rem;
  color: rgba(20, 20, 20, 0.72);
  text-align: center;
}

.fifa_ribbon_list .torneo-match-scroller__score {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  font-weight: 800;
}

/* Team rows */
.fifa_ribbon_list .torneo-match-scroller__team {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.fifa_ribbon_list .torneo-match-scroller__team-name {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}

.fifa_ribbon_list .torneo-match-scroller__team-score {
  margin-left: auto;
  font-weight: 800;
  font-size: 1.25rem;
  text-align: right;
  min-width: 2ch;
  color: rgba(20, 20, 20, 0.95);
}