.match_details_header {
  margin-bottom: 20px;
}

/* Commentary box */
.commentary_box {
  background-color: var(--dark);
  border-radius: 12px;
  padding: 15px 18px;
  max-height: 300px;
  overflow-y: auto;
  line-height: 1.6;
}

.commentary_box p {
  display: flex;
  margin-bottom: 10px;
}

.commentary_box strong {
  width: 24px;
  color: var(--brand);
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .team_logo {
    width: 60px;
    height: 60px;
  }

  .match_score {
    font-size: 28px;
  }

  .match_status {
    font-size: 14px;
  }

  .match_date {
    font-size: 14px;
  }
}
