/* Aeran Bazaar — Farmer / Dealer pricing (storefront) */

.ab-reg-type .ab-reg-type-label { display:block; margin-bottom:6px; font-weight:600; }
.ab-reg-type .ab-radio {
  display:inline-flex; align-items:center; gap:6px;
  margin-right:22px; font-weight:400; cursor:pointer;
}
.ab-reg-type .ab-radio input { width:auto; margin:0; }
.ab-reg-gstin .ab-hint,
.woocommerce-EditAccountForm .ab-hint {
  display:block; margin-top:4px; font-size:12px; color:#6b7280;
}

.ab-login-price {
  font-weight:600; text-decoration:underline; text-underline-offset:3px;
}
.ab-price-tag small {
  opacity:.65; font-weight:700; text-transform:uppercase;
  font-size:.72em; letter-spacing:.04em; margin-left:4px;
}

.ab-account-type { font-weight:600; }
.ab-dealer-status {
  display:inline-block; margin-left:8px; padding:2px 10px;
  border-radius:999px; font-size:12px; font-weight:600; vertical-align:middle;
}
.ab-dealer-status.is-approved { background:#e7efe6; color:#1f4d3a; }
.ab-dealer-status.is-pending  { background:#fdf1dc; color:#8a5417; }
