/* Acabado final: el marco y las dos patas forman una sola imagen transparente. */
.tv-showcase.tv-showcase .tv-guide {
  position: relative !important;
  isolation: isolate !important;
  overflow: visible !important;
  background: url('../../assets/images/televisor-canales-final-v3.png?v=1') center / contain no-repeat !important;
  filter: drop-shadow(0 17px 14px rgba(9, 11, 16, .25)) !important;
}

.tv-showcase.tv-showcase .tv-guide::before,
.tv-showcase.tv-showcase .tv-guide::after {
  display: none !important;
  content: none !important;
}

@media (min-width: 901px) {
  .tv-showcase.tv-showcase .tv-guide {
    height: 500px !important;
  }
}

@media (max-width: 900px) {
  .tv-showcase.tv-showcase .tv-guide {
    width: 100% !important;
    height: clamp(280px, 72vw, 480px) !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
  }
}
