1#wp-empty-template-alert {2display: flex;3padding: var(--wp--style--root--padding-right, 2rem);4min-height: 60vh;5flex-direction: column;6align-items: center;7justify-content: center;8gap: var(--wp--style--block-gap, 2rem);9}1011#wp-empty-template-alert > * {12max-width: 400px;13}1415#wp-empty-template-alert h2,16#wp-empty-template-alert p {17margin: 0;18text-align: center;19}2021#wp-empty-template-alert a {22margin-top: 1rem;23}24