:root{--phoneWidth: (max-width: 684px);--tabletWidth: (max-width: 900px)}.scroll{display:flex;align-items:center;justify-content:center}.scroll__button{position:relative;display:inline-flex;align-items:center;justify-content:center;background:#3b3d42;font-size:1rem;font-weight:600;border-radius:8px;max-width:40%;padding:0;cursor:pointer;appearance:none}@media (prefers-color-scheme: dark){.scroll__button{background:#3b3d42}}@media (prefers-color-scheme: light){.scroll__button{background:#3b3d42}}[data-theme=dark] .scroll__button{background:#3b3d42}[data-theme=light] .scroll__button{background:#3b3d42}.scroll__button:not(:first-child){margin-left:10px}.scroll__button a{display:flex;padding:8px 16px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.scroll__button__text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
