.HealthNotificationList {
  background: #f9f9f9;
  > .title {
    margin-bottom: 10px;
    background-color: #fff;
    padding: 15px;
  }

  > .list {
    > .item {
      display: flex;
      background-color: #fff;
      margin-bottom: 10px;
      padding: 16px 16px 12px;

      .item-left {
        width: 16px;
        margin-right: 6px;

        .za-checkbox__widget {
          .za-checkbox__inner {
            border-radius: 9px;
          }
        }
      }
      .item-right {
        width: 100%;
        > .top {
          display: flex;
          justify-content: space-between;
          > .left {
            display: flex;
            align-items: center;
            > .left {
              font-weight: 600;
              color: #343434;
              margin-right: 8px;
            }
            > .right {
              font-size: 10px;
              background: #e8f4ff;
              border-radius: 4px;
              padding: 3px 6px;
              color: #1b90ef;
            }
          }

          > .right {
            color: #999;

            &.red {
              color: #f49703;
            }
          }
        }

        > .middle {
          margin-top: 10px;
          font-size: 13px;
          color: #909090;
        }
        > .bottom {
          display: flex;
          justify-content: flex-end;
          margin-top: 5px;
          button {
            color: var(--theme-primary);
            background-color: #fff;
          }
        }
      }
    }
  }
}
