/*******************************
Stacks Saved List Listings
*******************************/
/*******************************
Layout mixins
*******************************/
/*******************************
Container item
*******************************/
/*******************************
Border radius
*******************************/
/*******************************
Image holder / placeholder image

This mixin is used to style the image holder
and the elements inside it.

$w: 9.375rem,  // 150px
$h: 14.063rem; // 225px
*******************************/
.container-save-list-items .container-item {
  border: 1px solid #d1d5db;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 6px;
}
.container-save-list-items .saved-list-authors {
  align-items: baseline;
}
.container-save-list-items .saved-list-authors h3 {
  font-size: inherit;
  font-weight: bold;
  margin-bottom: 0;
  margin-right: 0.5rem;
  white-space: nowrap;
}
.container-save-list-items .saved-list-authors li a:not(:last-child)::after {
  content: ", ";
}

/*******************************
Form
*******************************/
.stacks-saved-list-mode-full .form-saved-list {
  margin-bottom: 1rem;
}

/*# sourceMappingURL=stacks-saved-list-listings.css.map */
