/* Preserve the native hidden state even when a section has an explicit layout. */
[hidden] {
  display: none !important;
}

.back-overview {
  min-height: 44px;
  padding-block: 8px;
}

.cabinet,
.media-row a,
.tool-grid a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
}
