.vvale-podcasts-single {
  padding: 1rem !important; }
  .vvale-podcasts-single button.botao-podcast {
    background-color: #8AAE40;
    border-radius: 2rem;
    padding: 0.5rem 1.8rem;
    float: right;
    border: .2rem solid #8AAE40; }
    .vvale-podcasts-single button.botao-podcast:hover, .vvale-podcasts-single button.botao-podcast:focus {
      background-color: transparent;
      color: #8AAE40; }
  .vvale-podcasts-single .entry-header .entry-title {
    font-family: Gotham, sans-serif;
    font-size: 30px;
    color: #94AD4A;
    border-left: 8px solid #94AD4A;
    padding-left: 8px;
    letter-spacing: -2px; }
  .vvale-podcasts-single .entry-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 1rem; }
    .vvale-podcasts-single .entry-content .text {
      grid-column: span 2;
      border-bottom: 1px solid #e6e6e6; }
    .vvale-podcasts-single .entry-content article.podcast {
      overflow: hidden;
      padding: 1rem; }
      @media screen and (max-width: 768px) {
        .vvale-podcasts-single .entry-content article.podcast {
          grid-column: span 2; } }
      .vvale-podcasts-single .entry-content article.podcast .image-container {
        position: relative; }
        .vvale-podcasts-single .entry-content article.podcast .image-container img {
          max-height: 13rem;
          object-fit: contain;
          width: 100%; }
          @media screen and (max-width: 768px) {
            .vvale-podcasts-single .entry-content article.podcast .image-container img {
              max-height: 20rem; } }
        .vvale-podcasts-single .entry-content article.podcast .image-container .porcentagem {
          position: absolute;
          background-color: white;
          bottom: 0.2rem;
          border-radius: 0 1rem 1rem 0;
          padding: 0.6rem; }
          .vvale-podcasts-single .entry-content article.podcast .image-container .porcentagem p {
            color: #8AAE40;
            line-height: 1;
            margin: 0; }
      .vvale-podcasts-single .entry-content article.podcast h3 {
        color: #8AAE40; }

.vvale-podcasts-votacao {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  z-index: 99999999999999999; }
  .vvale-podcasts-votacao.confirmar {
    display: flex; }
    .vvale-podcasts-votacao.confirmar .loading-animation, .vvale-podcasts-votacao.confirmar .retorno {
      display: none; }
  .vvale-podcasts-votacao.retorno {
    display: flex; }
    .vvale-podcasts-votacao.retorno .confirmar, .vvale-podcasts-votacao.retorno .loading-animation {
      display: none; }
  .vvale-podcasts-votacao.loading {
    display: flex; }
    .vvale-podcasts-votacao.loading .retorno, .vvale-podcasts-votacao.loading .confirmar {
      display: none; }
    .vvale-podcasts-votacao.loading .loading-animation {
      display: flex; }
  .vvale-podcasts-votacao .content {
    background-color: white;
    width: 90%;
    max-width: 550px;
    border-radius: 0.6rem;
    padding: 1rem 1.5rem;
    position: relative;
    border: 4px solid #8AAE40; }
    .vvale-podcasts-votacao .content .title {
      overflow: hidden;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 1rem;
      margin-bottom: 1rem;
      padding-left: 0.5rem; }
      .vvale-podcasts-votacao .content .title h2 {
        float: left;
        line-height: 1;
        color: #8AAE40; }
      .vvale-podcasts-votacao .content .title .fechar {
        float: right;
        background-color: transparent;
        width: fit-content;
        height: fit-content;
        padding: 0;
        margin: 0; }
        .vvale-podcasts-votacao .content .title .fechar img {
          min-width: 2rem;
          min-height: 2rem;
          max-width: 2rem;
          max-height: 2rem;
          filter: invert(57%) sepia(66%) saturate(383%) hue-rotate(38deg) brightness(98%) contrast(86%); }
    .vvale-podcasts-votacao .content ul {
      list-style: none; }
      .vvale-podcasts-votacao .content ul li {
        display: flex;
        align-items: center; }
        .vvale-podcasts-votacao .content ul li input {
          margin: 0; }
  .vvale-podcasts-votacao .loading-animation {
    display: none;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px; }
    .vvale-podcasts-votacao .loading-animation div {
      display: inline-block;
      position: absolute;
      left: 8px;
      width: 16px;
      background: #fff;
      animation: loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite; }
      .vvale-podcasts-votacao .loading-animation div:nth-child(1) {
        left: 8px;
        animation-delay: -0.24s; }
      .vvale-podcasts-votacao .loading-animation div:nth-child(2) {
        left: 32px;
        animation-delay: -0.12s; }
      .vvale-podcasts-votacao .loading-animation div:nth-child(3) {
        left: 56px;
        animation-delay: 0; }
@keyframes loading {
  0% {
    top: 8px;
    height: 64px; }
  50%, 100% {
    top: 24px;
    height: 32px; } }

/*# sourceMappingURL=style.css.map */
