/* Ultimate selection on mobile - make icons clickable and larger */
@media (max-width: 768px), (hover: none) and (pointer: coarse) {
    .ultimate-icons {
        gap: 0.25rem !important;
        flex-wrap: wrap !important;
    }

    .ultimate-icon {
        width: 50px !important;
        height: 50px !important;
        padding: 0.35rem !important;
        font-size: 1rem !important;
        cursor: pointer !important;
        touch-action: manipulation !important;
    }

    .ultimate-icon img {
        width: 100% !important;
        height: 100% !important;
    }

    /* Visual feedback when selecting ultimate */
    .ultimate-icon:active {
        transform: scale(0.95) !important;
        background: rgba(255, 165, 0, 0.3) !important;
    }
}
