h2 span, h3 span, h4 span, h5 span { font-weight: 700; }  .wp-block-image img { border-radius: var(--at-radius--m); } :where(.brxe-text) a { color: var(--at-primary); text-decoration-line: underline; text-decoration-thickness: 1px; text-underline-offset: .2em; } :where(.brxe-text) a:hover { text-decoration-line: none; } .list--none { list-style: none; padding: 0; margin: 0; }  :where(*:not([class*="bricks-button"]) + [class*="bricks-button"]), :where(*:not([class*="bricks-button"]) + [class*="cta-btn-links"]) { margin-block-start: var(--at-space--m); }  .em--icon__wrapper { order: var(--icon-order); max-inline-size: max-content; flex-shrink: 0; } .em--icon__icon { order: var(--icon-order); color: var(--icon-color); font-size: var(--icon-size); border: var(--at-border--standard); border-radius: var(--icon-radius); padding: var(--icon-padding); background: var(--icon-background); box-shadow: var(--at-shadow--m); height: var(--icon-size); width: var(--icon-size); max-width: fit-content; } .em--icon__icon::before { font-size: calc(var(--icon-size) - var(--icon-padding) * 2); display: flex; }