.book-promo {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.book-promo__cover {
  display: block;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.book-promo__cover img {
  display: block;
  width: 100%;
  height: auto;
}
.book-promo__cover:hover, .book-promo__cover:focus {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.32);
  transform: translateY(-1px);
}
.book-promo__cta {
  display: inline-block;
  margin-top: 0.75em;
  padding: 0.5em 1.1em;
  background-color: #222;
  color: #fff;
  font-family: "Anton", Impact, "Arial Narrow", sans-serif;
  font-size: 0.9em;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  transition: background-color 0.15s ease;
}
.book-promo__cta:hover, .book-promo__cta:focus {
  background-color: #ff9900;
  color: #111;
}

/*# sourceMappingURL=book-promo.css.map */
