/* Minimal styles for BM plugin */
.bm-notice { background: #f3f3f3; padding: 10px; margin-bottom: 10px; border-left: 4px solid #0073aa; }
.bm-register, .bm-login, .bm-client-dashboard, .bm-admin-dashboard, .bm-classifieds-page { max-width: 900px; margin: 1em auto; padding: 1em; background: #fff; border: 1px solid #eee; }
.bm-classified { border: 1px solid #ddd; padding: 10px; margin-bottom: 10px; }
.bm-progress-bar { background: #eee; width: 100%; height: 22px; margin-top: 6px; border-radius: 3px; overflow: hidden; }
.bm-progress { background: #2ea2cc; height: 100%; color: #fff; text-align: center; line-height: 22px; }
.bm-field-error { color: #a00; margin-top: 4px; font-size: 0.95em; }
.bm-client-error { border: 1px solid #ff6b6b !important; background: #fff6f6; }
.bm-filters { margin-bottom: 12px; }
.bm-pagination { margin-top: 12px; }
.bm-quotation { background: #fafafa; }
.bm-pending-quote { background: #fff; }
/* Optional: nicer default styling for the logout button/link */
.bm-logout-btn {
  display: inline-block;
  padding: 0.45rem 0.9rem;
  background: #d9534f;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.05);
  font-weight: 600;
  cursor: pointer;
}
.bm-logout-btn:hover,
.bm-logout-btn:focus {
  background: #c9302c;
  color: #fff !important;
  text-decoration: none !important;
}