/* D: компактные действия строки (УС.ОТ / УС.Работы / общие журналы) */
.list-freeze .list-journal-actions,
.list-freeze th.list-journal-actions,
.list-freeze td.list-journal-actions {
  width: 7.5rem;
  min-width: 7.5rem;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
}

.list-freeze .list-actions-menu .dropdown-toggle {
  padding: 0.2rem 0.55rem;
  font-size: 0.8125rem;
}

.list-freeze .list-actions-menu .dropdown-toggle::after {
  display: none;
}

.list-freeze .list-actions-menu .dropdown-menu {
  font-size: 0.875rem;
  min-width: 11rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  border-radius: 0.5rem;
  padding: 0.35rem;
}

.list-freeze .list-actions-menu .dropdown-item {
  border-radius: 0.35rem;
  padding: 0.4rem 0.65rem;
}

.list-freeze .list-actions-menu .dropdown-item form {
  margin: 0;
}

.list-freeze .list-actions-menu .dropdown-item-danger,
.list-freeze .list-actions-menu .dropdown-item.text-danger {
  color: #b42318;
}
