.message-attachment {
  display: grid;
  gap: 7px;
  min-width: min(240px, 100%);
}

.message-attachment img {
  display: block;
  width: min(100%, 360px);
  max-height: 340px;
  border-radius: 12px;
  object-fit: contain;
  background: #fff;
}

.message-attachment a {
  color: #2563eb;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.message-attachment p {
  margin: 0;
  white-space: pre-wrap;
}

.message-product-card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 11px;
  width: min(100%, 390px);
  min-width: min(280px, 100%);
  padding: 10px;
  border: 1px solid #bcd2ff;
  border-radius: 16px;
  background: #f5f9ff;
}

.message-product-card img {
  width: 88px;
  height: 88px;
  border-radius: 12px;
  object-fit: contain;
  background: #fff;
}

.message-product-card__copy {
  min-width: 0;
}

.message-product-card strong,
.message-product-card span,
.message-product-card small {
  display: block;
}

.message-product-card strong {
  color: #172554;
  font-size: 13px;
}

.message-product-card small {
  margin-top: 4px;
  color: #667085;
  line-height: 1.35;
}

.message-product-card span {
  width: max-content;
  margin-top: 8px;
  padding: 5px 8px;
  border-radius: 8px;
  background: #2563eb;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.message-product-card--design {
  border-color: #93c5fd;
  background: #eff6ff;
}
