/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.95.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.4.47_webpack@5.95.0/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/.pnpm/sass-loader@12.6.0_sass@1.79.5_webpack@5.95.0/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./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-klx-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  width: 100%;
}
.wp-block-klx-logos > figure, .wp-block-klx-logos > p {
  border-radius: 6px;
  width: 250px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--wp--preset--color--grey-600);
  height: 140px;
  opacity: 0;
}
.wp-block-klx-logos .next-soon {
  background-color: var(--wp--preset--color--primary-400);
}
@media (max-width: 768px) {
  .wp-block-klx-logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .wp-block-klx-logos > figure, .wp-block-klx-logos > p {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .wp-block-klx-logos {
    gap: 10px;
  }
}

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