.submit-inner {
    background: #2a2a2a;
    color: #ccc;
    border: 1px solid #444;
    border-radius: 8px;
    padding: 6px 14px;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.ban-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.ban-modal {
  background: #2a2a2a;
  border: 1px solid #444;
  border-radius: 16px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  min-width: 300px;
}