/**
 * LoveSweetBook — Book Detail helpers (v0.16.0)
 * Readable, pink-site friendly padding. Elementor may wrap/override.
 */

.lsb-bd {
  --lsb-bd-pink: #f7c6d0;
  --lsb-bd-pink-soft: #fff5f7;
  --lsb-bd-text: #3a2a30;
  --lsb-bd-muted: #7a5a66;
  --lsb-bd-border: rgba(247, 198, 208, 0.85);
  --lsb-bd-gap: 1.5rem;
  color: var(--lsb-bd-text);
  max-width: 960px;
  margin: 0 auto;
  padding: 1.25rem 1rem 2.5rem;
  box-sizing: border-box;
}

.lsb-bd-hero {
  display: flex;
  flex-wrap: wrap;
  gap: var(--lsb-bd-gap);
  align-items: flex-start;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--lsb-bd-border);
}

.lsb-bd-hero__cover {
  flex: 0 0 auto;
  width: 220px;
  max-width: 100%;
}

.lsb-bd-hero__cover .lsb-book-cover {
  display: block;
  width: 100%;
  margin: 0;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: var(--lsb-bd-pink-soft);
}

.lsb-bd-hero__cover .lsb-book-cover__img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: center;
}

.lsb-bd-hero__meta {
  flex: 1 1 240px;
  min-width: 0;
}

.lsb-bd-hero__title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1.25;
  color: var(--lsb-bd-text);
}

.lsb-bd-hero__author {
  margin: 0 0 0.75rem;
  color: var(--lsb-bd-muted);
  font-size: 1rem;
}

.lsb-bd-hero__about {
  margin: 0;
  color: var(--lsb-bd-muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.lsb-bd-hero__about p {
  margin: 0 0 0.5rem;
}

.lsb-bd-about,
.lsb-bd-quotes {
  margin-bottom: 2rem;
}

.lsb-bd-about__heading,
.lsb-bd-quotes__heading {
  margin: 0 0 1rem;
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--lsb-bd-text);
}

.lsb-bd-about__content {
  line-height: 1.65;
}

.lsb-bd-about__content > *:first-child {
  margin-top: 0;
}

.lsb-bd-about__content > *:last-child {
  margin-bottom: 0;
}

/* Quote cards (also used when [lsb_book_quotes] stands alone) */
.lsb-book-quotes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.lsb-book-quotes--empty {
  margin: 0;
  padding: 1rem;
  background: var(--lsb-bd-pink-soft);
  border-radius: 8px;
  color: var(--lsb-bd-muted);
}

.lsb-book-quotes__item {
  margin: 0;
}

.lsb-book-quotes__quote {
  margin: 0;
  padding: 1rem 1.1rem;
  background: var(--lsb-bd-pink-soft);
  border: 1px solid var(--lsb-bd-border);
  border-radius: 10px;
  box-sizing: border-box;
}

.lsb-book-quotes__en {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--lsb-bd-text);
}

.lsb-book-quotes__vi {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--lsb-bd-muted);
}

.lsb-book-quotes__character,
.lsb-book-quotes__submitted-by {
  margin: 0 0 0.35rem;
  font-size: 0.85rem;
  color: var(--lsb-bd-muted);
}

.lsb-book-quotes__likes {
  margin: 0 0 0.5rem;
  font-size: 0.9rem;
  color: #c45a7a;
}

.lsb-book-quotes__heart {
  font-style: normal;
}

.lsb-book-quotes__link {
  margin: 0;
}

.lsb-book-quotes__read {
  color: #c45a7a;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}

.lsb-book-quotes__read:hover,
.lsb-book-quotes__read:focus {
  text-decoration: underline;
}

.lsb-bd-quotes__browse {
  margin: 1.25rem 0 0;
  text-align: center;
}

.lsb-bd-quotes__browse-link {
  display: inline-block;
  padding: 0.65rem 1.25rem;
  border: 1px solid var(--lsb-bd-pink);
  border-radius: 999px;
  background: #fff;
  color: #c45a7a;
  text-decoration: none;
  font-weight: 600;
}

.lsb-bd-quotes__browse-link:hover,
.lsb-bd-quotes__browse-link:focus {
  background: var(--lsb-bd-pink-soft);
}

@media (max-width: 600px) {
  .lsb-bd-hero__cover {
    width: 160px;
    max-width: 100%;
    margin: 0 auto;
  }

  .lsb-bd-hero {
    justify-content: center;
    text-align: center;
  }
}
