button:not(:disabled),
a[role="button"],
.button,
.cabinet-link,
a[style*="display:inline-flex"][style*="font-weight:600"],
a[style*="display:inline-flex"][style*="font-weight:700"]{
  transition:transform 150ms ease,box-shadow 150ms ease,background-color 150ms ease,color 150ms ease,border-color 150ms ease;
}
button:not(:disabled):hover,
a[role="button"]:hover,
.button:hover,
.cabinet-link:hover,
a[style*="display:inline-flex"][style*="font-weight:600"]:hover,
a[style*="display:inline-flex"][style*="font-weight:700"]:hover{
  box-shadow:none;
}
button:not(:disabled):active,
a[role="button"]:active,
.button:active,
.cabinet-link:active,
a[style*="display:inline-flex"][style*="font-weight:600"]:active,
a[style*="display:inline-flex"][style*="font-weight:700"]:active{
  box-shadow:none;
}
@media (prefers-reduced-motion:reduce){
  button:not(:disabled),a[role="button"],.button,.cabinet-link{transition:none}
}
