@charset "UTF-8";.container[data-v-0501eb6f] {
  position: relative;
}
.time-to-read[data-v-0501eb6f] {
  position: absolute;
  top: 0;
  right: 30px;
  width: 48px;
  height: 74px;
  padding-top: 40px;
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  background: url("/assets/time-to-read.09dbcbc3.svg") no-repeat center center;
}
.article-preview[data-v-56f237bf] {
  border-radius: 24px;
}
.article-preview[data-v-56f237bf]:not(.no-bg) {
  padding: 24px;
  background: #fafafd;
}
.preview-img[data-v-56f237bf] {
  width: 100%;
  max-height: 240px;
  object-fit: cover;
  border-radius: 16px;
}
.meta[data-v-56f237bf] {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 32px 0 24px;
}
.meta[data-v-56f237bf]::after {
  color: #222435;
  font-size: 12px;
  content: "●";
}
.posted-at[data-v-56f237bf] {
  color: #222435;
  font-weight: 400;
  font-size: 14px;
}
.category[data-v-56f237bf] {
  order: 1;
  color: #222435;
  font-weight: 400;
  font-size: 14px;
  text-decoration-line: underline;
}
.title[data-v-56f237bf] {
  margin: 0;
  padding: 0;
  color: #383a4c;
  font-weight: 700;
  font-size: 26px;
  line-height: 130%;
}
.preview-text[data-v-56f237bf] {
  margin: 12px 0 24px;
  color: #7a7c8d;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
}
.posted-by[data-v-56f237bf] {
  color: #383a4c;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 1190px) {
.article-preview[data-v-56f237bf] {
    padding: 0;
    background: none;
}
}