.mind-popup-response { /* GPU acceleration */ transform: translateZ(0); will-change: transform; /* Optimize repaints */ contain: content; .block-editor-block-preview__content, .block-editor-block-preview__content iframe { max-height: none !important; } } @keyframes mind-cursor-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } } /* Optimize for mobile */ @media (max-width: 768px) { .mind-popup-response { contain: strict; height: 100%; } }