/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./blocks/training-index/src/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.
 */
.wp-block-crown-blocks-training-index {
  position: relative;
}
.wp-block-crown-blocks-training-index form.feed-filters .filters-tabs .row {
  width: 100%;
}
.wp-block-crown-blocks-training-index form.feed-filters .filters-tabs .tab-container {
  display: flex;
}
.wp-block-crown-blocks-training-index form.feed-filters .filters-tabs > .container {
  position: relative;
  z-index: 2;
}
.wp-block-crown-blocks-training-index .post-feed > .inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}
.wp-block-crown-blocks-training-index .training-teaser {
  margin-bottom: 40px;
}

.training-teaser {
  margin: 0 13px;
  width: calc(50% - 26px);
}
@media (min-width: 576px) {
  .training-teaser {
    width: calc(33.33% - 26px);
  }
}
.training-teaser:hover .training-teaser__meta, .training-teaser:focus .training-teaser__meta {
  padding-left: 27px;
}
.training-teaser:hover .training-teaser__meta::before, .training-teaser:focus .training-teaser__meta::before {
  width: 7px;
  opacity: 1;
}
.training-teaser__post-img {
  padding-bottom: 63.67%;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-color: #6C7476;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}
.training-teaser__meta {
  position: relative;
  transition: 0.3s padding;
}
.training-teaser__meta::before {
  position: absolute;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  border-radius: 5px;
  background-color: #95C23D;
  transition: 0.3s all;
  opacity: 0;
}
.training-teaser__post-date {
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 14px;
  color: #595959;
  text-transform: uppercase;
}
.training-teaser__post-title {
  margin-top: 15px;
  color: #373F41;
  letter-spacing: 0;
  line-height: 1.7;
  font-size: 14px;
}
@media (min-width: 576px) {
  .training-teaser__post-title {
    font-size: 18px;
  }
}

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