/* Minimal MVP styling */
.card{ border-radius:16px; }


/* Address provider label (Google / USPS / etc) */
.addr-provider{
  font-size: 11px;
  font-weight: 500;
  color: #6c757d;
  background: #f1f3f5;
  border: 1px solid #e2e6ea;
  border-radius: 999px;
  padding: 2px 8px;
  line-height: 1;
  white-space: nowrap;
}


