.labeled-card{position:relative;display:block;box-sizing:border-box;max-width:100%;background-color:rgba(0,0,0,0);transition:background-color .25s ease-in-out;border-radius:.75rem;margin:0 1rem}.labeled-card:hover{background-color:var(--Cbtn-plain-bg-hover)}.labeled-card>a{position:relative;display:flex;align-items:center;width:100%;height:3.25rem;padding:1rem;gap:1rem;box-sizing:border-box;cursor:pointer;text-decoration:none}.labeled-card>a>date{color:var(--Ctext-50);width:4rem;text-align:right}.labeled-card>a>.title{color:var(--Cbrand);font-weight:900;font-size:1.1rem;line-height:1.5rem;margin-right:auto;overflow:hidden;text-overflow:ellipsis;text-wrap:nowrap}.labeled-card>a>.title::before{content:"";display:inline-block;width:1.75rem;height:100%;position:relative;box-sizing:border-box;margin-right:1rem}.labeled-card>a>.append{color:var(--Ctext-25);font-size:.875rem;gap:.5rem}.labeled-card>a>.append>.tag{display:inline}.post-meta{color:var(--Ctext-25);font-weight:400;overflow:hidden;width:100%;text-wrap:nowrap;position:relative}.post-meta a{text-decoration:none}.post-meta>.meta-title{color:var(--Ctext-100);margin:.85rem 0;font-weight:bold}.post-meta>.meta-content{margin:0;display:flex;overflow:auto;scrollbar-color:rgba(0,0,0,0) rgba(0,0,0,0);flex-wrap:wrap;gap:.5rem}.post-meta>.meta-content:not(:first-child){margin-top:.5rem}.post-meta>.meta-content>*{display:flex;align-items:center}.post-meta>.meta-content>*>:not(.iconBlock):not(.hr){padding:.375rem}.post-meta>.meta-content>:is(.tag,.category)>a{cursor:pointer;display:block;padding:.375rem;margin:0 .125rem;border-radius:.375rem;color:var(--Ctext-25);background-color:rgba(0,0,0,0);transition:background-color 0.2s ease-in-out,color 0.2s ease-in-out}.post-card .post-meta>.meta-content>:is(.tag,.category)>a:not(:hover){color:var(--Ctext-50)}.post-meta>.meta-content>:is(.tag,.category)>a:hover{color:var(--Cbtn-content);background-color:var(--Cbtn-plain-bg-hover)}.post-meta>.meta-content>:is(.tag,.category)>hr{display:block;width:0;padding:0 .15rem;position:relative}.post-meta>.meta-content>:is(.tag,.category)>hr::before{content:"/";position:absolute;top:0;left:0;height:100%;width:100%;display:flex;align-items:center;justify-content:center;font-weight:400}.banner{display:flex;align-items:center;color:var(--Ctext-75);background-color:var(--Cbtn-regular-bg);margin:1rem var(--banner-vertical-align, -1rem);padding:1rem calc(-1*var(--banner-vertical-align, -1rem));box-sizing:border-box}.banner:first-child{margin:-1rem -1rem 1rem}.banner:last-child{margin:1rem -1rem -1rem}.giscus{box-sizing:border-box;padding:1rem;background-color:var(--Cbg);border-radius:.75rem}