/* Estilos para la rotación del ícono del acordeón */ .faq5_icon-wrapper img { transition: transform 0.3s ease; transform-origin: center; transform: rotate(0deg); } /* Estado activo del acordeón */ .faq5_question.active .faq5_icon-wrapper img { transform: rotate(180deg); } /* Asegurar que el cursor sea pointer en las preguntas */ .faq5_question { cursor: pointer; user-select: none; }