.quiz-item{cursor:pointer;touch-action:pan-y;background-color:#fff;border:1px solid #ccc;border-radius:5px;justify-content:space-between;align-items:center;width:100%;padding:1rem;transition:transform .5s,border .5s;display:flex}.quiz-item:focus-within{border-color:#b3b3b3;outline:none}.quiz-item:active{transform:scale(.99)}.quiz-item:hover{border:1px solid #b3b3b3;transform:scale(1.01)}@media screen and (min-width:768px){.quiz-item{width:500px}}@media screen and (min-width:2100px){.quiz-item{width:750px}}.quiz-item__link{color:#444;text-decoration:none}.quiz-item__title{font-weight:500}.quiz-item__dropdown{cursor:pointer;border-radius:.25rem;padding:.125rem 0}.quiz-item__dropdown:hover{background-color:#ccc}.quiz-item--striked{color:#b3b3b3}
/*# sourceMappingURL=d140a6d0242998e3.css.map*/