/* ETAP_CSP_PHASE5_EXTRACTED_v2 — extracted from feature-catalog.js addTooltipStyles()
   Moved here to avoid programmatic <style> injection (CSP style-src-elem violation).
   Source: feature-catalog.js lines ~346-353 (v7.75)
*/
.feat-group:hover .feat-tooltip,
.feat-group:active .feat-tooltip {
    opacity: 1 !important;
    visibility: visible !important;
}

@media (max-width: 768px) {
    .feat-tooltip {
        left: 10% !important;
        transform: translateX(0) !important;
        width: 80vw !important;
        max-width: 280px !important;
    }
}

.feat-group {
    -webkit-touch-callout: none;
    touch-action: manipulation;
}
