.match-report-v30 {
  display: block;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgb(178 113 12 / 0.18);
  background: #fff;
}

.match-report-v30-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.25rem 1rem;
  border-bottom: 1px solid #ece9e2;
}

.match-report-v30-header span {
  color: #a56708;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.match-report-v30-header h3 {
  margin: 0.2rem 0 0;
  font-size: clamp(1.15rem, 4vw, 1.55rem);
  line-height: 1.08;
}

.match-report-v30-header > b {
  flex: 0 0 auto;
  border: 1px solid rgb(165 103 8 / 0.22);
  border-radius: 999px;
  background: #faf3e5;
  padding: 0.45rem 0.65rem;
  color: #a56708;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
}

.match-report-v30-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.25rem;
  padding: 0.45rem;
  background: #f4f2ed;
}

.match-report-v30-tabs button {
  min-width: 0;
  border: 0;
  border-radius: 0.65rem;
  background: transparent;
  padding: 0.62rem 0.2rem;
  color: #77736b;
  font-size: 0.7rem;
  font-weight: 800;
  white-space: nowrap;
}

.match-report-v30-tabs button.is-active {
  background: #fff;
  color: #9d6005;
  box-shadow: 0 2px 8px rgb(30 26 17 / 0.08);
}

.match-report-v30-panel {
  padding: 1rem 1.15rem 1.25rem;
}

.match-report-v30-panel[hidden] {
  display: none !important;
}

