.light-mode{--nw-nb:#fff;--p10-nb:#f0fcfc;--nb-p10:#0e0f30;--i20-i10:rgba(181,240,239,.2);--nw-i10:#fff;--nb-nw:#0e0f30;--i10-i20:rgba(181,240,239,.102);--i100-i10:#b5f0ef;--nb-i100:#0e0f30;--nb-p100:#0e0f30;--i100-nb:#b5f0ef;--i10-nw:rgba(181,240,239,.102);--i100-nw:#b5f0ef}.dark-mode{--nw-nb:#0e0f30;--p10-nb:#0e0f30;--nb-p10:#f0fcfc;--i20-i10:rgba(181,240,239,.102);--nw-i10:rgba(181,240,239,.102);--nb-nw:#fff;--i10-i20:rgba(181,240,239,.2);--i100-i10:rgba(181,240,239,.102);--nb-i100:#b5f0ef;--nb-p100:#1aab8e;--i100-nb:#0e0f30;--i10-nw:#fff;--i100-nw:#fff}section.blog-listing-sidebar-module{height:100%;width:100%}section.blog-listing-sidebar-module>.title{margin-bottom:2.5rem}section.blog-listing-sidebar-module .cur-posts{counter-reset:rel-counter;display:flex;flex-direction:column;gap:2.5rem}section.blog-listing-sidebar-module .cur-posts .cur-post{counter-increment:rel-counter;display:flex;flex-direction:row;gap:1rem;width:100%}section.blog-listing-sidebar-module .cur-posts .cur-post:before{background-color:#1aab8e;border-radius:.25rem;color:#fff;content:counter(rel-counter);flex-shrink:0;font-size:.9375rem;font-weight:700;height:2rem;line-height:2rem;text-align:center;width:2rem}section.blog-listing-sidebar-module .cur-posts .cur-post .content{width:100%}section.blog-listing-sidebar-module .cur-posts .cur-post .content .title{margin-bottom:1rem}section.blog-listing-sidebar-module .cur-posts .cur-post .content .info{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;width:100%}