@keyframes search-disappear{to{opacity:0}}.search-disappear-animation{animation-name:search-disappear;animation-duration:.5s;animation-fill-mode:forwards}@keyframes search-appear{to{opacity:.8}}.search-appear-animation{animation-name:search-appear;animation-duration:.5s;animation-fill-mode:forwards}.prettify-title{position:relative;z-index:1}.prettify-title:before{border-radius:.5rem;content:"";position:absolute;right:0;z-index:-1;left:-8px;top:-2px;bottom:0;background-color:#ffb5a7;width:1.5rem;height:1.5rem}@media(max-width:268px){.prettify-title:before{width:.95rem;height:.95rem}}@media (max-width:704px){.prettify-title:before{width:1.2rem;height:1.2rem;border-radius:.25rem}}.select-modal-component{font-size:.875rem}.select-modal-component .options{display:flex;flex-direction:column;margin-top:.5rem;gap:.25rem;max-height:24rem;overflow-y:scroll;align-items:start}.select-modal-component button{padding:1rem;width:100%;height:1.5rem;display:flex;justify-content:center;align-items:center;border-radius:clac(infinity * 1px);transition:background-color .2s}.select-modal-component button:hover{background-color:#f8edeb;cursor:pointer}