
/* common-overrides.css - added by assistant */
.btn-disabled, button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
  filter: grayscale(10%);
}
#site-header { margin-bottom: 18px; }
#site-footer { margin-top: 28px; }
