.pl-inbox {
  /*
        Contains the style and classes for the inbox container
  */

  padding-top: $general_padding_2;

  .pl-inbox-item {
    /*
        Contains the style and classes for each inbox item
    */

    .pl-inbox-icon {
      /*
          Contains the icon attributes unique to the .pl-inbox-item class
      */
      padding: $general_padding_2;

    }
    .pl-inbox-info {
      /*
          Contains the info attributes unique to the .pl-inbox-item class
      */
      padding: $general_padding_2;

      .pl-inbox-title {
        /*
            Contains the title text attributes unique to the .pl-inbox-info class
        */

      }
      .pl-inbox-description {
        /*
            Contains the description text attributes unique to the .pl-inbox-info class
        */
        white-space: pre-wrap;

      }
      .pl-inbox-date-time {
        /*
            Contains the date and time attributes unique to the .pl-inbox-info class
        */

      }
    }
  }
  .pl-inbox-read-more {
    /*
        Contains the read more link attributes unique to the .plugin-inbox class
    */
    border-radius: $general_border_radius;

  }
}
