.dealer-container { max-width: 1100px; margin: 2rem auto; padding: 0 1rem; }

.dealer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

.grid-1 { grid-template-columns: 1fr; }

.dealer-container .btn { width: 100%; }

.error { color: var(--danger); margin-top: 1rem; font-size: 0.95rem; }
.success { color: var(--success); margin-top: 1rem; font-size: 0.95rem; }

.badge { display: inline-block; padding: 0.25rem 0.6rem; border-radius: 999px; font-size: 0.85rem; font-weight: 800; }
.badge-pending { background: #fff3cd; color: #856404; }
.badge-approved { background: #d4edda; color: #155724; }
.badge-rejected { background: #f8d7da; color: #721c24; }

@media (max-width: 900px) {
  .dealer-grid { grid-template-columns: 1fr; }
}
