:root { --website-height: 1080px; --website-width: 1920px; --grid-1: repeat(1, minmax(0, 1fr)); --grid-2: repeat(2, minmax(0, 1fr)); --grid-3: repeat(3, minmax(0, 1fr)); --grid-4: repeat(4, minmax(0, 1fr)); --grid-5: repeat(5, minmax(0, 1fr)); --grid-6: repeat(6, minmax(0, 1fr)); --grid-7: repeat(7, minmax(0, 1fr)); --grid-8: repeat(8, minmax(0, 1fr)); --grid-9: repeat(9, minmax(0, 1fr)); --grid-10: repeat(10, minmax(0, 1fr)); --grid-11: repeat(11, minmax(0, 1fr)); --grid-12: repeat(12, minmax(0, 1fr)); --grid-1-2: minmax(0, 1fr) minmax(0, 2fr); --grid-1-3: minmax(0, 1fr) minmax(0, 3fr); --grid-2-1: minmax(0, 2fr) minmax(0, 1fr); --grid-2-3: minmax(0, 2fr) minmax(0, 3fr); --grid-3-1: minmax(0, 3fr) minmax(0, 1fr); --grid-3-2: minmax(0, 3fr) minmax(0, 2fr);}html, body { max-height: var(--website-height); height: 100%; min-height: var(--website-height); margin: 0; * { flex-wrap: nowrap; }}main,main > section { max-height: var(--website-height); height: 100%; min-height: var(--website-height); max-width: var(--website-width); width: 100%; min-width: var(--website-width); margin-inline: auto; overflow: hidden;}ul { margin: 0; padding-inline-start: 0; list-style: none;}.brxe-text a { text-decoration: underline; &:hover, &:focus { text-decoration: none; }}.hidden-for-search { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; clip-path: inset(50%) !important; border: 0 !important; white-space: nowrap !important;}.bricks-area,.bricks-area > section { overflow: visible;}.bricks-area .hidden-for-search { color: #000000 !important; width: 100% !important; min-height: 100%; height: auto !important; margin: 0 !important; padding: 13px !important; top: 100% !important; overflow: visible !important; clip: auto !important; clip-path: none !important; white-space: wrap !important; font-family: 'Arial' !important; font-size: 15px; line-height: 1.7; &::before { content: 'Insert page specific keywords for search engines: (These will be hidden on the front end)'; margin-block-end: 20px; display: flex; font-size: 20px; }} .brxe-container {width: 100%} .woocommerce main.site-main {width: 100%} #brx-content.wordpress {width: 100%}