.historical-match-v27-result {
  margin: 0 0 18px;
  padding: 18px;
  border: 1px solid rgba(191, 132, 43, 0.28);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(42, 32, 17, 0.06);
}

.historical-match-v27-result > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 15px;
}

.historical-match-v27-result > div:first-child span {
  color: #a56b0c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.historical-match-v27-result > div:first-child small {
  color: #8f8a82;
  font-size: 11px;
  font-weight: 700;
}

.historical-match-v27-score {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
}

.historical-match-v27-score > span {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 9px;
}

.historical-match-v27-score > span:last-child {
  justify-content: flex-end;
  text-align: right;
}

.historical-match-v27-score img,
.historical-match-v27-score .football-team-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex: 0 0 auto;
}

.historical-match-v27-score strong {
  color: #171717;
  font-size: 14px;
  line-height: 1.15;
}

.historical-match-v27-score b {
  min-width: 72px;
  color: #171717;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.04em;
}

@media (max-width: 480px) {
  .historical-match-v27-result {
    padding: 15px;
    border-radius: 20px;
  }

  .historical-match-v27-score {
    gap: 8px;
  }

  .historical-match-v27-score img,
  .historical-match-v27-score .football-team-logo {
    width: 36px;
    height: 36px;
  }

  .historical-match-v27-score strong {
    font-size: 12px;
  }

  .historical-match-v27-score b {
    min-width: 58px;
    font-size: 28px;
  }
}