/* ==========================================================================
   NSMS v32 — bulk selection & permanent deletion
   Uses the established NSMS palette. Touch targets meet the 44px floor so it
   works on a phone as well as a desktop.
   ========================================================================== */

.nsms-bulkbar {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  background: #fff5f5;
  border: 1px solid #f0c4c4;
  border-left: 5px solid #b3261e;
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 12px;
  box-shadow: 0 1px 3px rgba(11, 37, 69, .06);
}

.nsms-bulkcount {
  font-weight: 800;
  color: #8a1f1f;
  font-size: 1rem;
  letter-spacing: .01em;
}

.nsms-bulkbar .btn3d { min-height: 44px; padding: 11px 18px; }
.nsms-bulkgo { font-weight: 800; }

.nsms-bulkwarn {
  font-size: .82rem;
  color: #8a1f1f;
  font-weight: 700;
  flex: 1 1 260px;
  line-height: 1.35;
}

/* Tick boxes big enough for a finger, and clearly aligned. */
.nsms-pick, .nsms-all {
  width: 20px; height: 20px;
  cursor: pointer;
  accent-color: #b3261e;
  vertical-align: middle;
}

/* The impact list inside the password confirmation box. */
.nsms-impact {
  text-align: left;
  background: #fff8e6;
  border: 1px solid #ffe1a1;
  border-radius: 8px;
  padding: 10px 12px;
  margin: 8px 0;
  font-size: .84rem;
  line-height: 1.45;
  color: #6b5200;
  max-height: 190px;
  overflow-y: auto;
}
.nsms-impact b { color: #8a1f1f; }

/* Selection columns must not appear in an exported PDF register. */
@media print { .nsms-nopdf, .nsms-bulkbar { display: none !important; } }

@media (max-width: 767px) {
  .nsms-bulkbar { padding: 10px; gap: 8px; }
  .nsms-bulkwarn { flex-basis: 100%; }
  .nsms-pick, .nsms-all { width: 24px; height: 24px; }
}
