/* Downloads Page Additional Styles */

.disabled-platform {
    pointer-events: none;
    opacity: 0.6 !important;
}

.disabled-platform:hover {
    background: var(--uw-white-1) !important;
    border: 1px solid var(--uw-white-2) !important;
    cursor: not-allowed !important;
}

.group-icon svg {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    flex-shrink: 0;
}

/* Ensure group items maintain proper spacing */
.group-item {
    position: relative;
}
