.ml-msg {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 0.35rem;
}
.ml-msg[data-side="right"] {
  align-items: flex-end;
}
.ml-msg[data-side="left"] {
  align-items: flex-start;
}
.ml-msg[data-side="center"] {
  align-items: center;
}
.ml-msg__bubble {
  max-width: min(560px, 92%);
  padding: 0.65rem 0.85rem;
  border-radius: 14px;
  line-height: 1.45;
  color: var(--ml-color-text-inverse);
}
.ml-msg__bubble a {
  color: var(--ml-color-brand-orange-soft);
}
.ml-msg__bubble a:hover {
  color: var(--ml-color-text-inverse);
}
.ml-msg__bubble--customer {
  background: linear-gradient(135deg, #3a2418, #2a1810);
  border: 1px solid #e07a2f55;
}
.ml-msg__bubble--staff {
  background: #2a2a2a;
  border: 1px solid #444;
}
.ml-msg__capsule {
  max-width: min(520px, 94%);
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: #333;
  font-size: 0.9rem;
  color: #ddd;
  text-align: center;
}
.ml-msg__card {
  max-width: min(560px, 94%);
  padding: 0.75rem;
  border-radius: 12px;
  border: 1px solid #555;
  background: #1e1e1e;
  color: var(--ml-color-text-inverse);
}
.ml-msg__card--payment {
  border-color: #c9a22766;
}
.ml-msg__card-title {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  color: var(--ml-color-text-inverse);
}
.ml-msg__mono {
  margin: 0;
  white-space: pre-wrap;
  font-family: ui-monospace, monospace;
  font-size: 0.85rem;
  color: #e8e4dc;
}
.ml-msg__notice {
  max-width: min(520px, 94%);
  padding: 0.55rem 0.85rem;
  border-radius: 10px;
  text-align: center;
}
.ml-msg__notice--address {
  background: #0f2a3a;
  border: 1px solid #38bdf855;
  color: #e2e8f0;
}
.ml-msg__address-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}
.ml-msg__address-form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: min(520px, 94%);
  padding: 0.75rem;
  border-radius: 12px;
  background: #0f2a3a;
  border: 1px solid #38bdf855;
}
.ml-msg__address-input {
  width: 100%;
  resize: vertical;
}
.ml-msg__address-submit {
  align-self: flex-end;
}
.ml-msg__text {
  margin: 0;
  white-space: pre-wrap;
}
.ml-msg__bubble .ml-msg__text {
  color: inherit;
}
.ml-msg__meta {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  color: #888;
}
.ml-msg__tick--read {
  color: #38bdf8;
}
.ml-msg__atts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.35rem;
}
.ml-msg__att img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 8px;
}
.ml-msg__file {
  font-size: 0.8rem;
  text-decoration: underline;
  color: var(--ml-color-brand-orange-soft);
}
