@layer components{.c-reset-button{--button-color:currentColor;--button-icon-color:var(--brand-blue);border-bottom:1px solid var(--brand-blue);color:var(--button-color);font-size:1rem;font-weight:var(--font-weight-regular);line-height:1;padding:.4rem 0 .4rem 1.2rem;position:relative}.c-reset-button:before{color:var(--button-icon-color);content:"\f0e2";font-family:var(--fa-font-family);left:0;position:absolute;transform-origin:center}.c-reset-button:focus:before,.c-reset-button:hover:before{animation:reset-button-spin-icon .3s ease}.c-reset-button--centered{display:block;margin-left:auto;margin-right:auto}@keyframes reset-button-spin-icon{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}}