/* Remove the built-in Serenity filter bar button from all grids */
[data-action="edit-filter"] {
  display: none !important;
}

.s-site-logo-img {
  content: var(--s-site-logo-img-url);
}

.s-TranslationGrid input.custom-text {
  width: 100%;
  height: 38px;
  padding: 0 3px;
}

.s-PermissionCheckEditor {
  min-height: 450px;
}
