.complaint-master-page .span-2 { grid-column: 1 / -1; }
.complaint-master-form textarea { resize: vertical; }
.complaint-master-form .master-message {
  border: 1px solid #fecaca;
  border-radius: 8px;
  background: #fff1f2;
  color: #991b1b;
  font-weight: 600;
  padding: 10px 12px;
}

.complaint-grid-filters {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 12px;
}

.complaint-grid-filters label {
  display: grid;
  gap: 6px;
  min-width: min(220px, 100%);
}

.complaint-grid-filters span {
  color: var(--text-soft, #334155);
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 760px) {
  .complaint-grid-filters {
    justify-content: stretch;
  }
}
