.Layout_container__zZDxJ{display:grid;grid-template-areas:"menu menu menu" "sidenav maincontent rightbutton" "footer footer footer";grid-template-columns:1fr 3fr 1fr;grid-template-rows:auto 1fr auto;height:100vh}.Layout_selected-item__VEKQJ{background-color:#173e6b;border-radius:25px;color:#fff;padding:5px 10px;display:inline-block;margin:5px}.Layout_menu__5Wc2D{grid-area:menu;background:#eee;padding:10px;text-align:center}.Layout_sideNav__9qabH{grid-area:sidenav;background:#ddd;padding:10px;display:flex;flex-direction:column;gap:10px}.Layout_mainContent__LPlf_{grid-area:maincontent;background:#ccc;padding:20px}.Layout_rightButton__aiBOh{grid-area:rightbutton;background:#bbb;display:flex;align-items:center;justify-content:center}.Layout_footer__aZC7b{grid-area:footer;background:#aaa;padding:10px;text-align:center}.Examples_category__K99hO{cursor:pointer;transition:background-color .2s;margin-left:10px}.Examples_category__K99hO:hover{background-color:#f3f3f3}.Examples_clickableCard__mZcGA,.Examples_clickableItem__Ujj0t{cursor:pointer;transition:background-color .2s;margin-left:10px}.Examples_clickableCard__mZcGA:hover,.Examples_clickableItem__Ujj0t:hover{background-color:#f3f3f3}.Examples_clickableCard__mZcGA:before,.Examples_clickableItem__Ujj0t:before{content:"•";display:inline-block;margin-right:8px}