.view-id-history_book_shelf .view-content {
  display: grid;
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
}

.view-id-history_book_shelf .view-content .views-field-field-ps-featured-image a,
.view-id-history_book_shelf .view-content .views-field-field-ps-featured-image figure,
.view-id-history_book_shelf .view-content .views-field-field-ps-featured-image img {
  width: 100%;
  max-width: 200px;
  display: inline-block;
}

@media (min-width: 36rem) {
  .view-id-history_book_shelf .view-content {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media (min-width: 48rem) {
  .view-id-history_book_shelf .view-content {
    grid-row-gap: 2rem;
  }
}

@media (min-width: 62rem) {
  .view-id-history_book_shelf .view-content {
    grid-template-columns: repeat(4,minmax(0,1fr));
  }
}

.view-id-history_book_shelf .views-field-title a {
  font-weight: 700;
  font-size: 1.35rem;
  line-height: 1.75rem;
  color: #af481f;
  border-color: transparent;
}

.view-id-history_book_shelf .views-field-title a:hover,
.view-id-history_book_shelf .views-field-title a:focus {
  border-color: #af481f;
}

.block-views-blockhistory-book-shelf-faculty-publications-page .views-field-title a,
.block-views-blockhistory-book-shelf-fields-publications-page .views-field-title a {
  font-size: 1.1rem;
}
.block-views-blockhistory-book-shelf-faculty-publications-page img,
.block-views-blockhistory-book-shelf-fields-publications-page img {
  width: 100%;
  aspect-ratio: 161/247;
}