.elementor-11291 .elementor-element.elementor-element-7dead62{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--margin-top:100px;--margin-bottom:70px;--margin-left:0px;--margin-right:0px;}.elementor-11291 .elementor-element.elementor-element-10d3d30 .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-11291 .elementor-element.elementor-element-10d3d30 .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-11291 .elementor-element.elementor-element-10d3d30 .jet-listing-dynamic-field{justify-content:flex-start;}.elementor-11291 .elementor-element.elementor-element-10d3d30 .jet-listing-dynamic-field__content{text-align:left;}:root{--page-title-display:none;}/* Start custom CSS for jet-listing-dynamic-field, class: .elementor-element-10d3d30 */.podcast-player{
  display: flex;
  align-items: stretch;
  gap: 12px;
  border-radius: 12px;
  padding: 12px;
  max-width: 720px;
  background-color: #eceef4;
  box-shadow: 0px 9px 16px 0px rgba(126.99999999999996, 133.99999999999994, 141.99999999999994, 0.55);
}

/* Columna izquierda (portada) */
.podcast-player__media{
  flex: 0 0 96px;
}

/* Portada */
.podcast-player img{
  width: 96px;
  height: 96px;
  min-height: 96px;
  max-height: 96px;
  min-width: 96px;
  max-width: 96px;
  object-fit: cover;
  border-radius: 5px !important;
  display: block;
  overflow: hidden !important;
  box-shadow: 0 6px 10px rgba(126.99999999999996, 133.99999999999994, 141.99999999999994, 0.55);
  border 1px solid #000;
}

.podcast-player__content{
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.podcast-player__title{
    font-family: "Rajdhani", Sans-serif;
    font-size: 20px;
    font-weight: 600 !important;
    color:rgb(98, 105, 113) !important;
  margin-bottom: 8px;
  line-height: 1.2;
}

.podcast-player__audio{
  width: 100%;
  background-color: #eceef4 !important;
  border-radius: 8px;
  overflow: hidden !important;
}
audio::-webkit-media-controls-play-button,
     audio::-webkit-media-controls-panel {
     background-color: #eceef4;
     color: #000;
     }
     
     .tabbrowser-tab[playing-audio] .tab-content { 

   background-color: #eceef4 !important;
}
     
/* Responsive */
@media (max-width: 480px){
    .podcast-player__title{
    font-family: "Rajdhani", Sans-serif;
    font-size: 16px;
    }
  .podcast-player__media{
    flex-basis: 72px;
  }

  .podcast-player__cover{
    width: 72px;
    height: 72px;
  }
  .podcast-player img{
  width: 70px;
  height: 70px;
  min-height: 70px;
  max-height: 70px;
  min-width: 70px;
  max-width: 70px;
}/* End custom CSS */