/* =========================================================
   La Pipol Broadcast Player v4.1 Final Production LTS (Rev.5)
   Ajuste exclusivo para smartphone:
   - El bloque PLUS ocupa exactamente la misma altura útil que
     los botones del bloque CONTROLES.
   - Las dos filas PLUS quedan centradas entre el borde superior
     e inferior y alineadas con el inicio y final de los controles.
   - Desktop permanece intacto.
   ========================================================= */
@media (max-width: 767px) {
  /* Ambos módulos comparten la misma caja exterior. */
  .controls-module,
  .plus-module.feature-module {
    height: 102px !important;
    min-height: 102px !important;
    box-sizing: border-box !important;
  }

  /* Los controles conservan una altura útil de 76 px. */
  .controls-module {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
  .controls-module .transport-grid {
    height: 76px !important;
    min-height: 76px !important;
    align-self: center !important;
  }
  .controls-module .metal-button {
    height: 76px !important;
    min-height: 76px !important;
  }

  /* PLUS: dos filas que juntas ocupan exactamente los mismos
     76 px útiles del bloque CONTROLES (36 + 4 + 36). */
  .plus-module.feature-module {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(2, 36px) !important;
    align-content: center !important;
    align-items: stretch !important;
    justify-items: stretch !important;
    column-gap: 5px !important;
    row-gap: 4px !important;
    padding: 13px 5px !important;
    overflow: hidden !important;
  }
  .plus-module .module-title {
    display: none !important;
  }
  .plus-module .feature-btn {
    width: 100% !important;
    max-width: none !important;
    height: 36px !important;
    min-height: 36px !important;
    margin: 0 !important;
    padding: 1px 3px !important;
    border-radius: 5px !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
  }
  .plus-module #shareBtn {
    font-size: 8px !important;
    letter-spacing: -.02em !important;
  }
}

@media (max-width: 380px) {
  .plus-module.feature-module {
    column-gap: 4px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .plus-module .feature-btn {
    font-size: 8.5px !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .plus-module #shareBtn {
    font-size: 7.4px !important;
  }
}
