.single-post-card .post-title::after{top:0;bottom:0;left:0;right:0;position:absolute}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.single-post-card{--flow-space:1em;position:relative;display:flex;flex-direction:column;text-decoration:none;transition:all .3s ease}.single-post-card .categories,.single-post-card>*{margin-bottom:var(--flow-space)}.single-post-card .thumbnail{aspect-ratio:4/3;overflow:hidden}.single-post-card .thumbnail img{width:100%;height:100%;object-fit:cover;filter:grayscale(.5);transition:.3s}.single-post-card .categories{position:relative;z-index:3;display:flex;flex-wrap:wrap;gap:5px}.single-post-card .categories li{background:var(--primary);padding:3px 5px;border-radius:3px}.single-post-card .categories li a{font-size:.875rem;text-decoration:none}@media screen and (max-width:540px){.single-post-card .categories li a{font-size:.75rem}}.single-post-card .date{font-size:.875rem}@media screen and (max-width:540px){.single-post-card .date{font-size:.75rem}}.single-post-card .post-title{display:block;text-decoration:none;font-size:1.25rem;font-weight:700;margin-bottom:var(--flow-space)}@media screen and (max-width:540px){.single-post-card .post-title{font-size:1rem}}.single-post-card .post-title::after{content:""}.single-post-card .desc{margin-bottom:var(--flow-space);font-weight:300;font-size:.875rem;color:var(--clr-text);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media screen and (max-width:540px){.single-post-card .desc{font-size:.75rem}}.single-post-card .read-more{width:fit-content;display:inline;color:var(--clr-text);padding-bottom:3px;background:linear-gradient(#333,#333) 0 100%/var(--d,0) 2px no-repeat;transition:.3s}.single-post-card .read-more::after{content:attr(data-txt)}.single-post-card:hover img{filter:grayscale(0)}.single-post-card:hover .read-more{--d:100%}