/* Clear link from fixture cards to the existing fixture / Match Centre page. */
a.mkl-fixture-match-centre-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: .55em;
  min-height: 40px;
  padding: 9px 15px !important;
  margin-top: 4px;
  border: 1px solid #c9a33a;
  background: #111;
  color: #fff !important;
  text-decoration: none !important;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: .02em;
  transition: transform .15s ease, background-color .15s ease, border-color .15s ease;
}

a.mkl-fixture-match-centre-link:hover,
a.mkl-fixture-match-centre-link:focus-visible {
  background: #c9a33a;
  color: #111 !important;
  text-decoration: none !important;
  transform: translateY(-1px);
}

.mkl-fixture-match-centre-arrow {
  font-size: 1.15em;
  line-height: 1;
}

@media (max-width: 640px) {
  a.mkl-fixture-match-centre-link {
    min-height: 44px;
    padding: 10px 16px !important;
  }
}
