/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/frontend/components/paragraph-icons-container-with-image/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************/
div.wp-block-components-paragraph-icons-container-with-image {
  display: grid;
}
div.wp-block-components-paragraph-icons-container-with-image .contents-wrapper {
  background-color: #212121;
  border: 1px solid #525252;
}
div.wp-block-components-paragraph-icons-container-with-image .contents-wrapper .inner-wrapper {
  display: flex;
  gap: 12px;
  padding: 16px 32px;
  justify-content: space-between;
  max-width: 1400px;
  margin: auto;
}
div.wp-block-components-paragraph-icons-container-with-image figure img {
  object-fit: cover;
  height: 100% !important;
  max-height: 230px !important;
  width: 100%;
}
@media (max-width: 789px) {
  div.wp-block-components-paragraph-icons-container-with-image .contents-wrapper .inner-wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
  div.wp-block-components-paragraph-icons-container-with-image .contents-wrapper .inner-wrapper i {
    display: none;
  }
  div.wp-block-components-paragraph-icons-container-with-image .contents-wrapper .inner-wrapper .wp-block-ui-paragraph-icon:not(:last-child) {
    border-bottom: 1px solid #525252;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/frontend/components/paragraph-icons-container-with-image/editor.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
div.wp-block-ui-tag figure {
  margin: unset !important;
}
