/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/text-with-list-of-cta-links/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.wp-block-msi-blocks-text-with-list-of-cta-links {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.wp-block-msi-blocks-text-with-list-of-cta-links .description {
  font-size: 18px;
  color: var(--wp--preset--color--dark-blue);
  margin: 0;
}
.wp-block-msi-blocks-text-with-list-of-cta-links input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.wp-block-msi-blocks-text-with-list-of-cta-links .wrapper {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  overflow: hidden;
  align-items: center;
}
.wp-block-msi-blocks-text-with-list-of-cta-links .cover {
  background-color: var(--wp--preset--color--white);
  height: 64px;
  width: 100%;
  position: relative;
  padding: 30px 0 60px;
}
.wp-block-msi-blocks-text-with-list-of-cta-links .all-button {
  cursor: pointer;
  max-width: 198px;
  max-height: 64px;
  background: var(--wp--preset--color--dark-blue);
  border-radius: 6px;
  color: var(--wp--preset--color--white);
  padding: 16px 53px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
}
.wp-block-msi-blocks-text-with-list-of-cta-links .boxes,
.wp-block-msi-blocks-text-with-list-of-cta-links .boxes-extended {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  max-height: 239px;
}
@media only screen and (max-width: 600px) {
  .wp-block-msi-blocks-text-with-list-of-cta-links .boxes,
  .wp-block-msi-blocks-text-with-list-of-cta-links .boxes-extended {
    grid-template-columns: 1fr;
  }
}
.wp-block-msi-blocks-text-with-list-of-cta-links .boxes-extended {
  max-height: none;
  height: auto;
}
.wp-block-msi-blocks-text-with-list-of-cta-links input:checked ~ .boxes {
  max-height: 100%;
}

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