.euiNotificationEventMeta {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-right: $euiSizeXS;
  min-height: $euiSizeL; // ensures the same size of the read button to properly center align

  &--hasContextMenu {
    padding-right: $euiSizeL;
  }

  &__contextMenuWrapper {
    position: absolute;
    top: 0;
    right: 0;
  }

  &__section {
    margin-right: $euiSizeS;

    &:first-child {
      display: flex;
      flex: 1;
      align-items: center;
    }
  }

  &__icon {
    margin-right: $euiSizeS;
  }

  &__badge {
    max-width: 100%;
    display: inline-grid; // forces truncation of the badge
  }

  &__time {
    font-size: $euiFontSizeXS;
    color: $euiTextSubduedColor;
  }
}
