/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./components/static/SingleProject/style.css ***!
  \***********************************************************************************************************************************************************************************************/
/* Formular-Mixins */

/**
 * Custom Media Queries
 * Works like Custom Properties, except for media queries.
 *
 * @link: https://drafts.csswg.org/mediaqueries-5/#custom-mq
 * @link: https://github.com/postcss/postcss-custom-media
 **/

/* Min-Width */

/* Customize based on project */

/* Max-Width */

/* Customize based on project */

/* Min-Max-Width */

[name='SingleProject'] > devslab-block:first-of-type {
    padding-block-start: 0;
  }

[name='SingleProject'] .wp-block-heading,
  [name='SingleProject'] .wp-block-heading > * {
    -webkit-hyphenate-limit-after: 4;
    -webkit-hyphenate-limit-before: 4;
    -ms-hyphenate-limit-chars: 10 4 4;
    hyphenate-limit-chars: 10 4 4;
    hyphens: auto;
    overflow-wrap: break-word;
    text-wrap: balance;
    -ms-word-break: break-all;
    word-break: break-word;
    word-wrap: break-word;
  }

[name='SingleProject'] .wp-block-heading:has(+ .wp-block-list, + p) {
      margin-block-end: 8px;
    }

[name='SingleProject'] [name='Column'] .content > .wp-block-heading:where(:first-child) {
    margin-block-end: 32px;
  }

[name='SingleProject'] p:has(+ .wp-block-list) {
      margin-block-end: 8px;
    }


/*# sourceMappingURL=style.min.css.map*/