/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].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.
 */
/**
 * 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
*/
/**
 * Breakpoint mixins
 */
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * 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.
 */
.error-message {
  padding: 4rem;
  border: dashed 1px #d8000c;
  background-color: rgba(216, 0, 12, 0.1);
  border-radius: 10px;
  text-align: center;
}
.error-message,
.error-message h1,
.error-message h2,
.error-message h3,
.error-message h4,
.error-message p {
  color: #d8000c;
}

.search-input {
  position: relative;
}
.search-input__input {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.4);
  border-radius: 2px;
  width: 100%;
  min-height: 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 1rem;
  padding-right: 5rem;
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-bold);
}
.search-input__input::-moz-placeholder {
  opacity: 0.7;
  color: var(--color-white);
}
.search-input__input:-ms-input-placeholder {
  opacity: 0.7;
  color: var(--color-white);
}
.search-input__input::placeholder {
  opacity: 0.7;
  color: var(--color-white);
}
.search-input__wrapper {
  position: relative;
}
.search-input__icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 10px;
}

.em-block-story-feed {
  position: relative;
}
.em-block-story-feed__filters {
  display: -ms-grid;
  display: grid;
  gap: 3rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-bottom: 3rem;
}
@media (min-width: 782px) {
  .em-block-story-feed__filters {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 960px) {
  .em-block-story-feed__filters {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1280px) {
  .em-block-story-feed__filters {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.em-block-story-feed__filters > * {
  align-self: flex-end;
}
.em-block-story-feed__results {
  min-height: 50vh;
}
.em-block-story-feed__posts {
  display: -ms-grid;
  display: grid;
  gap: 3rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 782px) {
  .em-block-story-feed__posts {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 960px) {
  .em-block-story-feed__posts {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.em-block-story-feed__more {
  margin-top: 2rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.em-block-story-feed__more:empty {
  margin-top: 0;
}

.tags__tag {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  cursor: pointer;
  min-height: 46px;
  border: 1px solid #c1c1c1;
  padding: 0 1rem;
}
.tags__tag:hover {
  background: #fafafa;
}
.tags .is-active {
  background: #fafafa;
}

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