.compass-direction-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 6px 6px;
  overflow: hidden;
  border: 1px solid rgba(31, 31, 31, 0.07);
  border-radius: 10px;
}

.compass-direction-list article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-height: 68px;
  padding: 8px 10px;
}

.compass-direction-list article + article {
  border-left: 1px solid rgba(31, 31, 31, 0.08);
}

.compass-direction-list i {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(14, 139, 78, 0.1);
}

.compass-direction-list .is-wealth i {
  background: rgba(238, 154, 36, 0.13);
}

.compass-direction-list .is-alert i {
  background: rgba(224, 59, 62, 0.11);
}

.compass-direction-list span {
  color: #0b8a4c;
  font-size: 12px;
  font-weight: 800;
}

.compass-direction-list .is-wealth span {
  color: #d88916;
}

.compass-direction-list .is-alert span {
  color: #dc3639;
}

.compass-direction-list strong {
  display: block;
  margin-top: 2px;
  font-size: 16px;
  font-weight: 900;
}

.compass-direction-list p {
  margin: 3px 0 0;
  color: #646b67;
  font-size: 11px;
  font-weight: 560;
  line-height: 1.25;
}

.compass-tools > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  padding: 0 8px 9px;
}

.compass-tools button {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 7px;
  align-items: center;
  min-height: 49px;
  padding: 7px 8px;
  border: 1px solid rgba(30, 30, 28, 0.08);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(38, 36, 30, 0.05);
}

.compass-tools button:hover {
  border-color: rgba(15, 139, 83, 0.28);
  color: #0b8a4c;
}

.compass-tools svg {
  width: 28px;
  height: 28px;
  color: #0c8a50;
}

.compass-tools span {
  display: grid;
  gap: 2px;
  min-width: 0;
  text-align: left;
}

.compass-tools b {
  overflow: hidden;
  color: #191d1b;
  font-size: 13px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.compass-tools em,
.compass-risk-note {
  color: #646b67;
  font-size: 11px;
  font-style: normal;
  font-weight: 560;
}

.compass-risk-note {
  margin: 0 0 4px;
  text-align: center;
}
