.rrmp-wrap { max-width: 640px; margin: 0 auto; font-family: inherit; }
.rrmp-progress { display: flex; justify-content: center; gap: 12px; margin-bottom: 24px; }
.rrmp-step-dot { width: 32px; height: 32px; border-radius: 50%; background: #e5e5e5; color: #666;
  display: flex; align-items: center; justify-content: center; font-weight: 600; }
.rrmp-step-dot.active { background: #2271b1; color: #fff; }
.rrmp-step-dot.done { background: #4caf50; color: #fff; }

#rrmp-form label { display: block; margin-bottom: 14px; font-weight: 600; font-size: 0.95em; }
#rrmp-form input, #rrmp-form select, #rrmp-form textarea {
  display: block; width: 100%; margin-top: 6px; padding: 10px; font-weight: 400;
  border: 1px solid #ccc; border-radius: 6px; font-size: 1em; box-sizing: border-box;
}
.rrmp-nav { display: flex; justify-content: space-between; margin-top: 24px; gap: 10px; }
.rrmp-nav button { cursor: pointer; padding: 12px 20px; border-radius: 6px; border: none; font-size: 1em; font-weight: 600; }
.rrmp-next, .rrmp-submit { background: #2271b1; color: #fff; margin-left: auto; }
.rrmp-prev { background: #eee; color: #333; }
.rrmp-submit { background: #2e8b57; }
.rrmp-submit:disabled { opacity: 0.6; cursor: not-allowed; }

.rrmp-checkbox { display: flex; align-items: flex-start; gap: 8px; font-weight: 400; font-size: 0.9em; }
.rrmp-checkbox input { width: auto; margin-top: 3px; }

.rrmp-erro { color: #b00020; background: #fdecea; padding: 10px; border-radius: 6px; margin-top: 14px; }
.rrmp-loading { color: #2271b1; margin-top: 14px; }

.rrmp-spinner { width: 36px; height: 36px; border: 4px solid #eee; border-top-color: #2271b1;
  border-radius: 50%; animation: rrmp-spin 0.8s linear infinite; margin: 20px auto; }
@keyframes rrmp-spin { to { transform: rotate(360deg); } }

.rrmp-btn { display: inline-block; background: #2e8b57; color: #fff !important; padding: 12px 22px;
  border-radius: 6px; text-decoration: none; font-weight: 600; margin-top: 10px; }
.rrmp-small { font-size: 0.85em; color: #666; margin-top: 16px; }
#rrmp-res-motivos li { margin-bottom: 8px; }
#rrmp-res-contato { background: #fff8e1; padding: 14px; border-radius: 6px; margin-top: 14px; }
