.hint-box {
  border-radius: 16px;
  padding: 16px;
  font-size: 14px;
  margin: 0;
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  color: #252527;
  width: 100%;
}

.hint-tip {
  background-color: rgba(73, 133, 190, 0.2);
}

.hint-important {
  background-color: rgba(205, 181, 56, 0.2);
}

.hint-note {
  background-color: rgba(235, 235, 236, 1);
}

.hint-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

p.hint-title {
  /* font-family: "Arimo", sans-serif; */
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #252527;
  margin: 0;
}

.hint-title--tip {
  color: #115ca4;
}

.hint-title--important {
  color: #a38d1a;
}

.hint-text {
  /* font-family: "Arimo", sans-serif; */
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
}

.hint-text a {
  color: #4985be;
  text-decoration: none;
}

.hint-text a:hover {
  color: #0f71cc;
}
