/* Стили для экспорта ВЕТО */
.export-template-veto {
  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-veto-players {
  display: grid;
  grid-template-columns: 1fr 250px 1fr;
  grid-template-rows: auto max-content max-content;
  align-items: center;
  width: 100%;
  z-index: 10;
}

.ex-v-p1-color, .ex-v-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-v-p1-name, .ex-v-p2-name {
  font-size: 46px;
  letter-spacing: -2px;
  font-family: "Bahnschrift";
  font-variation-settings: "wdth" 75;
  text-align: center;
  width: 100%;
  padding: 10px 0px;
  border-radius: 20px;
  border-color: aqua;
  border-width: 2px;
  border-style: solid;
}

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

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

.ex-veto-log {
  grid-column: 1 / span 3;
  grid-row: 3;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 80%;
  margin: 20px auto;
}

.ex-v-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 5px 15px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  grid-template-columns: 1fr 250px 1fr;
  width: 100%;
  flex-grow: 1;
  gap: 20px;
}

.ex-v-card-pick {
  border-width: 2px;
  border-style: solid;
}

.ex-v-card-ban {
  border-color: rgb(52, 52, 52);
  border-width: 2px;
  border-style: solid;
}

.ex-v-card-decider {
  border-width: 2px;
  border-style: solid;
}


.ex-v-name {
  font-size: 24px;
  color: rgba(255, 255, 255, 1);
  font-family: 'Actay', sans-serif;
  text-align: center;
  align-self: center;
  justify-self: center;
}

.ex-v-status_1 {
  margin-top: -5px;
  font-size: 50px;
  font-family: "Heathergreen";
  color: #fff;
  text-align: right;
}

.ex-v-status_2 {
  margin-top: -5px;
  font-size: 50px;
  font-family: "Heathergreen";
  color: #fff;
  text-align: left;
}
