.author-view-all-button {
  width: 100%;
  min-height: 48px;
  min-width: 150px;
  padding: 0.75rem 1rem;
  background: #fff;
  color: #111;
  flex-shrink: 0;
}

.author-view-all-button:focus-visible {
  outline: 2px solid #111;
  outline-offset: 3px;
}

@media (max-width: 860px) {
  .author-purchase-entry-footer .author-view-all-button {
    font-size: 1rem;
  }
}
.author-purchase-entry {
  margin-block: 1.45rem;
}

.author-purchase-entry ~ .author-page-experience {
  margin-top: 0;
}

.author-purchase-entry-footer {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 640px) {
  .author-purchase-entry {
    margin-block: 1.25rem;
  }
}
