/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

.book-thumbnail {
  max-width: 120px;
  height: 180px;
  object-fit: cover;
}

.book-thumbnail-sm {
  max-width: 80px;
  height: 120px;
  object-fit: cover;
}

.text-pink,
button.text-pink,
button.text-pink:hover,
a.text-pink,
a.text-pink:hover {
  color: #d63384;
}

/* book and google books */
.card:hover {
  cursor: pointer;
}

/* TODO: users/friends page and now likes page */

.profile-picture {
  width: 50px;
  height: 50px;
}

.profile-icon {
  font-size: 48px;
}

@media (max-width: 767.98px) {
  .user-name {
    max-width: 175px;
  }
}

/* reading session */
.form-control.reading-session-textarea {
  min-height: 100px;
  height: 260px;
}

.quotes-container p {
  margin-bottom: 0px;
}
