.nflm-256lhc-dashboard-banner{margin:18px auto 0;max-width:1180px;background:#fff5f5;border:1px solid #f0caca;border-left:5px solid #b00000;border-radius:12px;padding:13px 16px;color:#1f2937;box-shadow:0 8px 24px rgba(0,0,0,.05)}
.nflm-256-owner-hub{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:22px;margin:18px 0}.nflm-256-owner-hub h3{margin-top:0}.nflm-256-owner-hub-intro{color:#4b5563}.nflm-256-owner-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.nflm-256-card{border:1px solid #e5e7eb;border-radius:14px;padding:16px;background:#fff}.nflm-256-card h4{margin-top:0;margin-bottom:8px}.nflm-256-card p{margin:7px 0}.nflm-256-card a{font-weight:700}

/* v1.4.0 owner onboarding stepper */
.nflm-256-owner-stepper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
  margin: 18px 0 24px;
  padding: 0;
}
.nflm-256-owner-stepper li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid #dcdcde;
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  line-height: 1.25;
}
.nflm-256-owner-stepper .nflm-256-step-number {
  display: inline-flex;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e8e8e8;
  font-weight: 700;
}
.nflm-256-owner-stepper li.is-complete { border-color: #b7dfbf; background: #f2fbf4; }
.nflm-256-owner-stepper li.is-complete .nflm-256-step-number { background: #1d7f38; color: #fff; }
.nflm-256-owner-stepper li.is-current { border-color: #d63638; box-shadow: 0 0 0 1px #d63638 inset; }
.nflm-256-owner-stepper li.is-current .nflm-256-step-number { background: #d63638; color: #fff; }
@media (max-width: 700px) {
  .nflm-256-owner-stepper { grid-template-columns: 1fr 1fr; }
}
