| @import "@wordpress/base-styles/mixins"; | |
| @import "@wordpress/base-styles/variables"; | |
| .a4a-form { | |
| display: flex; | |
| flex-direction: column; | |
| gap: 48px; | |
| max-width: 700px; | |
| margin: 0 auto; | |
| @include breakpoint-deprecated("<660px") { | |
| margin-block-end: rem(76px); | |
| } | |
| h1, | |
| h2, | |
| h3, | |
| p { | |
| margin: 0; | |
| padding: 0; | |
| } | |
| } | |
| .a4a-form__heading-title { | |
| @include heading-x-large; | |
| } | |
| .a4a-form__heading-description { | |
| @include body-large; | |
| } | |