/* v2 polish for the desktop download page. Shared rules live in /css/commander-download.css. */

.desktop-dl-stack > .card,
.desktop-dl-stack > .v2-card {
    background: var(--v2-surface-1);
    border: 1px solid var(--v2-border);
    border-radius: var(--v2-radius-lg);
    box-shadow: none;
}

@media (max-width: 767px) {
    .desktop-dl-header {
        flex-direction: column;
    }

    .desktop-dl-actions .v2-btn,
    .desktop-dl-actions .btn {
        width: 100%;
    }
}
