/* ============================================================
   RESULTADOS TECNOLOGÍA - Media Query 480px (móvil)
   max-width: 480px
   ============================================================ */

@media (max-width: 480px) {

    .resultados-grid {
        padding: 0 0.8rem;
    }

    .resultado-play-btn {
        width: 48px;
        height: 48px;
    }

    .resultado-play-btn i {
        font-size: 1rem;
    }

    .resultado-titulo {
        font-size: 1rem;
    }

    .resultado-desc {
        font-size: 0.88rem;
        line-height: 1.5;
    }

    .resultado-ver-btn {
        width: 100%;
        justify-content: center;
        font-size: 0.85rem;
    }
}
