/*
 * Editorial template desktop-specific stylesheet
 *
 * The full version should come from the original template (style-desktop.css).
 * This stub ensures the file exists to avoid missing asset errors.
 */

/* Desktop-specific overrides can be added here. */

@media screen and (min-width: 1024px) {
    /* Example placeholder rule */
    body {
        background-color: #fafafa;
    }
}
