.hot-links button {
  display: grid;
  min-height: 64px;
  padding: 10px;
  place-items: center;
  color: #243755;
  background: #fff;
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.hot-links button:nth-child(2n) {
  border-right: 0;
}

.hot-links button:hover,
.hot-links button:focus-visible {
  color: var(--blue);
  background: #f4f8ff;
  outline: none;
}

.world-cup-focus {
  padding: 12px;
}

.focus-head,
.focus-team {
  display: flex;
  align-items: center;
}

.focus-head {
  justify-content: space-between;
  gap: 8px;
}

.focus-head b {
  padding: 3px 7px;
  color: #fff;
  background: #e9a12b;
  border-radius: 10px;
  font-size: 10px;
}

.focus-head b.live {
  background: #df4038;
}

.focus-head b.finished {
  background: #89919c;
}

.focus-team {
  min-height: 34px;
  gap: 7px;
  text-align: left;
}

.focus-team > span {
  color: inherit;
  font-size: 22px;
}

.focus-team > strong {
  min-width: 0;
  margin: 0;
  flex: 1;
  font-size: 15px;
}

.focus-team > em {
  color: var(--red);
  font-size: 19px;
  font-style: normal;
  font-weight: 800;
}

.focus-score {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
}

.focus-link {
  display: block;
  margin-top: 7px;
  padding-top: 7px;
  color: var(--blue);
  border-top: 1px solid #dbe5ed;
  font-size: 11px;
}
