/* CSS for fast tweaks */

#hiag-main-menu.hiag-main-menu--is-safari.is-anchored {
  transform: translateY(calc(-1 * var(--title-bar-bottom-wrapper-height)));
}

/* Transform Contextual Links in Tables */

td .hiag-table-stacked-content .contextual {
  position: static !important;
}
td .hiag-table-stacked-content .contextual *[hidden] {
  display: block !important;
}

td .hiag-table-stacked-content .contextual button.trigger {
  display: none !important;
  visibility: hidden !important;
}

td .hiag-table-stacked-content .contextual .contextual-links.button-group {
  box-shadow: none !important;
  padding: 0px !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}
