.elementor-926 .elementor-element.elementor-element-0044d0d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-926 .elementor-element.elementor-element-0044d0d.e-con{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-8c47a96 *//* Modal sempre centralizado */
.modal-content {
  background: linear-gradient(90deg, #FFF, #ADD8ff);
  margin: 1% auto;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  width: 96%; /* Quase tela cheia */
  height: 96vh; /* Quase altura total */
  max-width: 100%;
  box-sizing: border-box;
  overflow-y: auto;
}


/* Modal sempre centralizado */


/* Grade de vídeos adaptável */
.youtube-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 15px;
  margin-top: 15px;
}

/* Botão */
.open-modal-btn {
  display: block;
  margin: 15px auto;
  padding: 8px 16px;
  font-size: 15px;
  background: linear-gradient(90deg, #007BFF, #66B2FF);
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.3s ease;
}
.open-modal-btn:hover {
  transform: scale(1.05);
  background: linear-gradient(90deg, #0056b3, #3399ff);
}

/* Campo de busca */
#videoSearch {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 15px;
  border-radius: 6px;
  border: 1px solid #0056b3;
  color: #000;
}
#videoSearch::placeholder {
  color: #333;
}

/* Player de vídeo */
#videoPlayer {
  width: 100%;
  height: 500px;
  margin-bottom: 15px;
  display: none;
  position: relative;
}
#videoPlayer iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px;
}

/* Celular e tablets */
@media (max-width: 1024px) {
  .modal-content {
    width: 95%;
    height: auto;
    max-height: 95vh;
    margin: 3% auto;
    padding: 15px;
  }
  .youtube-grid {
    grid-template-columns: 1fr; /* Um vídeo por linha */
  }
  #videoPlayer {
    height: 220px;
  }
  .open-modal-btn {
    font-size: 14px;
    padding: 6px 12px;
  }
}

/* Smartphones pequenos */
@media (max-width: 480px) {
  #videoPlayer {
    height: 200px;
  }
  .youtube-grid h3 {
    font-size: 16px;
  }
  .youtube-grid b {
    font-size: 14px;
  }
}


/* Grade de vídeos adaptável */
.youtube-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 15px;
  margin-top: 15px;
}

/* Botão */
.open-modal-btn {
  display: block;
  margin: 15px auto;
  padding: 8px 16px;
  font-size: 15px;
  background: linear-gradient(90deg, #007BFF, #66B2FF);
  color: #000;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.3s ease;
}
.open-modal-btn:hover {
  transform: scale(1.05);
  background: linear-gradient(90deg, #0056b3, #3399ff);
}

/* Campo de busca */
#videoSearch {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 15px;
  border-radius: 6px;
  border: 1px solid #0056b3;
  color: #000;
}
#videoSearch::placeholder {
  color: #333;
}

/* Player de vídeo */
#videoPlayer {
  width: 100%;
  height: 500px;
  margin-bottom: 15px;
  display: none;
  position: relative;
}
#videoPlayer iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px;
}

/* Celular e tablets */
@media (max-width: 1024px) {
  .modal-content {
    width: 95%;
    height: auto;
    max-height: 95vh;
    margin: 3% auto;
    padding: 15px;
  }
  .youtube-grid {
    grid-template-columns: 1fr; /* Um vídeo por linha */
  }
  #videoPlayer {
    height: 220px;
  }
  .open-modal-btn {
    font-size: 14px;
    padding: 6px 12px;
  }
}

/* Smartphones pequenos */
@media (max-width: 480px) {
  #videoPlayer {
    height: 200px;
  }
  .youtube-grid h3 {
    font-size: 16px;
   
   
  }
  .youtube-grid b {
    font-size: 14px;
  }
}

#mostrar-versiculo{
    background-color: #87CEFA;
}
   
    #mostrar-versiculo:hover{
    background-color: #D2691E;
     
    }/* End custom CSS */