.elementor-4348 .elementor-element.elementor-element-fe34fe9{--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;--background-transition:0.3s;}.elementor-4348 .elementor-element.elementor-element-4e7ecfa{--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;--background-transition:0.3s;}.elementor-4348 .elementor-element.elementor-element-5625668.elementor-element{--align-self:center;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-fcffe5e */.podcast-container {
  background-color: #ffffff;
  max-width: 550px;
  margin: 30px auto;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
  font-family: "Roboto", Arial, sans-serif;
}

.podcast-container h5 {
  color: #0d2c54;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
}

.podcast-container .podcast-player {
  border: none;
  width: 100%;
  height: 120px;
  margin-bottom: 25px;
}

.podcast-container p {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5625668 *//* Pega este código en la sección de CSS Personalizado de Elementor */

/* Contenedor principal para los botones */
.button-wrapper-podcast {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 25px;
}

/* Estilo general para ambos botones */
.custom-btn-podcast {
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none; /* Quita el subrayado del enlace */
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  flex: 1;
  min-width: 200px;
}

/* Efecto al pasar el mouse */
.custom-btn-podcast:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Estilo específico para el botón de donar */
.btn-donate {
  background-color: #FFDD00;
  color: #212529;
}

/* Estilo específico para el botón de streaming */
.btn-stream {
  background-color: #0d2c54;
  color: #ffffff;
}

/* --- RESPONSIVIDAD PARA MÓVILES --- */
@media (max-width: 767px) {
  .button-wrapper-podcast {
    flex-direction: column;
    gap: 12px;
  }

  .custom-btn-podcast {
    width: 100%;
  }
}/* End custom CSS */