@charset "UTF-8";.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;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:calc(.75rem + .125 * (100vw - 540px)/ 580);text-decoration:none}@media screen and (max-width:540px){.single-post-card .categories li a{font-size:.75rem}}@media screen and (min-width:1120px){.single-post-card .categories li a{font-size:.875rem}}.single-post-card .date{font-size:calc(.75rem + .125 * (100vw - 540px)/ 580)}@media screen and (max-width:540px){.single-post-card .date{font-size:.75rem}}@media screen and (min-width:1120px){.single-post-card .date{font-size:.875rem}}.single-post-card .post-title{display:block;text-decoration:none;font-size:calc(.8rem + .2 * (100vw - 540px)/ 580);margin-bottom:var(--flow-space)}@media screen and (max-width:540px){.single-post-card .post-title{font-size:.8rem}}@media screen and (min-width:1120px){.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:calc(.75rem + .125 * (100vw - 540px)/ 580);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}}@media screen and (min-width:1120px){.single-post-card .desc{font-size:.875rem}}.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 .read-more{--d:100%}