.match-report-v30-context {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.match-report-v30-context > div {
  min-width: 0;
  border: 1px solid #ece9e2;
  border-radius: 0.8rem;
  background: #fbfaf7;
  padding: 0.7rem;
}

.match-report-v30-context span,
.match-report-v30-context strong {
  display: block;
}

.match-report-v30-coverage {
  margin-top: 0.8rem;
  border: 1px solid #e8e3d9;
  border-radius: 0.9rem;
  background: #fbfaf7;
  padding: 0.75rem;
}

.match-report-v30-coverage > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.match-report-v30-coverage > header span,
.match-report-v30-coverage > header strong {
  display: block;
}

.match-report-v30-coverage > header span {
  color: #a56708;
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.match-report-v30-coverage > header strong {
  margin-top: 0.08rem;
  font-size: 0.72rem;
}

.match-report-v30-coverage > header b {
  color: #8b857b;
  font-size: 0.58rem;
  text-transform: uppercase;
}

.match-report-v30-coverage > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem;
  margin-top: 0.65rem;
}

.match-report-v30-coverage article {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem;
  border-radius: 0.55rem;
  background: #f1eee8;
  padding: 0.45rem 0.5rem;
}

.match-report-v30-coverage article.is-available {
  background: #edf7ef;
  color: #226437;
}

.match-report-v30-coverage article strong,
.match-report-v30-coverage article span {
  overflow: hidden;
  font-size: 0.58rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.match-report-v30-coverage article span {
  color: #827c72;
}

.match-report-v30-coverage details {
  margin-top: 0.65rem;
  border-top: 1px solid #e6e1d8;
  padding-top: 0.55rem;
}

.match-report-v30-coverage summary {
  color: #8a5c16;
  cursor: pointer;
  font-size: 0.62rem;
  font-weight: 800;
}

.match-report-v30-coverage ul {
  display: grid;
  gap: 0.35rem;
  margin: 0.55rem 0 0;
  padding: 0;
  list-style: none;
}

.match-report-v30-coverage li strong,
.match-report-v30-coverage li span {
  display: block;
  font-size: 0.58rem;
}

.match-report-v30-coverage li span,
.match-report-v30-coverage > p {
  color: #7d776e;
  line-height: 1.35;
}

.match-report-v30-coverage > p {
  margin: 0.55rem 0 0;
  font-size: 0.58rem;
}

.match-report-v30-context span {
  color: #918c82;
  font-size: 0.66rem;
}

.match-report-v30-context strong {
  margin-top: 0.15rem;
  overflow: hidden;
  font-size: 0.78rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.match-report-v30-block {
  margin-top: 1.25rem;
}

.match-report-v30-heading,
.match-report-v30-team-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.7rem;
}

.match-report-v30-heading h4 {
  margin: 0;
  font-size: 1rem;
}

.match-report-v30-heading span {
  color: #a56708;
  font-size: 0.68rem;
  font-weight: 800;
}

.match-report-v30-goals {
  display: grid;
  gap: 0.55rem;
}

.match-report-v30-goals article {
  display: grid;
  grid-template-columns: 2.7rem minmax(0, 1fr);
  align-items: center;
  gap: 0.65rem;
  border: 1px solid #edeae4;
  border-radius: 0.8rem;
  padding: 0.65rem;
}

.match-report-v30-goals time {
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  border-radius: 999px;
  background: #f8edd7;
  color: #9d6005;
  font-weight: 900;
}

.match-report-v30-goals span,
.match-report-v30-goals strong,
.match-report-v30-goals small {
  display: block;
  min-width: 0;
}

.match-report-v30-absences {
  display: grid;
  gap: 0.45rem;
}

.match-report-v30-absences article {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.65rem;
  border: 1px solid #ece9e2;
  border-radius: 0.8rem;
  padding: 0.6rem;
}

.match-report-v30-absences article.is-madrid {
  border-color: rgb(165 103 8 / 0.28);
  background: #fffbf3;
}

.match-report-v30-absences img,
.match-report-v30-absences article > span {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  background: #f4efe5;
  object-fit: cover;
  color: #9d6005;
  font-weight: 900;
}

.match-report-v30-absences strong,
.match-report-v30-absences small {
  display: block;
}

.match-report-v30-absences strong {
  font-size: 0.76rem;
}

.match-report-v30-absences small {
  color: #7e786e;
  font-size: 0.62rem;
}

.match-report-v30-goals strong {
  font-size: 0.84rem;
}

.match-report-v30-goals small {
  margin-top: 0.14rem;
  color: #7e786e;
  font-size: 0.68rem;
  line-height: 1.35;
}

.match-report-v30-stats {
  display: grid;
  gap: 0.85rem;
}

.match-report-v30-stats.is-complete {
  gap: 1rem;
}

.match-report-v30-stat__values {
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr) 3.5rem;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}

.match-report-v30-stat__values strong {
  font-size: 0.85rem;
}

.match-report-v30-stat__values strong:first-child {
  text-align: left;
}

.match-report-v30-stat__values strong:last-child {
  text-align: right;
}

.match-report-v30-stat__values span {
  color: #736f67;
  font-size: 0.7rem;
  font-weight: 750;
}

.match-report-v30-stat__values .is-madrid {
  color: #a56708;
}

.match-report-v30-stat__bars {
  display: flex;
  height: 0.28rem;
  gap: 0.2rem;
  margin-top: 0.32rem;
  overflow: hidden;
  border-radius: 999px;
}

.match-report-v30-stat__bars i {
  border-radius: 999px;
  background: #d9d6cf;
}

.match-report-v30-stat__bars i.is-madrid {
  background: linear-gradient(90deg, #c98a25, #9b5b00);
}

.match-report-v30-players {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.match-report-v30-player {
  display: grid;
  grid-template-columns: 2.2rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid #ece9e2;
  border-radius: 0.75rem;
  padding: 0.55rem;
}

.match-report-v30-player.is-featured {
  border-color: rgb(165 103 8 / 0.35);
  background: #fff9ee;
}

.match-report-v30-player img,
.match-report-v30-player__avatar {
  display: grid;
  width: 2.2rem;
  height: 2.2rem;
  place-items: center;
  border-radius: 999px;
  background: #f1eee7;
  object-fit: cover;
}

.match-report-v30-player strong,
.match-report-v30-player small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.match-report-v30-player strong {
  font-size: 0.7rem;
}

.match-report-v30-player small {
  color: #8a857d;
  font-size: 0.6rem;
}

.match-report-v30-player b {
  border-radius: 0.4rem;
  background: #a56708;
  padding: 0.28rem 0.34rem;
  color: #fff;
  font-size: 0.68rem;
}

.match-report-v30-team-head {
  font-size: 0.68rem;
}

.match-report-v30-team-head strong {
  color: #6e6960;
  text-align: center;
}

.match-report-v30-team-head span:last-child {
  text-align: right;
}

.match-report-v30-timeline {
  display: grid;
  gap: 0.6rem;
}

.match-report-v30-timeline article {
  display: grid;
  grid-template-columns: 2.2rem 1.8rem minmax(0, 1fr);
  align-items: center;
  gap: 0.45rem;
  border-left: 3px solid #d8d4cb;
  border-radius: 0.7rem;
  background: #faf9f6;
  padding: 0.65rem;
}

.match-report-v30-timeline article.is-madrid {
  border-left-color: #a56708;
  background: #fff9ee;
}

.match-report-v30-timeline time {
  font-size: 0.7rem;
  font-weight: 850;
}

.match-report-v30-timeline i {
  font-style: normal;
  font-weight: 850;
  text-align: center;
}

.match-report-v30-timeline strong,
.match-report-v30-timeline small {
  display: block;
}

.match-report-v30-timeline strong {
  font-size: 0.76rem;
}

.match-report-v30-timeline small {
  margin-top: 0.12rem;
  color: #777169;
  font-size: 0.65rem;
  line-height: 1.35;
}

.match-report-v30-lineups {
  display: grid;
  gap: 1rem;
}

.match-report-v30-lineup {
  overflow: hidden;
  border: 1px solid #e5e1d9;
  border-radius: 0.9rem;
}

.match-report-v30-lineup.is-madrid {
  border-color: rgb(165 103 8 / 0.4);
}

.match-report-v30-lineup > header {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.8rem;
  background: #faf9f6;
}

.match-report-v30-lineup > header img {
  width: 2.25rem;
  height: 2.25rem;
  object-fit: contain;
}

.match-report-v30-lineup > header strong,
.match-report-v30-lineup > header small {
  display: block;
}

.match-report-v30-lineup > header small {
  color: #7d786e;
  font-size: 0.66rem;
}

.match-report-v30-pitch {
  display: flex;
  min-height: 24rem;
  flex-direction: column;
  justify-content: space-around;
  gap: 0.6rem;
  padding: 1rem 0.45rem;
  background-color: #287450;
  background-image: linear-gradient(rgb(255 255 255 / 0.12) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 0.12) 1px, transparent 1px);
  background-size: 100% 25%, 50% 100%;
}

.match-report-v30-pitch > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  gap: 0.2rem;
}

.match-report-v30-pitch > div > span {
  display: grid;
  width: min(4.2rem, 22%);
  justify-items: center;
  color: #fff;
  text-align: center;
}

.match-report-v30-pitch img,
.match-report-v30-pitch b {
  width: 2.35rem;
  height: 2.35rem;
  border: 2px solid rgb(255 255 255 / 0.85);
  border-radius: 999px;
  background: #163f31;
  object-fit: cover;
}

.match-report-v30-pitch b {
  display: grid;
  place-items: center;
  font-size: 0.72rem;
}

.match-report-v30-pitch small {
  margin-top: 0.18rem;
  font-size: 0.54rem;
  font-weight: 800;
  line-height: 1.15;
  text-shadow: 0 1px 2px rgb(0 0 0 / 0.5);
}

.match-report-v30-lineup details {
  border-top: 1px solid #ece9e2;
  padding: 0.75rem;
}

.match-report-v30-lineup summary {
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 850;
}

.match-report-v30-lineup ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem;
  margin: 0.7rem 0 0;
  padding: 0;
  list-style: none;
}

