.container-3-rounds {
  display: flex;
  justify-content: center;
  gap: 1em;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1em;
}

.round-link {
  color: gray;
  text-decoration: none;
}

.registration {
  text-decoration: none;
  color: #444444;
}

.registration__image {
  width: 3em;
  height: 3em;
  border-radius: 50%;
}

.media-container {
  height: 10em;
  display: flex;
  align-items: center;
  gap: 1em;
  overflow-x: auto;
  padding: 0.5em 0 0.5em 0;
}

.criteria {
  margin-bottom: 2em;
  position: relative;
  min-height: 250px;
}

.criterion-cell {
  justify-self: start;
}

.info-table-line {
  display: grid;
  grid-template-columns: 50px 70px auto;
}

.result-header {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.41px;
  color: #444444;
}

.judge {
  font-size: 0.54em;
  color: #CCCCCC;
}

.table-main-line {
  margin-bottom: 1em;
}

.separator {
  border: none;
  border-bottom: 1px solid rgba(151, 151, 151, 0.9);
  display: block;
  padding-top: 0.5em;
  margin: 0 0 0.5em;
}

.main-text {
  font-weight: 400;
  font-size: 30px;
  letter-spacing: -0.41px;
  color: #444444;
}

.position {
  font-weight: 600;
}

.secondary-text {
  font-weight: 400;
  font-size: 21px;
  letter-spacing: -0.41px;
  color: #444444;
}

.criterion-underline {
  width: 100%;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}

.criterion-center {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.common-mark {
  font-weight: 800;
  color: #CCCCCC;
  width: min(100%, 1.7em);
  height: min(100%, 1.7em);
  text-align: center;
  align-content: center;
}

.crossed-mark {
  text-decoration: line-through;
  text-decoration-thickness: 0.2em;
}

.total-mark {
  color: #444444;
}

.gold-mark {
  border-radius: 50%;
  background-color: #FDE36F;
}

.silver-mark {
  border-radius: 50%;
  background-color: #A6A6A6;
}

.bronze-mark {
  border-radius: 50%;
  background-color: #E48030;
}

.extra-info-header {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: -0.41px;
  color: #444444;
  padding-top: 0.4em;
}

.comment-judge {
  font-weight: 700;
  font-size: 21px;
  letter-spacing: -0.41px;
}

.arrow-block {
  display: flex;
}

a:not(.collapsed) .arrow-right {
  display: none;
}

a.collapsed .arrow-up {
  display: none;
}

.result-image {
  width: 8em;
  height: 8em;
  text-align: center;
  cursor: pointer;
}

.result-image > img {
  width: 8em;
  height: 8em;
  border-radius: 50%;
  object-fit: cover;
}

.media-container video {
  width: 8em;
  height: 8em;
}

.mobile {
  display: none;
}

/* grand-prix */

.nomination {
  font-size: 0.54em;
  color: #CCCCCC;
  text-align: center;
}

.result-image-grand-prix {
  position: unset;
  right: unset;
  padding: 1em;
  width: 100%;
  height: 100%;
  text-align: center;
}

.result-image-grand-prix > img {
  width: calc(100vw / 16);
  height: calc(100vw / 16);
}

.criterion-cell-grand-prix {
  height: 100%;
  display: flex;
  align-items: center;
}

.nomination-row-title {
  display: flex;
  flex-direction: column;
}

.table-line-photos {
  display: grid;
  grid-template-columns: 50px 70px 400px repeat(4, 1fr) 130px 40px;
  align-items: center;
  justify-items: center;
  padding: 0.5em 0;
  margin: 0;
}

.arrow-right {
  width: 13px;
  height: 22px;
}

.arrow-up {
  width: 36px;
  height: 22px;
}

@media (max-width: 1200px) {
  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .table-mobile-line {
    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-columns: 1fr 2fr 7fr 2fr 1fr;
    padding-top: 0.3em;
  }

  .main-text {
    font-size: 20px;
  }

  .arrow-block {
    display: unset;
  }

  .arrow-right {
    width: 10px;
    height: 16px;
  }

  .arrow-up {
    width: 23px;
    height: 16px;
  }

  .judge-row {
    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-columns: 1fr 9fr 2fr 1fr;
  }

  .judge-row-comment {
    grid-template-columns: 1fr 11fr 1fr;
  }

  .judge-main-row {
    margin-top: 0.5em;
    margin-bottom: 0.2em;
  }

  .comment-judge {
    font-size: 20px;
    justify-self: start;
  }

  .secondary-text {
    font-size: 20px;
  }

  .comment-mobile {
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -0.41px;
    margin-top: 0.4em;
    margin-bottom: 0.2em;
  }

  .time-mobile {
    margin-top: 0.8em;
  }

  /* grand-prix */
  .table-line-photos {
    grid-template-columns: 1fr 9fr 2fr 1fr;
    font-size: 12px;
  }
}
