/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.book-intro {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 1.5rem;
}
.book-synopsis {
  flex: 1;
  min-width: 0;
}
.book-cover {
  flex: 0 0 300px;
}
.book-cover img {
  display: block;
  width: 300px;
  max-width: 100%;
  height: auto;
  border: 0;
}
@media (max-width: 700px) {
  .book-intro {
    display: flex;
    flex-direction: column;
  }
  .book-cover {
    order: 1;
    flex: none;
    width: 300px;
    max-width: 100%;
    margin: 0 auto 1rem auto;
  }
  .book-synopsis {
    order: 2;
    width: 100%;
  }
}
/*# sourceMappingURL=custom_14.css.map */