/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/post-header/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-mb-plugin-post-header {
  display: grid;
}

#mb-post-header-inner {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: var(--wp--preset--spacing--20);
}

#mb-post-header-icon {
  width: 60px;
  height: 60px;
}

#mb-post-header-content {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--20);
  align-items: center;
}

#mb-post-header-content-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: var(--wp--preset--spacing--20);
  text-align: center;
  align-items: center;
}

#mb-post-header-content-title,
#mb-post-header-breadcrumbs {
  margin: 0;
}

#mb-post-header-image-outer {
  height: 200px;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 200px 0px 0px 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: var(--wp--style--root--padding-left) solid #fff;
}
#mb-post-header-image-outer.mb_partner_cpt {
  margin-left: 0;
  border-color: var(--wp--preset--color--contrast);
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  box-shadow: var(--wp--preset--shadow--img-contrast);
}
#mb-post-header-image-outer.archive {
  display: none;
}

#mb-post-header-image-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-width: 100%;
  z-index: 9;
  box-sizing: border-box;
  bottom: 0;
}

#mb-post-header-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: flex;
  box-sizing: border-box;
  max-height: 300px;
}
#mb-post-header-image.mb_partner_cpt {
  width: auto;
  height: auto;
}

#mb-post-header-content {
  padding-left: var(--wp--preset--spacing--20);
}

@media screen and (min-width: 600px) {
  #mb-post-header-inner {
    grid-template-columns: 1fr 1fr;
  }
  #mb-post-header-content {
    flex-direction: row;
    align-items: flex-start;
  }
  #mb-post-header-content-text {
    text-align: left;
    align-items: start;
  }
  #mb-post-header-icon {
    width: 100px;
    height: 100px;
  }
  #mb-post-header-image-outer {
    height: 300px;
    margin-left: 0;
  }
}
@media screen and (min-width: 1280px) {
  #mb-post-header-content {
    padding-left: calc(100% - var(--wp--style--global--wide-size) / 2 + var(--wp--style--root--padding-right));
  }
  #mb-post-header-icon {
    width: 200px;
    height: 200px;
  }
  #mb-post-header-image-outer {
    height: 400px;
    margin-left: 0;
  }
  #mb-post-header-image-outer.archive {
    display: flex;
  }
  #mb-post-header-image {
    max-height: 400px;
  }
}

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