.highlight-blue { color: var(--primary); font-family: 'BiancoSerif', serif; font-weight: bold; } .features > .features-card:nth-child(even) { flex-direction: row-reverse; }  ::-webkit-scrollbar { display: none; } body { scrollbar-width: none;  -ms-overflow-style: none;  } #brx-header.sticky { position: fixed !important; top: 0; z-index: 998 !important; } body.bricks-is-frontend.admin-bar #brx-header.sticky { top: 32px; top: var(--wp-admin--admin-bar--height); }