/* Compatibility exceptions only. Presentation belongs to layers 00–40. */
.hidden {
    display: none !important;
}

[data-download-action]:disabled,
[data-download-action][aria-disabled='true'] {
    pointer-events: none !important;
    transform: none !important;
}

@media (max-width: 980px) {
    .upgrade-banner {
        display: none !important;
    }
}
