/* Home update: preserva a estrutura editorial existente e substitui apenas o antigo catálogo em preparação. */
.library-preview-section .mb-home-library-card {
  align-self: stretch;
}

.mb-home-library-card .book-mark b em {
  font-style: italic;
}

.mb-home-library-note {
  margin: 1.2rem 0 0;
  color: var(--muted-foreground, #655d56);
  font-size: 0.92rem;
  line-height: 1.55;
}

.mb-home-library-note a {
  color: inherit;
  text-decoration-color: rgba(168, 93, 74, 0.5);
  text-underline-offset: 0.22em;
}

@media (max-width: 720px) {
  .library-preview-section .section-heading h1 {
    max-width: 13ch;
  }
}
