.books-banner {
  margin-bottom: 2.5rem;
}

@media (min-width: 48rem) {
  .books-banner {
    display: flex;
    align-items: center;
    column-gap: 2.5rem;
  }
}
@media (min-width: 48rem) {
  .books-banner__thumb {
    flex-basis: 35%;
  }
}
.books-banner__thumb img {
  width: 100%;
}

.books-banner__author a:hover {
  color: var(--wp--preset--color--tertiary);
}

.books-banner__author a:focus, .books-banner__author a:active {
  text-decoration: none;
}

.books-banner__title {
  padding-bottom: 0 !important;
}

@media (min-width: 48rem) {
  .books-banner__title {
    margin-bottom: 1.25rem;
  }
}
.books-banner__links {
  display: flex;
  margin-top: 1.25rem;
}

.books-banner__links a {
  display: flex;
  align-items: center;
  width: fit-content;
}

.books-banner__links a span {
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1rem;
  width: 1rem;
}

.books-banner__links a span:before {
  font-size: 1rem;
}

@media (min-width: 48rem) {
  .books-banner__links a:first-child {
    margin-right: 1rem;
  }
}
.books-banner__content p a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (min-width: 48rem) {
  .books-banner__content {
    flex-basis: 65%;
  }
}