.match-report-v30-lineup li {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.4rem;
}

.match-report-v30-lineup li img {
  width: 1.8rem;
  height: 1.8rem;
  flex: 0 0 auto;
  border-radius: 999px;
  object-fit: cover;
}

.match-report-v30-lineup li strong,
.match-report-v30-lineup li small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.match-report-v30-lineup li strong {
  font-size: 0.65rem;
}

.match-report-v30-lineup li small {
  color: #857f75;
  font-size: 0.58rem;
}

.match-report-v30-empty {
  margin: 0;
  border: 1px dashed #d9d4ca;
  border-radius: 0.8rem;
  padding: 1.2rem;
  color: #777169;
  font-size: 0.75rem;
  line-height: 1.45;
  text-align: center;
}

.match-report-v30-performances {
  display: grid;
  gap: 1rem;
}

.match-report-v30-performance-team {
  overflow: hidden;
  border: 1px solid #e8e4dc;
  border-radius: 1rem;
  background: #fff;
}

.match-report-v30-performance-team.is-madrid {
  border-color: rgb(165 103 8 / 0.32);
}

.match-report-v30-performance-team > header {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.8rem;
  background: #f8f6f1;
}

.match-report-v30-performance-team.is-madrid > header {
  background: #fbf2df;
}

.match-report-v30-performance-team > header img {
  width: 2.1rem;
  height: 2.1rem;
  object-fit: contain;
}

