.cursor-option-hold{width:60%}.cursor-output-hold{width:40%;padding-left:1rem}.cursor-options{grid-template-columns:repeat(3,1fr);gap:1rem;width:100%;list-style:none;display:grid}.cursor-option{height:70px;color:var(--text-color-paragraph);letter-spacing:1px;background-color:var(--card-bg);border:var(--border-highlight);border-radius:.8rem;justify-content:center;align-items:center;font-weight:600;transition:all .5s ease-in-out;display:flex}.cursor-option.active{border:var(--border-active)}.alias{cursor:alias}.all-scroll{cursor:all-scroll}.auto{cursor:auto}.cell{cursor:cell}.col-resize{cursor:col-resize}.context-menu{cursor:context-menu}.copy{cursor:copy}.crosshair{cursor:crosshair}.default{cursor:default}.e-resize{cursor:e-resize}.ew-resize{cursor:ew-resize}.grab{cursor:-webkit-grab;cursor:grab}.grabbing{cursor:-webkit-grabbing;cursor:grabbing}.help{cursor:help}.move{cursor:move}.n-resize{cursor:n-resize}.ne-resize{cursor:ne-resize}.nesw-resize{cursor:nesw-resize}.ns-resize{cursor:ns-resize}.nw-resize{cursor:nw-resize}.nwse-resize{cursor:nwse-resize}.no-drop{cursor:no-drop}.none{cursor:none}.not-allowed{cursor:not-allowed}.pointer{cursor:pointer}.progress{cursor:progress}.row-resize{cursor:row-resize}.s-resize{cursor:s-resize}.se-resize{cursor:se-resize}.sw-resize{cursor:sw-resize}.text{cursor:text}.url{cursor:url(https://picsum.photos/15),auto}.w-resize{cursor:w-resize}.wait{cursor:wait}.zoom-in{cursor:zoom-in}.zoom-out{cursor:zoom-out}@media only screen and (max-width:720px){.cursor-option-hold,.cursor-output-hold{width:100%}.cursor-output-hold{order:1;padding-left:0}.cursor-option-hold{order:2}}@media only screen and (max-width:480px){.cursor-options{grid-template-columns:repeat(2,1fr)}}
