.rh-message-banner-composer {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  min-width: 0;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(239,35,60,.07), rgba(255,255,255,.018));
}
.rh-message-banner-composer legend {
  padding: 0 10px;
  font-weight: 800;
  color: #f5f6fb;
  letter-spacing: .01em;
}
.rh-message-banner-icon { color: var(--accent, #ef233c); margin-right: 7px; }
.rh-message-banner-help,
.rh-message-banner-note {
  margin: 0 0 14px;
  color: rgba(225,228,239,.66);
  font-size: .84rem;
  line-height: 1.55;
}
.rh-message-banner-note { margin: 14px 0 0; font-size: .78rem; }
.rh-message-banner-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.rh-message-banner-grid > label {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 8px;
  width: 100% !important;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 13px;
  background: rgba(5,6,10,.46);
}
.rh-message-banner-grid input[type="url"] { width: 100% !important; min-width: 0 !important; }
.rh-message-banner-grid small { color: rgba(225,228,239,.52); line-height: 1.45; }
.rh-message-banner-preview {
  display: grid;
  place-items: center;
  min-height: 76px;
  overflow: hidden;
  border: 1px dashed rgba(255,255,255,.10);
  border-radius: 10px;
  background: rgba(0,0,0,.28);
}
.rh-message-banner-preview[hidden],
.rh-message-banner-preview img[hidden] { display: none !important; }
.rh-message-banner-preview img { width: 100%; max-height: 180px; object-fit: cover; display: block; }
@media (max-width: 860px) {
  .rh-message-banner-grid { grid-template-columns: 1fr; }
}

body.rankhouse-dashboard-v8 .rh-discord-banner-embed {
  width: min(100%, 560px);
  padding: 8px 8px 8px 12px;
}
body.rankhouse-dashboard-v8 .rh-discord-banner-embed .rh-discord-embed-image {
  width: 100%;
  max-width: none;
  max-height: 250px;
  margin: 0;
  object-fit: contain;
  background: #202225;
}
body.rankhouse-dashboard-v8 .rh-discord-text-embed .rh-discord-embed-author {
  display: none;
}
