#animes-view .animes{display:grid;grid-template-columns:repeat(auto-fill,minmax(10rem,1fr));gap:1rem;margin-top:1rem}#animes-view .anime-section+.anime-section{margin-top:1.5rem}#animes-view .app-section-title{position:sticky;top:4rem;z-index:2;text-shadow:2px 2px #27272a;display:flex;align-items:center;justify-content:space-between}#animes-view .app-section-title .download-all-btn{background:none;border:none;color:inherit;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:all .2s ease}#animes-view .app-section-title .download-all-btn:hover{background-color:#ffffff1a}#animes-view .app-section-title .download-all-btn.copied{color:#4ade80}@media (max-width: 460px){#animes-view .animes{grid-template-columns:1fr}}
