.bni-roster-shortcode {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.bni-roster-card {
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(16, 24, 40, 0.06);
}

.bni-roster-card h3 {
  margin-top: 0;
  margin-bottom: 8px;
}

.bni-company,
.bni-category {
  margin: 4px 0;
  color: #667085;
  font-weight: 600;
}

.bni-button {
  display: inline-block;
  margin-top: 12px;
  background: #B5121B;
  color: #fff;
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 700;
}
