.root { background-color: var(--theme-background-secondary); display: none; } @media (min-width: 768px) { .root { display: flex; } }