.linker a, #block-contentmenu .menu .menu__item a, .path-series .view-series-page .attachment-before a, .authors-layout .item-area a, .books-layout .item-area a, .view-content > h3 a {
  color: #313637;
  text-decoration: unset;
}
.linker a:hover, #block-contentmenu .menu .menu__item a:hover, .path-series .view-series-page .attachment-before a:hover, .authors-layout .item-area a:hover, .books-layout .item-area a:hover, .view-content > h3 a:hover {
  color: #2494db;
  text-decoration: underline;
}

.view-content > h3 {
  margin-bottom: 1.6rem;
}

.block__title {
  margin-bottom: 0.5rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #8f8f8f;
}

.block-region-first .block__title {
  padding-bottom: 0.8rem;
  font-size: 2rem;
}

.block-region-second .block__title {
  font-size: 1.2rem;
}

.block-local-jump-link-block .block-cta .button {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  justify-content: center;
}
.block-local-jump-link-block .block-cta .button span {
  display: inline-block;
  position: relative;
}
.block-local-jump-link-block .block-cta .button span:after {
  position: absolute;
  display: inline-block;
  content: " ";
  width: 0.8rem;
  height: 0.8rem;
  border-right: 0.35rem solid white;
  border-top: 0.35rem solid white;
  border-radius: 25%;
  transform: rotate(45deg);
  right: -2rem;
}

.books-layout {
  display: flex;
  flex-flow: row wrap;
  gap: 0.5rem 0.5rem;
  font-size: 1rem;
}
.books-layout .book-layout-base {
  display: grid;
  gap: 1rem 1rem;
  grid-template-columns: 5fr 8fr;
}
.books-layout .book-layout-base.book-layout-grid {
  grid-template-areas: "item-img item-name" "item-img item-author" "item-img item-meta" "item-img item-description" "none item-description" "item-buy-link item-description";
}
.books-layout .book-layout-base.book-teaser-grid {
  grid-template-areas: "item-img item-meta" "item-img item-description" "item-img item-buy-link";
}
.books-layout .book-layout-base.book-freebie-grid {
  width: 92%;
  gap: 0.7rem 0.5rem;
  grid-template-columns: 2fr 5fr;
  grid-template-areas: "item-img item-name" "item-img item-author" "item-img item-description" "item-img item-description";
}
.books-layout .book-layout-base.book-freebie-grid .item-name {
  font-size: 1.2rem;
  font-weight: bold;
}
.books-layout .book-layout-base.book-starter-grid {
  width: 32%;
  gap: 0.7rem 0.5rem;
  grid-template-columns: 1fr;
  justify-items: center;
  grid-template-areas: "item-name" "item-img" "item-series";
}
.books-layout .book-layout-base.book-omnibus-grid {
  width: 32%;
  gap: 0.5rem 0.5rem;
  grid-template-columns: 1fr;
  justify-items: center;
  grid-template-areas: "item-img" "item-name";
}
.books-layout .book-layout-base.book-in-omnibus-grid {
  width: 100%;
  gap: 0.25rem 0.25rem;
  grid-template-columns: 1fr;
  justify-items: left;
  grid-template-areas: "item-name";
}
.books-layout .book-layout-minimal-grid {
  display: grid;
  gap: 0 1rem;
  grid-template-columns: 1fr;
  justify-items: center;
  grid-template-areas: "item-img" "item-name";
  width: 100%;
}
.books-layout .book-layout-minimal-grid .item-area a {
  font-size: 0.9rem;
}
.books-layout .item-name {
  font-size: 1rem;
}
.books-layout .item-meta {
  font-size: 0.8rem;
  font-weight: lighter;
  color: #4d4d4d;
}
.books-layout .item-meta .book-sep {
  color: #4d4d4d;
}
.books-layout .item-description p:first-child {
  margin-block-start: 0;
}
.books-layout .item-description p:last-child {
  margin-block-end: 0;
}
.books-layout .field:not(:last-child) {
  margin-bottom: 0;
}
.books-layout .buy-book-formats {
  width: 100%;
  margin-bottom: 3rem;
}
.books-layout .buy-book-formats .field--label-inline .field__label {
  font-weight: normal;
}
.books-layout .item-buy-link .field--name-field-format {
  font-weight: bold;
  border-bottom: 1px dotted #b4b4b4;
}
.books-layout .item-buy-link ul {
  list-style: none;
  margin: 0;
}
.books-layout .item-buy-link ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.block-views-blockomnibus-books-omnibus-books-block {
  margin-top: 2rem;
}

