.vote-area .vote-button {
  background: #FF4E3D;
  /* background: #0ba3b4; */
}

.card .label {
  font-weight: normal;
}

.card .splash {
  border: 4px solid white;
}

.splash figure img {
  opacity: 1;
}

.card .label {
  background-color: #0ba3b4;
}

.cover figure img {
  opacity: 1;
}

.trivia .number {
  min-width: 12rem;
}

.carousel .swiper-slide {
  max-width: calc( 36rem + 1.6rem);
}

.carousel .swiper-slide .card {
  max-width: 36rem;
}

.casa-judge {
  display: flex;
  max-width: calc( 48rem + 4.8rem);
  padding: 0 2.4rem;
  padding-top: 2.4rem;
}

.casa-judge > figure {
  width: 9.6rem;
  flex-shrink: 0;
}

.casa-judge > figure img {
  border-radius: 999px;
}

.casa-judge-bio {
  flex-shrink: 1;
}

.casa-judge-bio p {
  margin-top: 0;
  font-size: 80%;
  line-height: 1.5;
}

.casa-judge-bio h4 {
  padding: 0 2.4rem;
  display: block;
  margin-bottom: .4rem;
  /* font-size: 120%; */
}

@media (max-width: 360px) {
  .casa-judge > figure {
    width: 6.4rem;
  }
}

.sliders:not(.native-scroll) .slider .swiper-container::before {
  content: '← Clique e arraste →';
  width: 100%;
  display: flex;
  padding: .8rem 0;
  justify-content: center;
  text-transform: uppercase;
  font-size: 75%;
  opacity: .75;
}

.card .vote-area + .content {
  display: none;
}

.splash .placeholder {
  background-color: #fff;
}

.carousel .card header {
  padding: 2.4rem 2.4rem;
}
