.theme-ambush-member {
  display: grid;
  gap: 14px;
  color: #172033;
}
.theme-ambush-card,
.theme-ambush-risk,
.theme-ambush-locked {
  border: 1px solid #d8e2ee;
  border-radius: 10px;
  background: #fff;
  padding: 16px;
}
.theme-ambush-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
}
.theme-ambush-meta {
  margin: 0 0 10px;
  color: #667085;
  font-size: 13px;
}
.theme-ambush-risk {
  background: #fff8e6;
  border-color: #f0c36a;
  color: #7a4b00;
}
.theme-ambush-locked {
  background: #f6f8fb;
  color: #667085;
}
