.identity-coherence-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(63, 225, 194, .28);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(15, 55, 63, .9), rgba(8, 24, 38, .94));
  box-shadow: inset 0 1px rgba(255, 255, 255, .04);
}

.identity-coherence-card > span {
  color: #54e7cd;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .16em;
}

.identity-coherence-card strong { color: #f2fffb; font-size: 1rem; }
.identity-coherence-card p { margin: 0; color: #9db5bd; font-size: .82rem; line-height: 1.55; }
.identity-coherence-card div { display: grid; grid-template-columns: auto 1fr auto 1fr; gap: 6px 9px; align-items: baseline; }
.identity-coherence-card b { color: #fff; font-size: 1.3rem; }
.identity-coherence-card small { color: #7f9ca6; font-size: .67rem; text-transform: uppercase; letter-spacing: .06em; }

@media (max-width: 700px) {
  .identity-coherence-card div { grid-template-columns: auto 1fr; }
}
