/* ==========================================================================
   Revma Hire app additions (not part of the synced revma.com.au styles.css)
   Status badges for bookings, plus small account-page helpers.
   ========================================================================== */

.badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

.badge-grey  { background: #eceef1; color: #555c66; }
.badge-blue  { background: #e1ecfb; color: #1a5fb4; }
.badge-amber { background: #fdf0d5; color: #9a6700; }
.badge-green { background: #e3f6e8; color: #1b7a3d; }
.badge-red   { background: #fde1e1; color: #b3261e; }

/* Make dashboard booking cards lift slightly on hover */
a:hover > div[style*="box-shadow"] {
  box-shadow: 0 6px 22px rgba(0,0,0,0.10) !important;
}
