/**
 * Yatay taşma önleme — mesajlar, tablolar, uzun metin/URL
 */
img,
video,
svg,
canvas {
  max-width: 100%;
  height: auto;
}

table {
  max-width: 100%;
}

.pre-wrap,
.prose,
.listing-description,
.msg-bubble__text {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.msg-layout,
.msg-thread,
.msg-messages,
.marketplace-layout,
.listing-detail-grid,
.contact-form__row,
.form-row,
.footer-grid,
.listing-grid,
.supplier-grid {
  min-width: 0;
}

.data-table-wrap,
.table-scroll,
.filter-bar-scroll {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.msg-bubble,
.listing-card,
.supplier-card,
.alert {
  max-width: 100%;
  overflow-wrap: anywhere;
}