.book-layout-base {
  width: 100%;
  gap: 1rem;
  padding-bottom: 2rem;
}
.book-layout-base .item-img {
  grid-area: item-img;
}
.book-layout-base .item-name {
  grid-area: item-name;
}
.book-layout-base .item-author {
  grid-area: item-author;
}
.book-layout-base .item-meta {
  grid-area: item-meta;
}
.book-layout-base .item-description {
  grid-area: item-description;
}
.book-layout-base .book-starter-grid .item-series {
  grid-area: item-series;
}
.book-layout-base .book-starter-grid .item-world {
  grid-area: item-world;
}

.authors-layout {
  display: flex;
  flex-flow: row wrap;
  gap: 0.5rem 0.5rem;
  font-size: 1rem;
}
.authors-layout .author-layout-base {
  display: grid;
  gap: 1rem 1rem;
  grid-template-columns: 4fr 7fr;
}
.authors-layout .author-layout-base.author-teaser-grid {
  grid-template-areas: "item-name item-name" "item-img item-description";
}
.authors-layout .author-layout-base.author-page-grid {
  grid-template-areas: "item-img item-description";
}
.authors-layout .author-layout-minimal-grid {
  display: grid;
  gap: 0.5rem 0.5rem;
  grid-template-columns: 1fr;
  justify-items: center;
  grid-template-areas: "item-img" "item-name" "item-description";
  width: 100%;
}
.authors-layout .item-name {
  margin-top: 0.5rem;
  font-weight: bold;
  font-size: 1.5rem;
}
.authors-layout .item-description p:first-child {
  margin-block-start: 0;
}
.authors-layout .item-description p:last-child {
  margin-block-end: 0;
}

.author-layout-base {
  width: 100%;
  gap: 1rem;
  border-bottom: 1px solid lightgrey;
  padding-bottom: 1.3rem;
}
.author-layout-base .item-img {
  grid-area: item-img;
}
.author-layout-base .item-name {
  grid-area: item-name;
}
.author-layout-base .item-description {
  grid-area: item-description;
}

.path-series .view-series-page .attachment-before {
  margin-bottom: 1rem;
}
.path-series .intro-labelled-field .views-label {
  display: inline-block;
  margin-right: 0.2rem;
}
.path-series .intro-labelled-field .field-content {
  display: inline-block;
}
.path-series .intro-description {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #8f8f8f;
}
.path-series .intro-description p:first-child {
  margin-top: 0;
}
.path-series .intro-description p:last-child {
  margin-bottom: 0;
}

.path-books .book-layout-base {
  width: fit-content;
  min-width: 22%;
}
.path-books input[type=checkbox] {
  width: unset;
  height: unset;
  appearance: revert;
  margin-top: 0.4rem;
}
.path-books .facets-widget-checkbox ul {
  margin-left: 1rem;
}
.path-books .facets-widget-checkbox ul .facet-item {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row nowrap;
}
.path-books .facets-widget-checkbox ul .facet-item .facet-item__value {
  display: inline;
  font-size: 0.9rem;
}

.path-world .story-series-flex {
  flex-flow: row wrap;
}
.path-world .story-series-flex .book-layout-base {
  width: fit-content;
  min-width: 22%;
}

.path-creator .block-views-blockauthor-books-author-books-block {
  margin-top: 3rem;
}
.path-creator .story-series-flex {
  flex-flow: row wrap;
}
.path-creator .story-series-flex .book-layout-base {
  width: fit-content;
  min-width: 22%;
}

#block-contentmenu {
  margin-bottom: 1.5rem;
}
#block-contentmenu .menu {
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  gap: 2.5rem;
  font-weight: bold;
  font-size: 1.5rem;
}

/*# sourceMappingURL=main.css.map */
