.ky-customer-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 8px;
  padding: 10px 12px;
  border: 1px solid #dfe5fb;
  border-radius: 10px;
  background: #f1f4ff;
  color: #394b83;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  min-width: 0;
}

.ky-customer-note__icon {
  flex-shrink: 0;
  margin-top: 3px;
}

.ky-customer-note__content {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.ky-customer-note__title,
.ky-customer-note__text {
  display: block;
  white-space: pre-wrap;
}

.ky-customer-note__title {
  margin-bottom: 2px;
  font-weight: 600;
}

.ky-booking-panel__head + .ky-customer-note {
  margin-bottom: 16px;
}

.ky-staff-card.ky-staff-card--with-note {
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}

.ky-staff-card__identity {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  min-width: 0;
}
