/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/blocks/all-info-pages/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.
 */
/**
 * Breakpoints & Media Queries
 */
/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Breakpoint mixins
 */
/**
 * Focus styles.
 */
/**
 * Applies editor left position to the selector passed as argument
 */
/**
 * Styles that are reused verbatim in a few places
 */
/**
 * Allows users to opt-out of animations via OS-level preferences.
 */
/**
 * Reset default styles for JavaScript UI based pages.
 * This is a WP-admin agnostic reset
 */
/**
 * Reset the WP Admin page styles for Gutenberg-like pages.
 */
.em-block-all-info-pages {
  margin-top: 2rem;
  margin-bottom: 3rem;
  position: relative;
  width: 100%;
}
@media (min-width: 782px) {
  .em-block-all-info-pages {
    margin-top: 3rem;
    margin-bottom: 5.5rem;
  }
}
.em-block-all-info-pages__title {
  font-size: var(--font-size-h3);
}
.em-block-all-info-pages__list {
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-width: 12em;
       column-width: 12em;
  -moz-column-gap: 3.5em;
       column-gap: 3.5em;
}
.em-block-all-info-pages__list-item {
  margin-bottom: 0.9rem;
}
.em-block-all-info-pages__list-item:last-of-type {
  margin-bottom: 0;
}
.em-block-all-info-pages__list-item-link {
  width: auto;
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--color-blue-dark);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-sm);
}
@media (min-width: 782px) {
  .em-block-all-info-pages__list-item-link {
    font-size: var(--font-size-md);
  }
}
.em-block-all-info-pages__list-item-link:hover {
  text-decoration: underline;
}

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