[data-template="thanks"] { .thanks-page { min-height: 60vh; display: flex; align-items: center; justify-content: center; padding: calc(var(--spacing) * 4) var(--spacing); .thanks-content { text-align: center; max-width: 600px; display: flex; flex-direction: column; align-items: center; h1 { margin-bottom: calc(var(--spacing) * 2); } .thanks-message { font-size: var(--fs-medium); line-height: 1.1; p { margin-bottom: var(--spacing); } } .thanks-actions { width: max-content; } } } #site-footer { border-top: none; margin-top: calc(var(--spacing) * 4); } }