/** Shopify CDN: Minification failed

Line 33:10 Unexpected "{"
Line 33:19 Expected ":"
Line 34:14 Expected identifier but found whitespace
Line 34:16 Unexpected "{"
Line 34:25 Expected ":"
Line 34:51 Expected ":"
Line 35:17 Expected identifier but found whitespace
Line 35:19 Unexpected "{"
Line 35:28 Expected ":"
Line 35:57 Expected ":"
... and 10 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:cro-featured-blog (INDEX:13) */
.cro-featured-blog {
  width: 100%;
}
.cro-featured-blog .cro-fb__card {
  transition: transform 0.3s ease;
}
.cro-featured-blog .cro-fb__card:hover {
  transform: translateY(-4px);
}
.cro-featured-blog .cro-fb__title {
  font-weight: var(--font-heading-weight);
}
.section-{{ section.id }}-padding {
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
}
@media screen and (min-width: 750px) {
  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 1.5 | round }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 1.5 | round }}px;
  }
}
/* END_SECTION:cro-featured-blog */