.wlt-bookshop-cover-link {
  position: relative;
  display: inline-block;
  max-width: 100%;
  line-height: 0;
  overflow: visible;
  isolation: isolate;
  text-decoration: none;
}

.wlt-bookshop-cover-link img {
  display: block;
}

.wlt-bookshop-cover-link.align-left,
.wlt-bookshop-cover-link.align-right,
.wlt-bookshop-cover-link.align-center,
.wlt-bookshop-cover-link.imageleft,
.wlt-bookshop-cover-link.imageright {
  line-height: 0;
}

.wlt-bookshop-cover-link.imageleft {
  float: left;
  margin: 0 15px 10px 0;
}

.wlt-bookshop-cover-link.imageright {
  float: right;
  margin: 0 0 10px 10px;
}

.wlt-bookshop-cover-link__cta {
  position: absolute;
  top: 0;
  left: -0.52rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.56rem;
  padding: 0.5rem 0.66rem 0.5rem 1.08rem;
  border-radius: 0 0 0.42rem 0;
  border-right: 1px solid rgba(44, 8, 11, 0.16);
  border-bottom: 1px solid rgba(44, 8, 11, 0.28);
  background: linear-gradient(135deg, #9d2235 0%, #841617 68%, #6f1014 100%);
  box-shadow:
    0 0.95rem 1.42rem rgba(24, 14, 16, 0.24),
    0 0.28rem 0 rgba(67, 11, 17, 0.18);
  color: #fff;
  font-family: var(--font-freight-sans, freight-sans-pro, sans-serif);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  pointer-events: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform 140ms ease, box-shadow 140ms ease;
}

.wlt-bookshop-cover-link__cta::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-top: 0.62rem solid #5f0f14;
  border-left: 0.62rem solid transparent;
  filter: drop-shadow(0 0.2rem 0.18rem rgba(24, 14, 16, 0.18));
}

.wlt-bookshop-cover-link__label {
  display: block;
  padding-top: 0.07rem;
}

.wlt-bookshop-cover-link__arrow {
  display: inline-grid;
  place-items: center;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #ead9b8 0%, #cdbbb5 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    0 0 0 1px rgba(8, 21, 39, 0.14);
  color: #841617;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 700;
}

.wlt-bookshop-cover-link:hover .wlt-bookshop-cover-link__cta,
.wlt-bookshop-cover-link:focus-visible .wlt-bookshop-cover-link__cta {
  transform: translateY(-1px);
  box-shadow:
    0 1.1rem 1.6rem rgba(24, 14, 16, 0.28),
    0 0.3rem 0 rgba(67, 11, 17, 0.2);
}

@media (max-width: 640px) {
  .wlt-bookshop-cover-link__cta {
    top: 0;
    left: -0.34rem;
    gap: 0.38rem;
    padding: 0.38rem 0.48rem 0.38rem 0.76rem;
    font-size: 0.68rem;
  }

  .wlt-bookshop-cover-link__arrow {
    width: 1.08rem;
    height: 1.08rem;
    font-size: 0.8rem;
  }
}
