/*!**********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/modules/blog/blog-listings.module/module.css ***!
  \**********************************************************************************************************************************************/article.post{text-decoration:none;width:100%}article.post>a{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:0;gap:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;border-radius:17px;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-transition:all .3s;transition:all .3s}article.post>a:hover{-webkit-box-shadow:0 0 40px rgba(0,41,118,.161);box-shadow:0 0 40px rgba(0,41,118,.161)}article.post>a:hover h3{color:var(--primary-1)!important}article.post .thumb{background-position:50%;background-size:cover;border-radius:17px 17px 0 0;height:282px;overflow:hidden;width:100%}article.post .thumb a{background-color:transparent;display:block;height:100%;opacity:.6;-webkit-transition:all .3s;transition:all .3s;width:100%}article.post .thumb a:hover{background-color:var(--primary-1)}article.post .content{display:-webkit-box;display:-ms-flexbox;display:flex;padding:30px 50px;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;background-color:#fff;border-radius:0 0 17px 17px;border-top:none;justify-content:flex-start;min-height:calc(100% - 282px)}article.post h3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:0;overflow:hidden;padding:0;text-overflow:ellipsis;-webkit-transition:all .3s;transition:all .3s}article.post h3 a{color:#000}article.post .meta{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}article.post .meta,article.post .meta .read-time{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}article.post .meta .read-time{grid-gap:8px;gap:8px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}article.post .meta .read-time span{font-weight:400}article.post .meta span{color:#6f777d;font-size:16px;font-weight:600;line-height:24px}article.post .meta .tags-wrapper{grid-gap:10px;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.post-listing,article.post .meta .tags-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.post-listing{margin-top:0;position:relative;z-index:2}.post-listing>.post{padding:calc(var(--dnd-gap)/2);width:50%}@media (max-width:767px){.post-listing>.post{width:100%}}