/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/anchor-grid-cell/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-anchor-grid-cell:hover > .inner::before {
  width: 6px;
}
.wp-block-crown-blocks-anchor-grid-cell > .inner {
  position: relative;
  height: 100%;
}
.wp-block-crown-blocks-anchor-grid-cell > .inner::before {
  display: block;
  content: "";
  width: 6px;
  height: 100%;
  border-radius: 4px;
  background-color: #E71781;
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  transition: width 0.3s;
}
@media (min-width: 768px) {
  .wp-block-crown-blocks-anchor-grid-cell > .inner::before {
    width: 0;
  }
}
.wp-block-crown-blocks-anchor-grid-cell:nth-child(2) > .inner::before {
  background-color: #F1BA1B;
}
.wp-block-crown-blocks-anchor-grid-cell:nth-child(3) > .inner::before {
  background-color: #33BCBB;
}
.wp-block-crown-blocks-anchor-grid-cell .anchor-grid-cell__overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  bottom: 0;
  transition: 0.3s all;
}
.wp-block-crown-blocks-anchor-grid-cell .anchor-grid-cell__meta {
  position: relative;
  padding: 50% 30px 25px;
  display: flex;
  align-items: center;
}
.wp-block-crown-blocks-anchor-grid-cell .anchor-grid-cell__meta svg {
  margin-right: 15px;
}
.wp-block-crown-blocks-anchor-grid-cell .anchor-grid-cell__title {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 21px;
  color: #FFFFFF;
  margin: 0;
}

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