.no-action-note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 12px;
  padding: 12px;
  color: #6d4a13;
  background: var(--amber-bg);
  border: 1px solid #efd59e;
  border-radius: 8px;
}

.no-action-note > span {
  display: grid;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  place-items: center;
  color: var(--amber);
  font-size: 0.75rem;
  font-weight: 700;
  background: #fff;
  border-radius: 50%;
}

.no-action-note strong {
  display: block;
  margin-bottom: 2px;
  font-size: 0.79rem;
}

.no-action-note p {
  margin: 0;
  font-size: 0.74rem;
  line-height: 1.45;
}
