import { css } from '../../plugins.js'; export const viewHostCss = css` :host { display: block; margin: auto; max-width: 1280px; padding: 16px; } `;