.smart-street-hints-card {
  margin: 14px 0;
  padding: 14px;
  border: 1px solid rgba(20, 184, 166, .32);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(240, 253, 250, .96), rgba(255, 255, 255, .96));
  box-shadow: 0 12px 28px rgba(15, 23, 42, .08);
}

.smart-street-hints-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.smart-street-hints-header span {
  font-weight: 900;
  color: #0f172a;
}

.smart-street-hints-header small {
  padding: 4px 8px;
  border-radius: 999px;
  background: #ecfeff;
  color: #0f766e;
  font-weight: 800;
  font-size: 11px;
}

.smart-street-hints-list {
  display: grid;
  gap: 8px;
}

.smart-street-hint {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px;
  border: 1px solid #dbeafe;
  border-radius: 12px;
  background: #fff;
}

.smart-street-hint strong {
  display: block;
  margin-bottom: 3px;
  color: #0f172a;
  font-size: 13px;
}

.smart-street-hint p {
  margin: 0 0 4px;
  color: #0f766e;
  font-weight: 850;
  font-size: 13px;
  line-height: 1.35;
}

.smart-street-hint small {
  display: block;
  color: #475569;
  font-size: 11px;
  line-height: 1.35;
}

.smart-street-hint > span {
  flex: 0 0 auto;
  align-self: start;
  padding: 4px 7px;
  border-radius: 999px;
  background: #f8fafc;
  color: #334155;
  font-weight: 850;
  font-size: 11px;
}

.smart-street-hints-note {
  margin: 10px 0 0;
  color: #64748b;
  font-size: 11px;
  line-height: 1.4;
}
