.accounting-header__actions {
  grid-column: 5;
  gap: 0;
}

.notification-indicator {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  align-self: center;
  height: 32px;
  grid-template-columns: 9px 20px 9px;
  gap: 3px;
}

.notification-indicator__light {
  width: 9px;
}

.notification-indicator__core {
  width: 20px;
  height: 28px;
  font-size: 19px;
}

.notification-indicator__count {
  top: -4px;
  left: calc(50% + 5px);
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  font-size: 9px;
}

.notification-overlay {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  max-height: none;
  border: 0;
  border-radius: 0;
  transform: translateY(4%);
}

.notification-overlay.is-open {
  transform: none;
}

.notification-overlay__header {
  min-height: 64px;
  padding: 0.8rem 0.75rem;
}

.notification-overlay__body {
  padding: 0 0.75rem 1rem;
}

.notification-row {
  grid-template-columns: 1fr;
  gap: 0.65rem;
}

.notification-row__actions {
  justify-content: stretch;
}

.notification-row__actions .button {
  flex: 1 1 auto;
}
