.customer-notification-message-label{
  margin:18px 0 7px;
  color:#7a8792;
  font-size:.76rem;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.customer-notification-popup-message{
  display:block !important;
  min-height:30px !important;
  margin:0 !important;
  color:#334155 !important;
  font-size:.98rem !important;
  line-height:1.7 !important;
  white-space:pre-wrap !important;
  overflow-wrap:anywhere !important;
}
.customer-notification-popup-message:empty::before{
  content:"No message body.";
  color:#94a3b8;
  font-style:italic;
}
.customer-notification-attachments.show{
  display:block !important;
}
