a[href="#open-quiz"] {
    cursor: pointer !important;
    -webkit-tap-highlight-color: transparent !important;
    user-select: none !important;
    touch-action: manipulation !important;
    min-height: 44px !important;
    min-width: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Для мобильных */
@media (max-width: 768px) {
    a[href="#open-quiz"] {
        position: relative !important;
        z-index: 100 !important;
    }
    
    a[href="#open-quiz"]:active {
        opacity: 0.9 !important;
        transform: scale(0.98) !important;
    }
}
