.icon-ai-toolbox-3-0 {
  background: #dbe6df;
  color: #426755;
}

.icon-at8pm {
  background: #e7dfcc;
  color: #8a7044;
}

.icon-tadata {
  background: #dbe4e7;
  color: #4e6973;
}

.journal {
  width: 210px;
  height: 250px;
  padding: 28px 28px 20px 35px;
  position: relative;
  color: #56624c;
  background: #d9c697;
  border: 1px solid #9e906b;
  border-radius: 5px 12px 12px 5px;
  box-shadow: 12px 14px 0 #71806b33;
  transform: rotate(7deg);
}

.journal::before {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px solid #ad9b70;
  border-radius: 3px 9px 9px 3px;
}

.journal-band {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 17px;
  width: 9px;
  background: #75806b;
  box-shadow: 3px 0 0 #c8b581;
}

.journal-date {
  font: 8px Georgia, serif;
  letter-spacing: 2px;
}

.journal-title {
  margin-top: 30px;
  font: 20px/1.3 Georgia, serif;
}

.journal-title em {
  font-size: 28px;
}

.journal-lines {
  display: grid;
  gap: 8px;
  margin-top: 28px;
}

.journal-lines i {
  height: 1px;
  background: #a7956c;
}

.journal-lines i:nth-child(2) {
  width: 80%;
}

.journal-lines i:nth-child(3) {
  width: 55%;
}

.journal-lock {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 3px 6px;
  border: 1px solid #8e815e;
  font: 7px Georgia, serif;
  letter-spacing: 1px;
}

.journal-orbit {
  width: 320px;
  height: 320px;
}

.history-card {
  margin-bottom: 12px;
}

.history-card:hover {
  background: #e8ecdf;
  border-color: #cbd4c2;
}

@media (max-width: 520px) {
  .journal {
    transform: rotate(7deg) scale(.78);
  }
}
