/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/file-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-file-list .files .post .post-content .post-title h3 {
  margin: 0;
  line-height: 1.3;
  font-weight: 600;
  font-size: 16px;
}
.ugm-blocks-block-file-list .files .post .post-content .post-title h3 a {
  color: var(--wp--preset--color--ugm-primary-bg);
  text-decoration: none;
}
.ugm-blocks-block-file-list .files .post .post-content .post-title h3 a:hover {
  text-decoration: underline;
}
.ugm-blocks-block-file-list .files .post .post-content .post-date {
  margin-bottom: 0;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
  color: #a6a6a6;
  font-family: var(--wp--preset--font-family--content-font);
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.ugm-blocks-block-file-list .files-grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.ugm-blocks-block-file-list .files-grid .post {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.ugm-blocks-block-file-list .files-grid.column-1 .post {
  flex-basis: 100%;
}
.ugm-blocks-block-file-list .files-grid.column-2 .post {
  flex-basis: calc(50% - 15px);
}
.ugm-blocks-block-file-list .files-grid.column-3 .post {
  flex-basis: calc(33.33% - 20px);
}
.ugm-blocks-block-file-list .files-grid.column-4 .post {
  flex-basis: calc(25% - 22.5px);
}
@media (max-width: 768px) {
  .ugm-blocks-block-file-list .files-grid {
    display: block;
  }
  .ugm-blocks-block-file-list .files-grid .post {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
  }
}
.ugm-blocks-block-file-list .files-list .post {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.ugm-blocks-block-file-list .files-list .post:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .ugm-blocks-block-file-list .files-list .post {
    display: block;
  }
}
.ugm-blocks-block-file-list .btn-box {
  border-top: 0;
  padding-top: 0;
  margin-top: 20px;
  text-align: right;
}
.ugm-blocks-block-file-list .btn-box .btn-more {
  padding: 0;
  color: var(--wp--preset--color--ugm-primary-bg);
}
.ugm-blocks-block-file-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-file-list .btn-box .btn-more:hover {
  text-decoration: underline;
}

.wp-block-column .ugm-blocks-block-file-list .pfiles-list .post {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

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