 header .brxe-social-icons a { color: var(--white); } header .brxe-social-icons a:hover { color: var(--action); } main { overflow-x: hidden; overflow-y: scroll; }   footer h3 { margin-bottom: var(--space-xs); } footer#brx-footer .ing-footer a { color: var(--white); } footer#brx-footer a:hover, footer a:active { color: var(--action); } footer#brx-footer .current-menu-item a { color: var(--action); }  .btn--white path { transitions: all 0.3s; } .btn--white:hover path { fill: var(--white) !important; } .ing-contact__form button[type=submit].bricks-button { transition: all 0.3s; } .ing-contact__form button[type=submit].bricks-button:hover { background-color: var(--primary); }