.notifications-workspace tr[data-id] {
  cursor: pointer;
}

.notifications-workspace tr[data-id]:focus-visible {
  outline: 3px solid rgba(29, 78, 216, 0.42);
  outline-offset: -3px;
}

.notifications-workspace .notification-category {
  display: inline-flex;
  align-items: center;
  min-block-size: 26px;
  padding-block: 3px;
  padding-inline: 9px;
  border: 1px solid rgba(29, 78, 216, 0.25);
  border-radius: 999px;
  background: rgba(29, 78, 216, 0.07);
  font-size: 12px;
  font-weight: 700;
}

.notifications-workspace .notification-preview {
  margin-block-start: 3px;
}

.notifications-workspace .drawer-panel {
  max-inline-size: min(720px, 100%);
}

.notifications-workspace-embedded > .card {
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
}

.notifications-workspace-embedded #category option[value="approval"],
.notifications-workspace-embedded #category option[value="manifest"],
.notifications-workspace-embedded #category option[value="shipment"] {
  display: none;
}

@media (max-width: 760px) {
  .notifications-workspace .drawer-panel {
    inline-size: 100%;
  }
}

[dir="rtl"] .notifications-workspace {
  text-align: start;
}
