#root{display:flex;flex-direction:column;gap:5rem}#root section{margin-block:2rem}#root section .section-title{font-size:x-large;color:#343a40;line-height:2}#root section .cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,5fr));place-items:start;gap:1rem;width:100%;padding-inline:1rem}#root section .cards-container>p.empty-indicator{display:block;grid-column:1/-1;font-weight:400}#root section .loader-div{display:grid;place-items:center;min-height:200px}#root section .loader-div.hidden{display:none}#topnav-brand-logo{width:75px;display:none}#bottom-nav{position:fixed;left:0;bottom:0;display:none;flex-direction:row;justify-content:space-evenly;align-items:center;width:100%;background-color:#1a2035;padding:1rem .5rem;border-top-left-radius:.5rem;border-top-right-radius:.5rem}#bottom-nav .bottom-nav-item{font-size:2rem;color:#ced4da}#bottom-nav .bottom-nav-item.active{color:#fff;font-weight:900!important}#bottom-nav .bottom-nav-item:nth-child(4){font-size:3rem}#bottom-nav .bottom-nav-item:hover{color:#fff}.hidden-on-desktop.hidden-on-desktop{display:none!important}.post-card{display:flex;flex-direction:column;width:100%;max-width:25rem;height:100%;border-radius:1rem;box-shadow:0 0 .5rem #0000004d;overflow:hidden;transition:all .3s ease-out}.post-card:hover{cursor:pointer;transform:translateY(-.5rem);box-shadow:0 .5rem 1rem #0000004d}.post-card .post-thumbnail{position:relative;display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:16/9;background-color:transparent;border-top-left-radius:1rem;border-top-right-radius:1rem;overflow:hidden}.post-card .post-thumbnail .post-bookmark-btn{position:absolute;top:.5rem;right:.5rem;width:2rem;height:2rem;background-color:transparent;padding:0;border:none;outline:none}.post-card .post-thumbnail .post-bookmark-btn>img{width:100%;aspect-ratio:1/1}.post-card .post-thumbnail .post-thumbnail-img{width:100%;border-radius:.5rem;background-color:transparent}.post-card .post-content{flex:1;display:flex;flex-direction:column;padding:1rem}.post-card .post-content .badge-group{display:flex;flex-direction:column-reverse;gap:.2rem}.post-card .post-content .post-title{line-height:1.5}.post-card .post-content .post-details{flex:1;display:flex;flex-direction:column;justify-content:space-between}.post-card .post-content .post-details .post-bullet-group{margin-block:1.5rem}.post-card .post-content .post-details .post-detail-bullet{display:flex;align-items:center;gap:.5rem;font-size:large;font-weight:500;line-height:2;margin-block:0;opacity:1!important}.post-card .post-content .post-details .post-detail-bullet .bullet-icon{width:1rem;aspect-ratio:1/1}.post-card .post-content .post-details .custom-tooltip{position:relative;width:-moz-fit-content;width:fit-content}.post-card .post-content .post-details .custom-tooltip .tooltip-text{position:absolute;top:-1lh;left:0;visibility:hidden;color:#fff;background-color:#000c;padding:0 .5rem;border-radius:.5rem}.post-card .post-content .post-details .custom-tooltip:hover .tooltip-text{visibility:visible}@media screen and (max-width: 768px){.navbar.navbar{margin:0!important}.navbar.navbar>.container-fluid{padding-block:0!important}.navbar.navbar>.container-fluid #navbar{margin:0!important}.navbar.navbar>.container-fluid #topnav-brand-logo{display:block}.navbar.navbar>.container-fluid #autocomplete-container,.navbar.navbar>.container-fluid #topnav-create-btn,.navbar.navbar>.container-fluid #topnav-aside-trigger,.navbar.navbar>.container-fluid #dropdownMenuButton.notify{display:none!important}.navbar.navbar>.container-fluid a.btn{margin-bottom:0!important;scale:90%}.navbar.navbar>.container-fluid li.nav-item{padding:0!important}#bottom-nav{display:flex}.hidden-on-desktop.hidden-on-desktop{display:flex!important}#bookmark-header-icon,#bookmark-header-text,#created-header-icon,#created-header-text{display:none!important}#bookmark-header-title-wrapper,#created-header-title-wrapper{padding-bottom:0!important}}
