/* Selector movil de emisoras con reproduccion directa en la portada. */
.home .ocionews-mobile-stations {
  display: none;
}

@media (max-width: 767px) {
  .home .elementor-element-af9c2e8 .proradio-customplayer {
    min-height: 0;
  }

  .home .elementor-element-af9c2e8 .proradio-customplayer__cont {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 48px;
    gap: 12px;
    min-width: 0;
    padding: 14px !important;
  }

  /* La portada del programa ya identifica el contenido; el logo general de
   * la emisora repetia marca y robaba el espacio necesario al titulo. */
  .home .elementor-element-af9c2e8 .proradio-customplayer__logo {
    display: none !important;
  }

  .home .elementor-element-af9c2e8 .proradio-customplayer__show {
    align-items: center !important;
    display: grid !important;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
    min-width: 0;
  }

  .home .elementor-element-af9c2e8 .proradio-customplayer__showart {
    border-radius: 10px;
    height: 52px;
    overflow: hidden;
    width: 52px;
  }

  .home .elementor-element-af9c2e8 .proradio-customplayer__showart img {
    display: block;
    height: 100% !important;
    object-fit: cover;
    width: 100% !important;
  }

  .home .elementor-element-af9c2e8 .proradio-customplayer__showcontents {
    min-width: 0;
  }

  .home .elementor-element-af9c2e8 .proradio-customplayer__showtitle {
    color: #fff !important;
    display: -webkit-box;
    font-size: 1rem !important;
    line-height: 1.2 !important;
    margin: 0 0 5px !important;
    overflow: hidden;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .home .elementor-element-af9c2e8 .proradio-customplayer__time,
  .home .elementor-element-af9c2e8 .proradio-customplayer__time i {
    color: #c7c7c7 !important;
  }

  .home .elementor-element-af9c2e8 .proradio-customplayer__time {
    align-items: center;
    display: flex;
    font-size: 0.73rem !important;
    gap: 4px;
    line-height: 1.15 !important;
    margin: 0 !important;
    white-space: nowrap;
  }

  .home .elementor-element-af9c2e8 .proradio-customplayer__time i {
    font-size: 15px !important;
    margin: 0 !important;
  }

  .home .elementor-element-af9c2e8 .proradio-customplayer__button,
  .home .elementor-element-af9c2e8 .proradio-customplayer__button .aligncenter,
  .home .elementor-element-af9c2e8 .qtmplayer-trackitem {
    align-items: center;
    display: flex;
    height: 48px;
    justify-content: center;
    margin: 0 !important;
    width: 48px;
  }

  .home .elementor-element-af9c2e8 .qtmplayer-play-btn {
    align-items: center;
    display: inline-flex !important;
    font-size: 0 !important;
    height: 48px !important;
    justify-content: center;
    min-height: 48px !important;
    min-width: 48px !important;
    padding: 0 !important;
    width: 48px !important;
  }

  .home .elementor-element-af9c2e8 .qtmplayer-play-btn i {
    font-size: 24px !important;
    margin: 0 !important;
  }

  .home .ocionews-mobile-stations {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 12px 0 0;
    overflow: visible;
    padding: 0;
  }

  .home .ocionews-mobile-stations button {
    appearance: none;
    background: rgba(16, 23, 34, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 999px !important;
    color: #fff !important;
    cursor: pointer;
    font-family: inherit;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1;
    min-width: 0;
    overflow: hidden;
    padding: 11px 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .home .ocionews-mobile-stations button.is-active {
    background: #ff6f66 !important;
    border-color: #ff6f66 !important;
    color: #fff !important;
  }

  .home .ocionews-mobile-stations button:focus-visible {
    outline: 3px solid #ff8a72;
    outline-offset: 2px;
  }
}
