.notifications {
  &.mat-menu-panel {
    width: 280px !important;
    max-height: 600px !important;
  }

  .mat-menu-content {
    padding-top: 0 !important;
  }

  &__date-header {
    padding: 16px;
  }

  &__item {
    //? button reset
    font-family: inherit;
    font-size: 100%;
    border: none;
    margin: 0;
    text-transform: none;
    -webkit-appearance: button;

    &.notifications__item-empty {
      height: 64px !important;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      padding-bottom: 0px !important;
      cursor: default !important;
    }

    &:focus {
      outline: 0;
    }

    //? style
    width: 100%;
    padding: 8px 16px;
    text-align: left;
  }

  &__title-row {
    display: flex;
    align-items: flex-start;
  }

  sc-icon {
    flex: 0 0 40px;
  }

  &__title {
    flex: 1 0 160px;
    margin-bottom: 0 !important;
  }

  &__timestamp {
    flex: 0 0 auto;
    padding-left: 8px;
    line-height: 24px !important;
  }

  &__description {
    margin: 4px 0 0 40px;
  }
}
