.author-listing-information .item{background-color:var(--theme-color-background_sub);padding:2.4rem}.author-listing-information .item .title{font-size:var(--theme-font-size-h4);font-weight:700}.author-listing-information .item .image{align-self:center;width:min(30%,11.8rem)}.author-listing-information .item .image img{aspect-ratio:1/1;background-color:var(--theme-color-background);border-radius:50%;object-fit:contain;width:100%}.blog-post{padding-top:4rem}.post-info-group{align-items:center;display:flex;flex-wrap:wrap;gap:1.6rem 2.4rem;margin-bottom:4rem}@media screen and (max-width:768px){.post-info-group{align-items:flex-start;flex-direction:column}}.post-info-group p{margin:0}.post-info-group .date{color:var(--theme-color-text_sub);flex:0 0 auto;font-size:var(--theme-font-size-s)}.post-info-group .date span{display:block}.post-info-group .author-group{display:flex;flex:0 0 auto;flex-wrap:wrap;gap:.8rem 1.6rem}.post-info-group>*{order:1}.post-info-group>:last-child{order:2}.post-info-group:after{content:"";flex:1 0 auto;order:1}@media screen and (max-width:768px){.post-info-group:after{display:none}.post-info-group.author-group{flex-basis:100%;order:2}}.post-info-group .author{flex:0 0 auto;font-size:var(--theme-font-size-s)}@media screen and (min-width:769px){.post-info-group .author{margin-left:auto}}.post-info-group .author a{align-items:center;color:inherit;display:flex;gap:1rem;text-decoration:none}.post-info-group .author .image{flex:0 0 auto;width:4rem}.post-info-group .author .image .icon{align-items:center;aspect-ratio:1/1;background-color:#d9d9d9;border-radius:50%;display:flex;height:100%;justify-content:center;width:100%}.post-info-group .author .image img{aspect-ratio:1/1;border:1px solid var(--theme-color-border);border-radius:50%;display:block}.post-info-group .author .image svg{display:block;height:auto;width:2rem}.post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{line-height:1.4;margin:4rem 0 1.6rem}.post-body h1:where(:first-child),.post-body h2:where(:first-child),.post-body h3:where(:first-child),.post-body h4:where(:first-child),.post-body h5:where(:first-child),.post-body h6:where(:first-child){margin-top:0}.post-body h1:where(:last-child),.post-body h2:where(:last-child),.post-body h3:where(:last-child),.post-body h4:where(:last-child),.post-body h5:where(:last-child),.post-body h6:where(:last-child){margin-bottom:0}.post-body h2{background-color:var(--theme-color-support_2);border-radius:.8rem;color:var(--theme-color-main);padding:1.2rem 1.6rem 1.2rem 4.8rem;position:relative}@media screen and (max-width:768px){.post-body h2{padding-left:4rem}}.post-body h2:before{background:var(--theme-color-main);border-radius:.4rem;content:"";display:block;height:calc(100% - 2.4rem);left:1.6rem;position:absolute;top:1.2rem;width:.8rem}.post-body h3{border-bottom:3px solid var(--theme-color-main);padding-bottom:1.6rem}.post-body h4{border-left:.6rem solid;color:var(--theme-color-main);padding:.6rem 0 .6rem 1.6rem}.post-body h5{border-bottom:2px solid var(--theme-color-background_sub);padding-bottom:1.2rem}.blog-control{align-items:center;display:flex;gap:1rem;justify-content:center;margin-top:5.6rem}.blog-control a{border-radius:.4rem;font-size:var(--theme-font-size);padding:.5rem 1.6rem}.blog-control .next,.blog-control .prev{display:block;flex:0 0 auto;font-size:0;height:4rem;position:relative;text-decoration:none;width:4rem}.blog-control .next:before,.blog-control .prev:before{border-right:2px solid var(--theme-color-main);border-top:2px solid var(--theme-color-main);content:"";display:block;height:1.8rem;left:50%;margin-top:-.9rem;position:absolute;top:50%;width:1.8rem}.blog-control .next.-disabled,.blog-control .prev.-disabled{pointer-events:none}.blog-control .next.-disabled:before,.blog-control .prev.-disabled:before{border-color:var(--theme-color-border)}.blog-control .prev:before{margin-left:-.3rem;transform:rotate(-135deg)}.blog-control .next:before{margin-left:-1.3rem;transform:rotate(45deg)}