.user-panel {
  text-align: right;
  font-size: 0.9rem;
}
body a.khm-button {
  display: block;
  width: 100%;
  padding: 7px 5px;
  margin: 10px 0;
  text-align: center;
  color: #fff;
  background-color: #0458a0;
  border: thin solid #e1e1e1;
  transition: ease 0.2s background-color;
}
body a.khm-button:hover {
  background-color: #196db6;
  color: #fff;
}
body .book-notice {
  background-color: #e1e1e1;
  border: thin solid #cdcdcd;
  padding: 15px;
  margin: 10px 0;
  color: #111;
}
.book-listing {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-auto-rows: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 35px;
  justify-content: space-between;
  margin-bottom: 30px;
}
.book-listing .book-card {
  background-color: #fff;
  text-align: center;
  padding: 10px;
}
.autor-title {
  /* color: var(--e-global-color-primary); */
  font-weight: normal;
}
.autor-box .about-autor {
  font-size: 1.7rem;
  font-weight: bold;
}
.autor-box .autor-image {
  float: left;
  max-width: 40%;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-top: 10px;
}
.autor-box .autor-title {
  font-size: 1.5rem;
}
.autor-box:after {
  clear: both;
  content: '';
}
.more-heading {
  font-size: 1.7rem;
  font-weight: bold;
  padding-bottom: 10px;
}
img.icon-read {
  max-height: 27px;
  padding-right: 4px;
  margin-top: -5px;
}
