/* BIBLIOTECA IPE // V72 — ajustes isolados desta página */

/* Sem preço na Biblioteca: o valor pertence às páginas de produto/coleção. */
.library-page .library-collection-copy .btn-row {
  margin-top: 1.25rem;
}

/* Mobile: mais respiro entre o rótulo vermelho do hero e o título. */
@media (max-width: 720px) {
  .library-page .page-hero .container > .eyebrow {
    display: flex;
    margin-bottom: 1.05rem;
    line-height: 1.45;
  }
  .library-page .page-hero .library-page-title {
    margin-top: 0;
  }

  /* A composição das duas capas passa a caber integralmente no palco mobile. */
  .library-page .library-collection-covers {
    min-height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 18px 48px;
    overflow: hidden;
  }
  .library-page .library-collection-covers img {
    position: relative;
    inset: auto;
    height: auto !important;
    max-height: none;
    object-fit: contain !important;
    aspect-ratio: auto !important;
    flex: 0 0 auto;
  }
  .library-page .library-collection-book {
    width: min(42vw, 154px);
    left: auto;
    top: auto;
    margin-right: -22px;
    transform: rotate(-4deg);
    z-index: 1;
  }
  .library-page .library-collection-file {
    width: min(46vw, 168px);
    right: auto;
    top: auto;
    margin-left: 0;
    transform: rotate(4deg);
    z-index: 2;
  }
  .library-page .library-collection-covers > span {
    right: 7%;
    bottom: 7%;
    z-index: 3;
    font-size: .53rem;
    padding: 8px 9px;
  }

  .library-page .library-collection-copy {
    padding-top: 1.8rem;
  }
  .library-page .library-collection-copy .eyebrow {
    margin-bottom: .25rem;
  }
  .library-page .library-collection-copy h2 {
    margin-top: .8rem;
  }
}

@media (max-width: 390px) {
  .library-page .library-collection-covers {
    min-height: 305px;
    padding: 24px 14px 44px;
  }
  .library-page .library-collection-book {
    width: min(40vw, 142px);
    margin-right: -18px;
  }
  .library-page .library-collection-file {
    width: min(44vw, 156px);
  }
}

@media (max-width: 340px) {
  .library-page .page-hero .container > .eyebrow {
    margin-bottom: .9rem;
    font-size: .58rem;
  }
  .library-page .library-collection-covers {
    min-height: 275px;
  }
  .library-page .library-collection-book {
    width: 124px;
  }
  .library-page .library-collection-file {
    width: 138px;
  }
}
