.report-plan-fallback[hidden] {
  display: none;
}

.report-plan-figure.is-missing {
  margin: 0;
}

.report-plan-figure.is-missing img {
  display: none;
}

.report-plan-map {
  display: grid;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(15, 139, 83, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(232, 247, 239, 0.92), rgba(255, 252, 244, 0.96)),
    #fff;
}

.report-plan-map p {
  margin: 0;
  color: #5f6b64;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.report-palace-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.report-palace-cell {
  display: grid;
  gap: 3px;
  align-content: center;
  min-height: 68px;
  padding: 8px 6px;
  border: 1px solid rgba(25, 39, 36, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  color: #68716b;
  text-align: center;
}

.report-palace-cell b,
.report-palace-cell strong,
.report-palace-cell small {
  overflow-wrap: anywhere;
}

.report-palace-cell b {
  color: #101112;
  font-size: 12px;
  line-height: 1.1;
}

.report-palace-cell strong {
  color: #0b8a52;
  font-size: 15px;
  line-height: 1.1;
}

.report-palace-cell small {
  font-size: 10px;
  font-weight: 800;
  line-height: 1.1;
}

.report-palace-bad strong {
  color: #e33d35;
}

.report-palace-need strong {
  color: #ed9f26;
}

.report-palace-neutral strong {
  color: #8e9692;
}
