/* Стили для экспорта анонса и результата матча */
.export-template-match {
  justify-content: center;
  align-items: center;
  flex: 1;
  display: flex;
  background: radial-gradient(circle at 50% 50%, #1a1a24 0%, #0b0c10 100%);
  font-family: 'Actay', sans-serif; 
}

.ex-match-players {
  display: grid;
  grid-template-columns: 1fr 120px 1fr;
  grid-template-rows: auto max-content max-content;
  align-items: center;
  width: 100%;
  margin-top: -175px;
  flex-grow: 1;
  z-index: 10;
}

.ex-player-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
}
.ex-p1-image, .ex-p2-image {
  width: 60%;
  align-self: end;
  height: 75%;
  object-fit: cover;
  object-position: top center;
  margin-top: -100px;
  margin-left: 90px;
  margin-right: 90px;
  transform: translateY(-1px);
}

.ex-p2-image {
  transform: scaleX(-1) translateY(-1px);
}

.ex-p1-color, .ex-p2-color {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin-bottom: 40px;
  box-shadow: 0 0 80px rgba(255,255,255,0.1);
  border: 4px solid rgba(255,255,255,0.2);
}

.ex-p1-name, .ex-p2-name {
  font-size: 70px;
  letter-spacing: -2px;
  font-family: "Bahnschrift";
  font-variation-settings: "wdth" 75;
  text-align: center;
  width: 100%;
  padding: 18px 0px;
  border-radius: 20px;
  border-color: aqua;
  border-width: 2px;
  border-style: solid;
}

.ex-match-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ex-colomn {
  font-size: 120px;
  font-family: 'Heathergreen';
  color: hsl(0, 0%, 100%);
  margin-top: 40px;
}

.ex-vs {
  font-size: 72px;
  font-weight: 900;
  color: hsl(180, 47%, 65%);
  margin-bottom: 10px;
  font-family: "Heathergreen";
}

.ex-match-format {
  justify-self: center;
  background: rgba(255,255,255,0.1);
  width: fit-content;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  font-family: "Actay";
}

.ex-score-wrapper {
  display: grid;
  justify-items: center;
  grid-template-columns: auto 10px auto;
  margin-bottom: 40px;
  font-family: "Heathergreen";
}

.ex-s1, .ex-s2 {
  font-size: 220px;
  margin: -20px 28px;
}

.ex-map-results {
  grid-column: 1 / span 3;
  grid-row: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 20px;
  width: 85%;
  margin: 50px auto 0px auto;
}

.ex-map-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 15px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.ex-map-name {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 5px;
  flex-grow: 1;
  align-content: center;
  font-family: 'Actay', sans-serif;
}

.ex-map-score {
  margin-top: -10px;
  font-size: 54px;
  font-family: "Heathergreen";
  color: #fff;
}
