
.shore-orders-notification-host {
  position: relative !important;
}

.shore-orders-alert-badge {
  position: absolute;
  top: -7px;
  right: -9px;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #e53935;
  color: #fff;
  font-family: Arial, sans-serif !important;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(96,16,16,.25);
  pointer-events: none;
}

.shore-orders-alert-badge[hidden] {
  display: none !important;
}


.shore-orders-unread-preview {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 5000;
  width: min(330px, 80vw);
  padding: 10px;
  border: 2px solid #4ba9d8;
  border-radius: 10px;
  background: #eefaff;
  color: #163f57;
  box-shadow: 0 12px 28px rgba(16,65,92,.2);
  text-align: left;
  pointer-events: none;
}

.shore-orders-unread-preview[hidden] {
  display: none !important;
}

.shore-orders-unread-preview > strong {
  display: block;
  margin-bottom: 7px;
  color: #1769aa;
  font-size: 10px;
}

.shore-orders-unread-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px;
  align-items: start;
  padding: 6px 0;
  border-top: 1px solid rgba(75,169,216,.2);
  font-size: 9px;
  line-height: 1.35;
}

.shore-orders-unread-row b {
  color: #1769aa;
  white-space: nowrap;
}

.shore-orders-unread-row span {
  min-width: 0;
  color: #385e73;
  overflow-wrap: anywhere;
}