.match-report-v30-performance-team > header strong,
.match-report-v30-performance-team > header small {
  display: block;
}

.match-report-v30-performance-team > header small {
  color: #777169;
  font-size: 0.64rem;
}

.match-report-v30-performance-player {
  border-top: 1px solid #efede8;
}

.match-report-v30-performance-player > summary {
  display: grid;
  grid-template-columns: 2.4rem minmax(0, 1fr) 2.2rem;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 0.75rem;
  cursor: pointer;
  list-style: none;
}

.match-report-v30-performance-player > summary::-webkit-details-marker {
  display: none;
}

.match-report-v30-performance-player > summary > img,
.match-report-v30-performance-player > summary > span {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  border-radius: 999px;
  background: #f4efe5;
  object-fit: cover;
  color: #9d6005;
  font-weight: 900;
}

.match-report-v30-performance-player > summary strong,
.match-report-v30-performance-player > summary small {
  display: block;
}

.match-report-v30-performance-player > summary strong {
  font-size: 0.78rem;
}

.match-report-v30-performance-player > summary small {
  color: #827c72;
  font-size: 0.62rem;
}

.match-report-v30-performance-player > summary > b {
  display: grid;
  min-height: 2rem;
  place-items: center;
  border-radius: 0.55rem;
  background: #efe3ca;
  color: #9d6005;
  font-size: 0.74rem;
}

.match-report-v30-performance-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.4rem;
  padding: 0 0.75rem 0.75rem;
}

.match-report-v30-performance-metrics > span {
  min-width: 0;
  border-radius: 0.55rem;
  background: #f7f5f0;
  padding: 0.48rem;
}

.match-report-v30-performance-metrics small,
.match-report-v30-performance-metrics strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.match-report-v30-performance-metrics small {
  color: #8b857b;
  font-size: 0.54rem;
}

.match-report-v30-performance-metrics strong {
  margin-top: 0.1rem;
  font-size: 0.7rem;
}

.match-report-v30-source {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  border-top: 1px solid #ece9e2;
  padding: 0.8rem 1.15rem 1rem;
  color: #817b72;
  font-size: 0.62rem;
  line-height: 1.35;
}

.match-report-v30-source strong {
  color: #a56708;
}

@media (min-width: 760px) {
  .match-report-v30-lineups,
  .match-report-v30-performances {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 420px) {
  .match-report-v30-header {
    padding-inline: 0.9rem;
  }

  .match-report-v30-header > b {
    display: none;
  }

  .match-report-v30-panel {
    padding-inline: 0.85rem;
  }

  .match-report-v30-tabs {
    overflow-x: auto;
    grid-template-columns: repeat(5, minmax(5.6rem, 1fr));
  }

  .match-report-v30-players {
    grid-template-columns: 1fr;
  }
}
