.BottomSheet_bottomSheetBackdrop__dZ_l4{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:1000;display:flex;flex-direction:column;justify-content:flex-end}.BottomSheet_bottomSheetContent__4dSXY{background-color:#fff;padding:20px;border-top-left-radius:16px;border-top-right-radius:16px}.BottomSheet_bottomSheetSlideIn__y7oMZ{animation:BottomSheet_slideInAnimation__ZpFkO .3s ease-out}.BottomSheet_bottomSheetSlideOut__u_AoI{animation:BottomSheet_slideOutAnimation__STvLE .3s ease-in forwards}.BottomSheet_bottomSheetHeader__I6MSl{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.BottomSheet_bottomSheetCloseButton__HhGpe{cursor:pointer;font-size:24px;line-height:1;color:#555;padding:4px}.BottomSheet_bottomSheetCloseButton__HhGpe:hover{color:#000}@keyframes BottomSheet_slideInAnimation__ZpFkO{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes BottomSheet_slideOutAnimation__STvLE{0%{transform:translateY(0)}to{transform:translateY(100%)}}.glossary-highlight{background-color:#3f78e01a}.glosarry-card{background-color:#f8f9fa;padding:1.5em;border-radius:5px}.glosarry-card:hover{background-color:#f1f5fd}.glosarry-card__title{font-weight:600;font-size:18px;color:#495057;line-height:1.5}.glosarry-card__description{margin-top:10px;max-height:0;overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;color:#6c757d;font-size:16px;opacity:0;line-height:1.6}.glosarry-card__description--open{max-height:500px;opacity:1}@media screen and (min-width:992px){.glosarry-card__description{max-height:none;opacity:1;overflow:visible}}