/* Ava Music v7.65 — safe rendering optimizations. */
@supports (content-visibility:auto) {
  body.home .ava-v73-home > section:nth-of-type(n+3),
  body.blog .ava-v73-home > section:nth-of-type(n+3) {
    content-visibility:auto;
    contain-intrinsic-size:1px 760px;
  }
}

/* The queue is intentionally empty until visible buttons or the lazy REST
   endpoint populate it. Keep the panel polished during that short state. */
.ava-v74-player__queue [data-player-queue-list]:empty::before {
  content:'در حال آماده‌سازی صف پخش…';
  display:block;
  padding:22px;
  text-align:center;
  color:var(--ava-muted,#64748b);
  font-size:13px;
}

/* The editor body of the legacy contact page is hidden server-side. This
   guard prevents stale full-page caches from causing horizontal overflow. */
body.ava-contact-responsive-v763 .ava-v723-contact-entry,
body.page-template-default.ava-contact-responsive-v763 .ava-v723-contact-entry {
  max-width:100%;
  overflow-wrap:anywhere;
}

.ava-v765-remix-lazy:not(.is-ready){
  min-height:92px;
  display:grid;
  place-items:center;
  padding:18px;
  color:var(--ava-muted,#64748b);
  text-align:center;
}
