/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/post-list/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.ugm-blocks-block-post-list .posts .post-img {
  margin-bottom: 15px;
}
.ugm-blocks-block-post-list .posts .post-img a {
  display: block;
  position: relative;
  padding-bottom: 66.67%;
}
.ugm-blocks-block-post-list .posts .post-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.ugm-blocks-block-post-list .posts .post .post-content .post-title h3 {
  margin: 0;
  line-height: 1.3;
  font-weight: 600;
  font-size: 16px;
}
.ugm-blocks-block-post-list .posts .post .post-content .post-title h3 a {
  color: var(--wp--preset--color--ugm-primary-bg);
  text-decoration: none;
}
.ugm-blocks-block-post-list .posts .post .post-content .post-title h3 a:hover {
  text-decoration: underline;
}
.ugm-blocks-block-post-list .posts .post .post-content .post-date {
  margin-bottom: 0;
  margin-top: 5px;
  display: inline-block;
  text-decoration: none;
  font-family: var(--wp--preset--font-family--content-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.25px;
  color: #7A8A99;
  text-transform: unset;
}
.ugm-blocks-block-post-list .posts .post .post-content .post-date:before {
  display: none;
}
.ugm-blocks-block-post-list .posts .post .post-content .entry-content {
  margin-top: 5px;
}
.ugm-blocks-block-post-list .posts .post .post-content .entry-content p {
  margin: 0;
  color: #555;
  font-size: 14px;
  line-height: 1.7142857143;
}
.ugm-blocks-block-post-list .posts-grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.ugm-blocks-block-post-list .posts-grid .post {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.ugm-blocks-block-post-list .posts-grid.column-1 .post {
  flex-basis: 100%;
}
.ugm-blocks-block-post-list .posts-grid.column-2 .post {
  flex-basis: calc(50% - 15px);
}
.ugm-blocks-block-post-list .posts-grid.column-3 .post {
  flex-basis: calc(33.33% - 20px);
}
.ugm-blocks-block-post-list .posts-grid.column-4 .post {
  flex-basis: calc(25% - 22.5px);
}
@media (max-width: 768px) {
  .ugm-blocks-block-post-list .posts-grid {
    display: block;
  }
  .ugm-blocks-block-post-list .posts-grid .post {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
  }
}
.ugm-blocks-block-post-list .posts-list .post {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  gap: 30px;
}
.ugm-blocks-block-post-list .posts-list .post .post-img {
  width: 22%;
  flex-shrink: 0;
  margin: 0;
}
.ugm-blocks-block-post-list .posts-list .post .post-img a {
  height: auto;
}
.ugm-blocks-block-post-list .posts-list .post .post-content {
  flex-shrink: 1;
}
.ugm-blocks-block-post-list .posts-list .post:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .ugm-blocks-block-post-list .posts-list .post {
    display: block;
  }
  .ugm-blocks-block-post-list .posts-list .post .post-img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.ugm-blocks-block-post-list .btn-box {
  border-top: 0;
  padding-top: 0;
  margin-top: 20px;
  text-align: right;
}
.ugm-blocks-block-post-list .btn-box .btn-more {
  padding: 0;
  color: var(--wp--preset--color--ugm-primary-bg);
}
.ugm-blocks-block-post-list .btn-box .btn-more::after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 14px;
  color: currentColor;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 15px;
  text-indent: 2px;
  margin-left: 10px;
  border: 2px solid currentColor;
  border-radius: 9999px;
}
.ugm-blocks-block-post-list .btn-box .btn-more:hover {
  text-decoration: underline;
}

.wp-block-column .ugm-blocks-block-post-list .posts-list .post {
  margin-bottom: 15px;
  padding-bottom: 15px;
  gap: 20px;
}
.wp-block-column .ugm-blocks-block-post-list .posts-list .post .post-img {
  width: 25%;
}
@media (max-width: 768px) {
  .wp-block-column .ugm-blocks-block-post-list .posts-list .post .post-img {
    width: 100%;
  }
}

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