.realestate-requests h3 {
  clear: both;
  margin: 20px 0 10px 0;
  color: #239ab5;
  font-size: 16px;
  border-bottom: solid 1px #d9dde2;
}

.contact-request-item {
  margin: 0 0 12px 0;
}

.contact-request-item p {
  margin: 5px 0;
}

.contact-request-item .mini {
  font-size: 12px;
  color: #777;
}

.request-status {
  display: inline-block;
  padding: 3px 8px;
  margin: 0 5px 5px 0;
  border: solid 1px #d9dde2;
  background: #f2f2f2;
  border-radius: 4px;
  font-size: 11px;
  color: #595959;
}

.request-status.paid {
  border-color: #bce8f1;
  background: #d9edf7;
  color: #3a87ad;
}

.request-status.due {
  border-color: #f0ce73;
  background: #fff7df;
  color: #765400;
}

.request-contact-details {
  margin: 8px 0;
  padding: 8px 10px;
  border: solid 1px #d9dde2;
  background: #f9f9f9;
  border-radius: 4px;
  font-size: 12px;
}

.realestate-notification-icon {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: -5px 10px 0 0;
  text-align: center;
  vertical-align: middle;
  color: #239ab5;
  text-decoration: none;
}

.realestate-notification-icon .notification-bell {
  display: block;
  font-size: 18px;
  line-height: 26px;
}

.realestate-notification-icon .notification-count {
  position: absolute;
  top: -4px;
  right: -6px;
  min-width: 14px;
  height: 14px;
  padding: 0 3px;
  border-radius: 8px;
  background: #da4f49;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  line-height: 14px;
}

.realestate-notification-wrap {
  position: relative;
  display: inline-block;
}

.realestate-notification-menu {
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
  z-index: 1000;
  width: 280px;
  padding: 10px;
  border: solid 1px #d9dde2;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  text-align: left;
}

.realestate-notification-wrap:hover .realestate-notification-menu,
.realestate-notification-wrap:focus-within .realestate-notification-menu {
  display: block;
}

.realestate-notification-menu strong {
  display: block;
  margin: 0 0 8px 0;
  color: #333;
}

.realestate-notification-menu a,
.realestate-notification-menu .notification-empty {
  display: block;
  padding: 8px 0;
  border-top: solid 1px #edf0f2;
  color: #555;
  text-decoration: none;
}

.realestate-notification-menu a.is-unread span,
.realestate-notification-row.is-unread strong {
  color: #239ab5;
}

.realestate-notification-menu a span,
.realestate-notification-menu a em {
  display: block;
}

.realestate-notification-menu a em {
  max-height: 34px;
  overflow: hidden;
  color: #777;
  font-size: 11px;
  font-style: normal;
  line-height: 17px;
}

.realestate-notification-menu .notification-view-all {
  color: #239ab5;
  font-weight: bold;
}

.realestate-notifications-page .notification-actions {
  margin: 0 0 12px 0;
}

.realestate-notification-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
}

.realestate-notification-row.is-unread {
  border-left: solid 3px #239ab5;
}

.realestate-notification-row p {
  margin: 5px 0;
}

.realestate-notification-row .mini {
  color: #777;
  font-size: 12px;
}

.realestate-notification-row .notification-main {
  min-width: 0;
}

.realestate-notification-row .notification-row-actions {
  white-space: nowrap;
}
