/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/blog-feed/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.
 */
.fill-primary {
  fill: #0072bc;
}

.fill-secondary {
  fill: #009bdf;
}

.fill-tertiary {
  fill: #a5bee2;
}

.fill-accent {
  fill: #a5bee2;
}

.wp-block-thecontentbox-blog-feed__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (min-width: 782px) {
  .wp-block-thecontentbox-blog-feed__wrapper {
    flex-direction: row;
  }
}
.wp-block-thecontentbox-blog-feed__sidebar {
  position: relative;
}
@media (min-width: 782px) {
  .wp-block-thecontentbox-blog-feed__sidebar {
    width: calc(25% - 1.125rem);
    flex-basis: calc(25% - 1.125rem);
  }
}
@media (max-width: 781px) {
  .wp-block-thecontentbox-blog-feed__sidebar .sidebar-options {
    position: relative !important;
    top: unset !important;
  }
}
@media (min-width: 782px) {
  .wp-block-thecontentbox-blog-feed__sidebar .sidebar-options {
    position: absolute;
    top: 0;
  }
}
@media (min-width: 782px) {
  .wp-block-thecontentbox-blog-feed__resources {
    width: calc(75% - 1.125rem);
    flex-basis: calc(75% - 1.125rem);
  }
}
.wp-block-thecontentbox-blog-feed .search-form__inner {
  position: relative;
}
.wp-block-thecontentbox-blog-feed .search-form__inner::after {
  content: "\f002";
  font-family: "fontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #a5bee2;
}
.wp-block-thecontentbox-blog-feed .search-form__input {
  padding-right: 50px;
}
@media (prefers-color-scheme: dark) {
  .wp-block-thecontentbox-blog-feed .search-form__input {
    color: #FFFFFF;
  }
}
.wp-block-thecontentbox-blog-feed .thumbnail-links-wrapper__more {
  position: relative;
}

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