 body { animation: fadein 0.5s ease-in; } @keyframes fadein { from { opacity: 0; } to { opacity: 1; } } #brx-header { z-index: 2; }  nav.bricks-mobile-menu-wrapper { padding-top: var(--space-4xl); } .brxe-button:hover { transform: translateY(-0.1rem); }  :where(.brxe-accordion .accordion-content-wrapper) a:hover, :where(.brxe-icon-box .content) a:hover, :where(.brxe-list) a:hover, :where(.brxe-post-content):not([data-source="bricks"]) a:hover, :where(.brxe-posts .dynamic p) a:hover, :where(.brxe-shortcode) a:hover, :where(.brxe-tabs .tab-content) a:hover, :where(.brxe-team-members) .description a:hover, :where(.brxe-testimonials) .testimonial-content-wrapper a:hover, :where(.brxe-text) a:hover, :where(a:hover.brxe-text), :where(.brxe-text-basic) a:hover, :where(a:hover.brxe-text-basic), :where(.brxe-post-comments) .comment-content a:hover, :where(a:hover) { color: var(--primary-80); text-decoration: none; }