/*
 * Individual publisher detail page.
 * Auto-loaded by Kirby when the publisher template renders.
 */

.publisher-header {
  margin: 2rem 0 3rem;
  max-width: 60ch;
}

.publisher-logo {
  width: 8rem;
  height: 8rem;
  background: #f4f4f4;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.publisher-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
}

.publisher-tagline {
  font-size: 1.1rem;
  color: #555;
  font-style: italic;
  margin: .5rem 0 1.25rem;
}

.publisher-description {
  margin: 1.5rem 0;
}

.publisher-website {
  margin-top: 1.5rem;
}

.publisher-website a {
  border-bottom: 1px solid currentColor;
}

.publisher-books {
  margin-top: 3rem;
}
