.container.theme .wrapper{background-color:var(--background-color-secondary);border-radius:1.125rem;gap:1.5rem;width:100%;padding:1.875rem 1.875rem 2.25rem;display:flex}.container.theme .wrapper .instructions{flex-direction:column;gap:1.5rem;width:72%;display:flex}.container.theme .wrapper .instructions .screenshot{background-color:var(--background-color-primary);border-radius:.75rem;justify-content:center;align-items:center;width:100%;max-height:54vh;padding:1.5rem;display:flex;position:relative;overflow:hidden}.container.theme .wrapper .instructions .screenshot img{object-fit:contain;object-position:center;border-radius:.375rem;width:100%;height:100%}.container.theme .wrapper .sidebar{background-color:var(--background-color-primary);border-radius:.75rem;flex-direction:column;flex:1 1 0;gap:1em;height:fit-content;max-height:100%;padding:1.125rem;display:flex;position:sticky;top:8em}.container.theme .wrapper .sidebar h4{font-size:.875rem;position:relative}.container.theme .wrapper .sidebar h4 .count{background-color:var(--background-color-tertiary);border-radius:100%;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;font-size:.625rem;font-weight:700;line-height:1;display:flex;position:absolute;top:50%;right:0;transform:translateY(-50%)}.container.theme .wrapper .sidebar ul{flex-direction:column;gap:.5rem;margin:0;padding:0;line-height:1.8;list-style:none;display:flex}.container.theme .wrapper .sidebar ul.contributors{gap:.25rem;max-height:60vh;margin-bottom:.375rem;overflow-y:auto}.container.theme .wrapper .sidebar ul a:not(.contributor){width:100%;transition:color .24s var(--ease-fluid);align-items:center;gap:.75rem;display:flex}.container.theme .wrapper .sidebar ul a:not(.contributor):focus-visible,.container.theme .wrapper .sidebar ul a:not(.contributor):hover{color:var(--color)}.container.theme .wrapper .sidebar ul .contributor{width:100%;transition:background-color .24s var(--ease-sharp),color .24s var(--ease-fluid);border-radius:1rem;align-items:center;gap:.75rem;padding:.5rem;display:flex}.container.theme .wrapper .sidebar ul .contributor:focus-visible,.container.theme .wrapper .sidebar ul .contributor:hover{background-color:var(--background-color-secondary);color:var(--color)}.container.theme .wrapper .sidebar ul .contributor div{background-color:var(--background-color-primary);border-radius:100%;width:1.5rem;height:1.5rem;position:relative;overflow:hidden}.container.theme .wrapper .sidebar ul .contributor div img{object-fit:cover;object-position:center;width:100%;height:100%}@media (max-width:60rem){.container.theme{padding:var(--page-padding-vertical)0}.container.theme .wrapper{flex-direction:column;padding:1.125rem}.container.theme .wrapper .instructions{flex:none;width:100%}.container.theme .wrapper .sidebar{top:unset;padding:1.5rem 1.125rem;position:relative}.container.theme .wrapper .sidebar ul.contributors{max-height:100%;overflow:hidden}}
