/* ===================================================================
   AX4T NFC — [ax4t_nfc_dashboard] shortcode area only.
   This is the editable "My Profile" page — the one place a logged-in
   cardholder edits their name, job title, bio, links, etc.
   =================================================================== */

.ax4t-dashboard .ax4t-nfc-status{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.ax4t-dashboard textarea{
  min-height: 110px;
  resize: vertical;
}

.ax4t-dashboard form{
  margin-top: 12px;
}
