@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.55);
    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: 15.6px !important;
    font-weight: 600 !important;
    color: #FFFFFF !important;
    margin: 0 !important;
    line-height: 1.3 !important;
  }

  .rider-room-page #rider-carousel .rider-podcast-topic {
    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;
  }

  .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: #F0F0F0 !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: #2563EB !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: #2563EB;
    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;
    justify-content: center;
  }

  .player-rec-mobile .player-sim-topic {
    font-size: 13px;
    font-weight: 600;
    color: #111111;
    line-height: 1.3;
    margin: 0;
  }

  .player-rec-mobile .player-sim-section {
    font-size: 13.2px;
    color: #888888;
    margin: 0;
  }

  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;
  }
}
