/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/block_CC2-1001_blog_article/scss/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.display-one-post-frontend {
  width: 330px;
  margin: 0 auto;
  padding: 2rem 0;
  font-family: var(--Cabin-Regular);
}
.display-one-post-frontend > a:hover .post-title {
  text-decoration: underline !important;
}
.display-one-post-frontend img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
.display-one-post-frontend .post-title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 31px;
  color: var(--Color-Text);
}
.display-one-post-frontend .post-tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.display-one-post-frontend .post-tags ul li a {
  display: flex;
  align-items: center;
  height: 2rem;
  gap: 6px;
  font-size: 1rem;
  margin-bottom: 1rem;
  padding: 0.5rem 0.8rem;
  background: #F3F4F6;
  color: #1F2937;
  line-height: 1.6;
  border-radius: 100px;
  font-weight: 500;
}
.display-one-post-frontend .post-date {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #9CA3AF;
  font-weight: bold;
}

/*# sourceMappingURL=style-index.css.map*/