:focus-visible { outline: 2px solid var(--color-accent); outline-offset: 4px; border-radius: 2px;}@keyframes shimmer { 0% { background-position: -200% 0; } 100% { background-position: 200% 0; }}.ce-skeleton { background: linear-gradient( 90deg, var(--ce-surface-sunken) 25%, oklch(92% 0.01 250) 50%,  var(--ce-surface-sunken) 75% ); background-size: 200% 100%; animation: shimmer 2s infinite linear;  pointer-events: none; user-select: none; border-radius: var(--ce-radius-m); }.ce-skeleton img { opacity: 0;} :where(.brxe-accordion .accordion-content-wrapper) a, :where(.brxe-icon-box .content) a, :where(.brxe-list) a, :where(.brxe-post-content):not([data-source="bricks"]) a, :where(.brxe-posts .dynamic p) a, :where(.brxe-shortcode) a, :where(.brxe-tabs .tab-content) a, :where(.brxe-team-members) .description a, :where(.brxe-testimonials) .testimonial-content-wrapper a, :where(.brxe-text) a, :where(a.brxe-text), :where(.brxe-text-basic) a, :where(a.brxe-text-basic), :where(.brxe-post-comments) .comment-content a {text-decoration: none; color: inherit}:where(:root) .bricks-color-dark {color: var(--color-dark)}:where(:root) .bricks-background-dark {background-color: var(--color-dark)}:where(:root) .bricks-color-light {color: var(--color-surface)}:where(:root) .bricks-background-light {background-color: var(--color-surface)}:where(:root) .bricks-color-secondary {color: var(--color-surface)}:where(:root) .bricks-background-secondary {background-color: var(--color-surface)}:where(:root) .bricks-color-primary {color: var(--color-dark)}:where(:root) .bricks-background-primary {background-color: var(--color-dark)} .brxe-section {padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0}