.view-status-update .views-row:has(:not(.views-field-field-status-message-scheduled)) .views-field-field-update .item-list ul > li:last-child {
  margin-bottom: 0 !important;
  border: 0 !important;
}
.view-status-update .views-row:has(.views-field-field-status-message-scheduled) .views-field-field-update {
  border-bottom: 1px solid #eee;
  margin-bottom: 1rem;
}
.view-status-update .views-row .field-name-status {
  font-weight: 700;
  font-family: "trade-gothic-next-condensed", "Arial Bold";
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}
.view-status-update .views-row .views-field-field-status-message-scheduled p, .view-status-update .views-row .views-field-field-status-message-scheduled ul, .view-status-update .views-row .views-field-field-status-message-closed p, .view-status-update .views-row .views-field-field-status-message-closed ul {
  margin-bottom: 0.5rem;
}
.view-status-update .views-row .views-field-field-timestamp-scheduled, .view-status-update .views-row .views-field-field-timestamp-closed {
  font-size: 80%;
  color: #555;
}
.view-status-update .views-row .views-field-field-timestamp-closed {
  margin-bottom: 1rem;
}
.view-status-update .views-row .views-field-field-update .item-list ul {
  list-style-type: none;
  margin-bottom: 0;
}
.view-status-update .views-row .views-field-field-update .item-list ul > li {
  margin-left: 0;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}
.view-status-update .views-row .views-field-field-update .item-list ul > li .paragraph--update .field--name-field-status {
  font-weight: 700;
  font-family: "trade-gothic-next-condensed", "Arial Bold";
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.view-status-update .views-row .views-field-field-update .item-list ul > li .paragraph--update .text-formatted p, .view-status-update .views-row .views-field-field-update .item-list ul > li .paragraph--update .text-formatted ul {
  margin-bottom: 0.5rem;
}
.view-status-update .views-row .views-field-field-update .item-list ul > li .paragraph--update .field--name-field-timestamp {
  font-size: 80%;
  color: #555;
}