@media (max-width: 768px) {
  /* Secciones listing page mobile-only overrides */
  .sections-page {
    padding: 0 !important;
    margin-left: -16px;
    margin-right: -16px;
    background: #F5F5F5;
  }

  .sections-page-header {
    margin: 0;
    padding: 0;
  }

  .sections-page-title {
    font-size: 29px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    margin: 8px 0 14px 35px !important;
  }

  .sections-page-subtitle {
    display: none !important;
  }

  #explore-grid,
  .explore-sections-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
    padding: 0 30px 24px 30px !important;
    margin: 0 !important;
  }

  .explore-section-card {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin-bottom: 0 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
  }

  .explore-section-card--upcoming {
    position: relative !important;
  }

  .explore-section-card--upcoming .explore-section-card-image {
    filter: none !important;
  }

  .explore-section-card--upcoming::before {
    display: none !important;
  }

  .explore-section-card-upcoming {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    border-radius: inherit;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.05;
    pointer-events: none;
  }

  .explore-section-card-image {
    aspect-ratio: 1 / 1 !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
  }

  .explore-section-card-body {
    padding: 8px !important;
    flex: 0 0 auto !important;
  }

  .explore-section-card-title {
    font-size: 14px !important;
    font-weight: 600 !important;
  }

  .explore-section-card-desc {
    font-size: 11px !important;
    color: #555555 !important;
  }

  .explore-section-card-count {
    font-size: 11px !important;
    color: #888888 !important;
  }

  .explore-section-card-divider {
    display: none !important;
  }

  .explore-section-card-expert {
    display: none !important;
  }

  .explore-section-expert-avatar {
    width: 24px !important;
    height: 24px !important;
    flex: 0 0 24px !important;
    line-height: 24px !important;
  }

  .explore-section-expert-name {
    font-size: 11px !important;
  }

  .explore-section-expert-role {
    font-size: 10px !important;
    color: #888888 !important;
  }

  .rider-room-page .riderroom-teaser-btn-premium {
    width: 100% !important;
    display: block !important;
    box-sizing: border-box !important;
  }

  .rider-room-page > .container.mt-3 {
    margin-top: 6px !important;
  }

  .rider-room-page .riderroom-teaser-block {
    background: transparent !important;
    margin-bottom: 14px !important;
    padding-bottom: 12px !important;
  }

  .rider-room-page .riderroom-teaser-overlay {
    display: none !important;
  }

  .rider-room-page .rider-category-carousel {
    margin-top: 8px !important;
    padding-top: 4px !important;
  }

  .rider-room-page #rider-carousel {
    gap: 0 !important;
  }

  .rider-room-page #rider-carousel .rider-podcast-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 12px !important;
    width: 100% !important;
    margin-bottom: 16px !important;
    padding: 0 16px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 10px !important;
    overflow: hidden !important;
  }

  .rider-room-page #rider-carousel .rider-podcast-media {
    flex-shrink: 0 !important;
    position: relative !important;
    width: 156px !important;
    aspect-ratio: 16 / 9 !important;
    padding-top: 0 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
  }

  .rider-room-page #rider-carousel .rider-podcast-thumb {
    position: static !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }

  .rider-room-page #rider-carousel .rider-podcast-body {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    padding: 12px 0 0 0 !important;
  }

  .rider-room-page #rider-carousel .rider-podcast-guest {
    font-size: 14.04px !important; /* Hector, 2026-09-10: 10% más chico (15.6 -> 14.04) */
    font-weight: 600 !important;
    color: #FFFFFF !important;
    margin: 0 !important;
    line-height: 1.3 !important;
  }

  /* Hector, 2026-09-10: sin descripción en móvil — este selector (con #id)
     es más específico que el de style.css, por eso también se oculta aquí. */
  .rider-room-page #rider-carousel .rider-podcast-topic {
    display: none !important;
    font-size: 11px !important;
    color: #AAAAAA !important;
    margin: 0 !important;
  }

  .rider-room-page #rider-carousel .rider-podcast-badge {
    font-size: 8px !important;
    background: #F5C400 !important;
    color: #111111 !important;
    padding: 1.6px 4.8px !important;
    border-radius: 4px !important;
    display: inline-block !important;
  }

  .rider-room-page #rider-carousel .rider-podcast-thumb-duration {
    position: absolute !important;
    bottom: 4px !important;
    right: 4px !important;
    background: rgba(0, 0, 0, 0.80) !important;
    color: #FFFFFF !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 2px 5px !important;
    border-radius: 4px !important;
  }

  .player-info-mobile .player-title-row > .player-desc-tab.player-desc-tab-mobile {
    display: none !important;
  }

  .player-info-mobile .player-desc-more-mobile {
    background: transparent;
    border: none;
    color: #888888;
    font-size: 13px;
    font-weight: 400;
    padding: 4px 0;
    cursor: pointer;
    display: block;
    margin-top: 2px;
  }

  .player-info-mobile .player-title-row {
    margin-top: 10px !important;
    /* Hector, 2026-09-12: "el título se brinca de renglón sin razón" — la
       regla base (style.css) le pone padding-right:110px a .player-title-row
       (para el botón .player-desc-tab, que aquí en móvil está oculto,
       display:none!important arriba). En escritorio sí se resetea a 0
       (.player-info-below .player-title-row), en móvil nunca se hizo —
       esos 110px quedaban como espacio muerto, angostando el título de
       verdad (341px reales) a solo 231px disponibles. */
    padding-right: 0 !important;
  }

  .player-info-mobile .player-expert-mobile {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
    color: #111111;
  }

  .player-info-mobile .player-expert-mobile .player-expert-avatar {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #111111;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.03em;
    overflow: hidden;
    flex: 0 0 30px;
  }

  .player-info-mobile .player-expert-mobile .player-expert-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .player-info-mobile .player-expert-mobile .player-expert-name {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    color: #111111;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .player-info-mobile .mt-3.d-flex.gap-2 {
    display: flex !important;
    flex-direction: row !important;
    gap: 10px !important;
    margin: 12px 0 !important;
  }

  .player-info-mobile .player-btn-share,
  .player-info-mobile .player-btn-fav {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: #FFFFFF !important;
    border: none !important;
    border-radius: 20px !important;
    padding: 8px 16px !important;
    cursor: pointer;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #111111 !important;
  }

  .player-info-mobile .player-btn-share .player-share-icon,
  .player-info-mobile .player-btn-fav .player-fav-icon {
    width: 18px !important;
    height: 18px !important;
    color: #0056A3 !important;
    flex: 0 0 18px;
  }

  .player-info-mobile .player-btn-share::after {
    content: "Compartir";
  }

  .player-info-mobile .player-btn-fav::after {
    content: "Guardar";
  }

  .player-ad-banner {
    margin: 8px 16px 16px 16px;
    border-radius: 8px;
    border: 0.5px solid #E0E0E0;
    background: #FFFFFF;
    overflow: hidden;
  }

  .player-ad-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
  }

  .player-ad-logo {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    object-fit: contain;
    flex-shrink: 0;
    background: #F5F5F5;
  }

  .player-ad-text {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 1px;
  }

  .player-ad-label {
    font-size: 9px;
    font-weight: 600;
    color: #888888;
    letter-spacing: 0.05em;
  }

  .player-ad-name {
    font-size: 13px;
    font-weight: 600;
    color: #111111;
  }

  .player-ad-desc {
    font-size: 11px;
    color: #888888;
  }

  .player-ad-cta {
    font-size: 12px;
    font-weight: 600;
    color: #0056A3;
    text-decoration: none;
    flex-shrink: 0;
  }

  .player-rec-mobile .player-sim-list {
    gap: 16px;
  }

  .player-rec-mobile .player-sim-item {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 12px !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transition: background 0.15s ease;
  }

  .player-rec-mobile .player-sim-item:hover {
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
  }

  .player-rec-mobile .player-sim-item:active {
    background: rgba(0, 0, 0, 0.05) !important;
    border-radius: 8px !important;
    transition: background 0.15s ease;
  }

  .player-rec-mobile .player-sim-thumb-wrap {
    flex-shrink: 0;
    width: 156px;
    aspect-ratio: 16 / 9;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
  }

  .player-rec-mobile .player-sim-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .player-rec-mobile .player-sim-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    /* Hector, 2026-09-12: pidió que la categoría ("Rider Room"/"Nutrición")
       quede siempre pegada abajo de la card, al margen izquierdo, sin
       importar cuántos renglones ocupe el título arriba — consistencia
       visual entre cards con título corto y largo. align-self:stretch para
       que la columna tome el alto real de la fila (lo da la miniatura). */
    align-self: stretch;
  }

  .player-rec-mobile .player-sim-topic {
    font-size: 13px;
    font-weight: 600;
    color: #111111;
    line-height: 1.3;
    margin: 0;
    /* Hector, 2026-09-12: máximo 2 renglones — si no cabe, se trunca con
       "..." (no seguir agrandando renglones para títulos larguísimos). */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .player-rec-mobile .player-sim-section {
    font-size: 13.2px;
    color: #888888;
    margin: 0;
    /* margin-top:auto (no justify-content:space-between en .player-sim-body)
       a propósito: cuando el video es Premium, la card mete un 3er elemento
       (el badge amarillo) después de esta categoría — con space-between ESE
       badge terminaba pegado al fondo y la categoría se quedaba a la mitad.
       margin-top:auto empuja la categoría (y lo que venga después, como el
       badge) junta hacia el fondo, sin importar cuántos elementos haya. */
    margin-top: auto;
  }

  body.player-interview .player-info-mobile #player-section-mobile,
  body.player-interview .player-info-mobile .player-section {
    color: #AAAAAA;
  }

  body.player-interview .player-info-mobile .player-desc-more-mobile {
    color: #AAAAAA;
  }

  body.player-interview .player-info-mobile .player-btn-share,
  body.player-interview .player-info-mobile .player-btn-fav {
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.20) !important;
    color: #FFFFFF !important;
  }

  body.player-interview .player-info-mobile .player-btn-share .player-share-icon,
  body.player-interview .player-info-mobile .player-btn-fav .player-fav-icon {
    color: #FFFFFF !important;
    stroke: #FFFFFF;
    fill: #FFFFFF;
  }

  body.player-interview .player-rec-mobile .player-rec-title {
    color: #FFFFFF !important;
  }

  body.player-interview .player-info-mobile #player-title-mobile {
    color: #FFFFFF !important;
  }

  body.player-interview .player-rec-mobile .player-sim-topic {
    color: #FFFFFF;
  }

  body.player-interview .player-rec-mobile .player-sim-section {
    color: #AAAAAA;
  }

  body.profile-active .profile-grid {
    display: flex !important;
    flex-direction: column !important;
  }

  body.profile-active .profile-left-col,
  body.profile-active .profile-right-col {
    display: contents !important;
  }

  body.profile-active .profile-title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin: 16px 0 4px !important;
    border-left: none !important;
    padding-left: 0 !important;
    color: #111111 !important;
  }

  body.profile-active .profile-card {
    order: 1;
    margin-bottom: 14px !important;
  }

  body.profile-active .profile-streak-card {
    order: 2;
    margin-bottom: 14px !important;
  }

  body.profile-active .profile-subscription-card {
    order: 3;
    margin-bottom: 14px !important;
  }

  body.profile-active .profile-menu-card {
    order: 4;
    margin-bottom: 14px !important;
  }

  body.profile-active .profile-sections-card {
    order: 6;
    margin-bottom: 14px !important;
  }

  body.profile-active .profile-saved-card {
    order: 7;
    margin-bottom: 14px !important;
  }

  body.profile-active .profile-logout {
    order: 8;
    margin-bottom: 0 !important;
  }
}
