@import "variables.less"; .hs-error-msgs.inputs-list { list-style: none; margin: 0; padding: 0; } .hs-error-msg { color: red !important; } .inputs-list { list-style: none; margin: 0; padding: 0; } .hs-form-booleancheckbox-display { display: flex; } .field.hs-form-field { margin-bottom: 0.5rem; } .hs-button.primary { background-color: var(--color-accent); color: var(--color-darkest); clip-path: polygon( 0% 0%, 0% 100%, calc(100% - 15px) 100%, 100% calc(100% - 15px), 100% 0% ); font-weight: bolder; border: none; text-align: center; text-decoration: none; cursor: pointer; padding: 0.8em; min-width: 150px; &--disabled { cursor: inherit; } } #a-openhaus-embed{ aspect-ratio: 16/9; width: 100%; height: 100%; } @media screen and(max-width: 768px) { #a-openhaus-embed{ aspect-ratio: 9/12; } .wp-block-column{ padding-left: 0 !important; padding-right: 0 !important; } }