/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./assets/src/blocks/search-block/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
/*
Write your Sass code here for front-end.
*/
/*
Write your Sass code here for front-end.
*/ /* Common button styles */
.wp-block-buttons {
  /* Fill Variation */
  /* Outline Variation */
}
.wp-block-buttons .wp-block-button {
  display: flex;
  font-size: var(--wp--preset--font-size--compact);
  font-weight: 600;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  border-radius: 3.125rem;
  padding: 0.875rem 3.125rem;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: background-color 0.3s ease-in-out, outline-color 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: var(--wp--preset--font-size--x-small);
    padding: 0.625rem 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-buttons .wp-block-button .wp-block-button__link {
    padding: 0.625rem 1.875rem;
    font-size: var(--wp--preset--font-size--x-small);
    line-height: 1.4;
  }
}
.wp-block-buttons .wp-block-button .wp-block-button__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  border-radius: 3.125rem;
  transition: left 0.3s ease-in-out;
  z-index: -1;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover::before {
  left: 0;
}
.wp-block-buttons .wp-block-button .wp-block-button__link::before {
  background-color: var(--wp--preset--color--secondary);
}
.wp-block-buttons .wp-block-button.is-style-outline {
  display: flex;
  font-size: 15px;
  font-weight: 600;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  border-radius: 3.125rem;
  padding: 0.875rem 3.125rem;
  border: none;
  outline-color: var(--wp--preset--color--background);
  color: var(--wp--preset--color--background);
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: background-color 0.3s ease-in-out, outline-color 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
    font-size: var(--wp--preset--font-size--compact);
  }
}
@media screen and (max-width: 768px) {
  .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
    padding: 0.625rem 1.875rem;
    font-size: var(--wp--preset--font-size--x-small);
    line-height: 1.4;
  }
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  border-radius: 3.125rem;
  transition: left 0.3s ease-in-out;
  z-index: -1;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover::before {
  left: 0;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
  outline-color: var(--wp--preset--color--background);
  color: var(--wp--preset--color--primary);
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link::before {
  background-color: var(--wp--preset--color--background);
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:focus-within {
  outline: -webkit-focus-ring-color auto 1px;
}

/*
Write your Sass code here for front-end.
*/
/*
Write your Sass code here for front-end.
*/ /* Common button styles */
.wp-block-buttons {
  /* Fill Variation */
  /* Outline Variation */
}
.wp-block-buttons .wp-block-button {
  display: flex;
  font-size: var(--wp--preset--font-size--compact);
  font-weight: 600;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  border-radius: 3.125rem;
  padding: 0.875rem 3.125rem;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: background-color 0.3s ease-in-out, outline-color 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: var(--wp--preset--font-size--x-small);
    padding: 0.625rem 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-buttons .wp-block-button .wp-block-button__link {
    padding: 0.625rem 1.875rem;
    font-size: var(--wp--preset--font-size--x-small);
    line-height: 1.4;
  }
}
.wp-block-buttons .wp-block-button .wp-block-button__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  border-radius: 3.125rem;
  transition: left 0.3s ease-in-out;
  z-index: -1;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover::before {
  left: 0;
}
.wp-block-buttons .wp-block-button .wp-block-button__link::before {
  background-color: var(--wp--preset--color--secondary);
}
.wp-block-buttons .wp-block-button.is-style-outline {
  display: flex;
  font-size: 15px;
  font-weight: 600;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  border-radius: 3.125rem;
  padding: 0.875rem 3.125rem;
  border: none;
  outline-color: var(--wp--preset--color--background);
  color: var(--wp--preset--color--background);
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: background-color 0.3s ease-in-out, outline-color 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
    font-size: var(--wp--preset--font-size--compact);
  }
}
@media screen and (max-width: 768px) {
  .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
    padding: 0.625rem 1.875rem;
    font-size: var(--wp--preset--font-size--x-small);
    line-height: 1.4;
  }
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  border-radius: 3.125rem;
  transition: left 0.3s ease-in-out;
  z-index: -1;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover::before {
  left: 0;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
  outline-color: var(--wp--preset--color--background);
  color: var(--wp--preset--color--primary);
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link::before {
  background-color: var(--wp--preset--color--background);
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:focus-within {
  outline: -webkit-focus-ring-color auto 1px;
}

.aeblog-search-results-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.5rem auto;
}
@media screen and (max-width: 768px) {
  .aeblog-search-results-wrapper {
    margin: 1.25rem auto;
  }
}

.js-search-results-wrap {
  display: inline-grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.07rem;
  max-width: 1368px;
}
@media screen and (max-width: 1460px) {
  .js-search-results-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1120px) {
  .js-search-results-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .js-search-results-wrap {
    grid-template-columns: 1fr;
  }
}
.js-search-results-wrap .no-result-found {
  font-size: var(--wp--preset--font-size--compact);
  grid-column: 1/-1;
}
.js-search-results-wrap .search-result__item {
  font-family: var(--wp--preset--font-family--outfit);
  height: auto;
  position: relative;
  width: 19.5rem;
}
@media screen and (max-width: 768px) {
  .js-search-results-wrap .search-result__item {
    width: 18.4375rem;
  }
}
.js-search-results-wrap .search-result__item-container {
  overflow: hidden;
}
.js-search-results-wrap .search-result__item > a {
  display: block;
  width: 19.5rem;
  height: 16.9375rem;
}
@media screen and (max-width: 768px) {
  .js-search-results-wrap .search-result__item > a {
    width: 18.4375rem;
    height: 16.03rem;
  }
}
.js-search-results-wrap .search-result__item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 20px;
}
.js-search-results-wrap .search-result__item-category {
  display: flex;
  font-size: var(--wp--preset--font-size--compact);
  font-weight: 700;
  color: var(--wp--preset--color--foreground);
  position: absolute;
  top: 1.25rem;
  background: var(--wp--preset--color--background);
  padding: 0.875rem;
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 768px) {
  .js-search-results-wrap .search-result__item-category {
    padding: 0.625rem;
    font-size: var(--wp--preset--font-size--x-small);
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
}
.js-search-results-wrap .search-result__item-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 1.25rem;
  line-height: 1.3 !important;
}
@media screen and (max-width: 768px) {
  .js-search-results-wrap .search-result__item-excerpt {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    font-size: var(--wp--preset--font-size--compact) !important;
    line-height: 1.6 !important;
    margin-bottom: 0.75rem;
    letter-spacing: 0.01em;
  }
}
.js-search-results-wrap .search-result__item-read-more {
  color: var(--wp--preset--color--primary);
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.js-search-results-wrap .search-result__item-read-more:hover {
  text-decoration: underline;
}
.js-search-results-wrap .search-result__item-read-more::after {
  content: " >";
}
@media screen and (max-width: 768px) {
  .js-search-results-wrap .search-result__item-read-more {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: var(--wp--preset--font-size--compact) !important;
    line-height: 1.6 !important;
    letter-spacing: 0.01em;
    margin-bottom: 0;
  }
}
.js-search-results-wrap .search-result__item .search-result__item-text .search-result__item-category {
  padding: 0.625rem;
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-decoration: none;
}
.js-search-results-wrap .search-result__item .search-result__item-text > h4 {
  margin: 0.625rem 0;
  font-size: var(--wp--preset--font-size--body-std);
  font-weight: 700;
  line-height: 1.3;
}
.js-search-results-wrap .search-result__item .search-result__item-text .search-result__item-excerpt {
  margin: 0.625rem 0;
  font-size: var(--wp--preset--font-size--compact);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
.js-search-results-wrap .search-result__item .search-result__item-text .search-result__item-read-more {
  display: block;
  font-size: var(--wp--preset--font-size--tiny);
}

.aeblog-search {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.aeblog-search .aeblog-search__text {
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: 400;
  line-height: 1.22;
  text-align: left;
  margin-top: 0.625rem !important;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .aeblog-search .aeblog-search__text {
    display: none;
  }
}

.aeblog-search:hover {
  text-decoration: underline;
}

.aeblog-search::before {
  content: "";
  background-size: contain;
  width: 25px;
  height: 25px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNC40ODAyIDIxLjg2NkwyMS4xNDAxIDE4LjU5NDFDMjAuNjQyIDE4LjEwNjEgMTkuODgwMiAxNy45NjI2IDE5LjIzNTYgMTguMjIxQzE5LjIzNTYgMTguMjIxIDE5LjIzNTYgMTguMTkyMyAxOS4yMDYzIDE4LjE5MjNMMTcuNTk0OCAxNi42MTM3QzIxLjExMDggMTIuNzM5IDIwLjk2NDMgNi43OTc3OSAxNy4xODQ2IDMuMDk1MzFDMTMuMjU4NSAtMC43NTA2ODIgNi44NzEyMiAtMC43NTA2ODIgMi45NDUwOSAzLjA5NTMxQy0wLjk4MTA0NCA2Ljk0MTMgLTAuOTgxMDQ0IDEzLjE5ODIgMi45NDUwOSAxNy4wNDQyQzQuOTA4MTUgMTguOTY3MiA3LjQ4NjUxIDE5LjkxNDMgMTAuMDY0OSAxOS45MTQzQzEyLjQ2NzQgMTkuOTE0MyAxNC44NDA3IDE5LjA4MiAxNi43NDUxIDE3LjQxNzNMMTguMzI3MyAxOC45NjcyQzE3Ljk0NjQgMTkuNjI3MyAxOC4wMzQzIDIwLjQ1OTcgMTguNjIwMyAyMS4wMzM3TDIxLjk2MDQgMjQuMzA1N0MyMi4zMTIgMjQuNjUwMSAyMi43NTE1IDI0LjgyMjMgMjMuMTkxIDI0LjgyMjNDMjMuNjMwNSAyNC44MjIzIDI0LjA5OTMgMjQuNjUwMSAyNC40MjE2IDI0LjMwNTdDMjUuMTgzNCAyMy42MTY4IDI1LjE4MzQgMjIuNTI2MiAyNC40ODAyIDIxLjg2NlpNMy44MjM3NCAxNi4yMTE5QzAuMzY2Mzk4IDEyLjgyNTEgMC4zNjYzOTggNy4zMTQ0MyAzLjgyMzc0IDMuODk4OTdDNS41NTI0MSAyLjIwNTU4IDcuODM3NzcgMS4zNDQ1NCAxMC4wOTM4IDEuMzQ0NTRDMTIuMzc5MiAxLjM0NDU0IDE0LjYzNTIgMi4yMDU1OCAxNi4zNjM5IDMuODk4OTdDMTkuODUwNiA3LjMxNDQzIDE5Ljg1MDYgMTIuODI1MSAxNi4zOTMyIDE2LjIxMTlDMTIuOTM1OSAxOS42MjczIDcuMjgxMDggMTkuNjI3MyAzLjgyMzc0IDE2LjIxMTlaTTIyLjgzOTIgMjMuNTAyQzIzLjA3MzYgMjMuNzMxNiAyMy40MjUyIDIzLjczMTYgMjMuNjU5NiAyMy41MDJDMjMuODk0IDIzLjI3MjQgMjMuODk0IDIyLjg5OTIgMjMuNjU5NiAyMi42Njk2TDIwLjMxOTQgMTkuNDI2NEMyMC4yMDIyIDE5LjMxMTYgMjAuMDU1NyAxOS4yNTQyIDE5LjkwOTMgMTkuMjU0MkMxOS43NjI4IDE5LjI1NDIgMTkuNjE2MyAxOS4zMTE2IDE5LjQ5OTEgMTkuNDI2NEMxOS4yNjQ3IDE5LjY1NiAxOS4yNjQ3IDIwLjAwMDQgMTkuNDk5MSAyMC4yM0wyMi44MzkyIDIzLjUwMloiIGZpbGw9IiMzMzMzMzMiLz4KPC9zdmc+Cg==);
}

.aeblog-main-navigation.aeblog-sticky-nav .aeblog-search::before {
  width: 20px;
  height: 20px;
}

/* Search Modal */
.aeblog-search-bar {
  position: fixed;
  z-index: 2000;
  background: var(--wp--preset--color--background);
  right: 0;
  top: -100%;
  max-width: 100%;
  width: 100%;
  height: 66%;
  padding: 3.5rem;
  transition: top 0.3s linear;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .aeblog-search-bar {
    padding: 3.25rem 1.25rem;
  }
}
.aeblog-search-bar.search-bar-active {
  top: 0;
}
.admin-bar .aeblog-search-bar.search-bar-active {
  top: 32px;
}
.admin-bar .aeblog-search-bar.search-bar-active.search-bar-top {
  top: 0;
}
.admin-bar .aeblog-search-bar.search-bar-active.search-bar-below-admin-bar {
  top: 46px;
}

/* Search Input */
.aeblog-search-form.container-fluid {
  display: flex;
  justify-content: center;
}
.aeblog-search-form.container-fluid .aeblog-search-btn-wrap::before {
  content: "";
  position: absolute;
  background-size: contain;
  top: 32px;
  right: 72px;
  height: 25px;
  width: 25px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICB2aWV3Qm94PSIwIDAgMzIgMzIiIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiPjxwYXRoIGQ9Ik0gNy4yMTg3NSA1Ljc4MTI1IEwgNS43ODEyNSA3LjIxODc1IEwgMTQuNTYyNSAxNiBMIDUuNzgxMjUgMjQuNzgxMjUgTCA3LjIxODc1IDI2LjIxODc1IEwgMTYgMTcuNDM3NSBMIDI0Ljc4MTI1IDI2LjIxODc1IEwgMjYuMjE4NzUgMjQuNzgxMjUgTCAxNy40Mzc1IDE2IEwgMjYuMjE4NzUgNy4yMTg3NSBMIDI0Ljc4MTI1IDUuNzgxMjUgTCAxNiAxNC41NjI1IFoiLz48L3N2Zz4=);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .aeblog-search-form.container-fluid .aeblog-search-btn-wrap::before {
    top: 14px;
    right: 10px;
  }
}
.aeblog-search-form.container-fluid .aeblog-search-fields {
  border-bottom: 0.0625rem solid var(--wp--preset--color--foreground);
  display: flex;
  padding: 0 0.3125rem;
}
.aeblog-search-form.container-fluid .aeblog-search-fields .aeblog-search-box {
  position: relative;
  width: max-content;
}
.aeblog-search-form.container-fluid .aeblog-search-fields .aeblog-search-box .search-field {
  border: none;
  outline: none;
  height: 2.75rem;
  width: 40.625rem;
  padding: 0 0.625rem;
  font-family: var(--wp--preset--font-family--aldine-721-bt);
  font-size: var(--wp--preset--font-size--h-3);
  font-weight: 700;
  line-height: 1.16;
  color: var(--wp--preset--color--foreground);
}
.aeblog-search-form.container-fluid .aeblog-search-fields .aeblog-search-box .search-field::placeholder {
  color: var(--wp--preset--color--foreground);
}
@media screen and (max-width: 768px) {
  .aeblog-search-form.container-fluid .aeblog-search-fields .aeblog-search-box .search-field {
    width: 17.1875rem;
    font-size: var(--wp--preset--font-size--h-5);
    line-height: 1.25;
  }
}
.aeblog-search-form.container-fluid .aeblog-search-fields .search-icon-wrap {
  display: flex;
  padding: 0 0.25rem;
}
.aeblog-search-form.container-fluid .aeblog-search-fields .search-icon-wrap .aeblog-close-icon {
  display: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABGdBTUEAALGPC/xhBQAAA4dJREFUWAnVmU1PE1EUhmcmIUQoSyppAimBJTt+iB/RuHRPZKVria5lZ9y7NBiJP4QdSwwNJBXKkoIhJNT3GecM03bu9E4tg96EnJl7z8cz5372EgZjlqOjo5Xr6+tHMl8Pw7Ah2ej1eshA722Jtt6Re1NTU9+XlpZ+0Fa2hGUMTk5O6peXl68U+Ins1srYSndf4LszMzMfFxYWOr62XoCdTqd2cXHx+ubm5o0c13ydO/S6URR9mJ2d3a7X612HTlo9ErDVaj0V2Cdl7WFqNYEHZfNUoBvNZvNbkbvI1Sig8PDwcEtwXycNR0x84psYxHJx5DYcHx8/0AT4LMPnLsNJ1iubO5pILxcXF38N+h3KIF9TJRxAJCKJOZSwIUCNubdVZS6bLWISO1vHcx9xMiEYc331g0Z39a6u7mniPMtOnBSEpaTb7R4IbqKztezHMLtrtdqqLUFpF7PO3TccHwMDLPZhcQbZIVTJVuS9CE9PTwdXV1fmp1CW0U0cdbWQr7DjxBnU9rVZBm5+fj5oNBqBnBSC0YgOutiUKDW2VPRjQKX1sa8xgebm5jgQBBonhZDAoYMuNmUgxcR+H4TJqeTAB5CuIhsEtCJHgSZYoCFiVbHMwlkDuu1223toaPFejZIjk/kolIw5YAhkJS+TLjhsfcct/mGji9ctmI8kU0WQRXCDWfaItx4pA/Eh00M5VSmCtDFnyq4hYO1FEjYyWBoQpy5In/FZBDXQ1oj0hWMBuiAtwN9kLuMjzuDtiLeWf0f2GIM/x+XJmxDmi64etU6arkvCxhjkl1fpkgdHt/JnZQKQbcZgaUAXHMtP0RJk4L4SNjK452uAXhEcM9s1u8fs7r2IH9W+gGx1PutcESQ+fAtsUfKLf9/HiG1Kh9pUlfFGlwI0WPIgsS2x1e3DRhez+e8OBnC9n52dBefn5/FkcMGZbRYSG2x9izH9HwfW+OSq6wjfr0OvRFeV0sU3VyN2fxN3MZWandtK6ynP91lggMUYUkDNTi51NqRwu9KaVkWS2DDAYiFTQCqausiR0jtrrFoSG4Zs3Nuze1KrpYNLoy+SldzLGIzgdpaXl1+QRatD9mWQChS4yMGA9yoKsZKYfXDEHsqgAZHJ1p97mi2erX6SkmToj259z3Oe75GBBXmvF5gjAfkq7Rj/7hVwNu3JJfqmupwf+mvZNo/nu7tEzwte1b8hfgO3tURqUtsdGQAAAABJRU5ErkJggg==);
  height: 20px;
  width: 20px;
  align-self: center;
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: bottom;
  cursor: pointer;
}
.aeblog-search-form.container-fluid .aeblog-search-fields .search-icon-wrap .aeblog-search-icon {
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNC40ODAyIDIxLjg2NkwyMS4xNDAxIDE4LjU5NDFDMjAuNjQyIDE4LjEwNjEgMTkuODgwMiAxNy45NjI2IDE5LjIzNTYgMTguMjIxQzE5LjIzNTYgMTguMjIxIDE5LjIzNTYgMTguMTkyMyAxOS4yMDYzIDE4LjE5MjNMMTcuNTk0OCAxNi42MTM3QzIxLjExMDggMTIuNzM5IDIwLjk2NDMgNi43OTc3OSAxNy4xODQ2IDMuMDk1MzFDMTMuMjU4NSAtMC43NTA2ODIgNi44NzEyMiAtMC43NTA2ODIgMi45NDUwOSAzLjA5NTMxQy0wLjk4MTA0NCA2Ljk0MTMgLTAuOTgxMDQ0IDEzLjE5ODIgMi45NDUwOSAxNy4wNDQyQzQuOTA4MTUgMTguOTY3MiA3LjQ4NjUxIDE5LjkxNDMgMTAuMDY0OSAxOS45MTQzQzEyLjQ2NzQgMTkuOTE0MyAxNC44NDA3IDE5LjA4MiAxNi43NDUxIDE3LjQxNzNMMTguMzI3MyAxOC45NjcyQzE3Ljk0NjQgMTkuNjI3MyAxOC4wMzQzIDIwLjQ1OTcgMTguNjIwMyAyMS4wMzM3TDIxLjk2MDQgMjQuMzA1N0MyMi4zMTIgMjQuNjUwMSAyMi43NTE1IDI0LjgyMjMgMjMuMTkxIDI0LjgyMjNDMjMuNjMwNSAyNC44MjIzIDI0LjA5OTMgMjQuNjUwMSAyNC40MjE2IDI0LjMwNTdDMjUuMTgzNCAyMy42MTY4IDI1LjE4MzQgMjIuNTI2MiAyNC40ODAyIDIxLjg2NlpNMy44MjM3NCAxNi4yMTE5QzAuMzY2Mzk4IDEyLjgyNTEgMC4zNjYzOTggNy4zMTQ0MyAzLjgyMzc0IDMuODk4OTdDNS41NTI0MSAyLjIwNTU4IDcuODM3NzcgMS4zNDQ1NCAxMC4wOTM4IDEuMzQ0NTRDMTIuMzc5MiAxLjM0NDU0IDE0LjYzNTIgMi4yMDU1OCAxNi4zNjM5IDMuODk4OTdDMTkuODUwNiA3LjMxNDQzIDE5Ljg1MDYgMTIuODI1MSAxNi4zOTMyIDE2LjIxMTlDMTIuOTM1OSAxOS42MjczIDcuMjgxMDggMTkuNjI3MyAzLjgyMzc0IDE2LjIxMTlaTTIyLjgzOTIgMjMuNTAyQzIzLjA3MzYgMjMuNzMxNiAyMy40MjUyIDIzLjczMTYgMjMuNjU5NiAyMy41MDJDMjMuODk0IDIzLjI3MjQgMjMuODk0IDIyLjg5OTIgMjMuNjU5NiAyMi42Njk2TDIwLjMxOTQgMTkuNDI2NEMyMC4yMDIyIDE5LjMxMTYgMjAuMDU1NyAxOS4yNTQyIDE5LjkwOTMgMTkuMjU0MkMxOS43NjI4IDE5LjI1NDIgMTkuNjE2MyAxOS4zMTE2IDE5LjQ5OTEgMTkuNDI2NEMxOS4yNjQ3IDE5LjY1NiAxOS4yNjQ3IDIwLjAwMDQgMTkuNDk5MSAyMC4yM0wyMi44MzkyIDIzLjUwMloiIGZpbGw9IiMzMzMzMzMiLz4KPC9zdmc+Cg==);
  height: 20px;
  width: 20px;
  align-self: center;
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: bottom;
}

/* Search Results Container */
.aeblog-search-result.container-fluid {
  overflow-y: scroll;
  max-height: 100%;
  margin-top: 1.125rem;
}
.aeblog-search-result.container-fluid .aeblog-search-results .search-result-for-text,
.aeblog-search-result.container-fluid .aeblog-search-results .found-results {
  font-size: var(--wp--preset--font-size--compact);
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-align: center;
}
.aeblog-search-result.container-fluid .aeblog-search-results .search-result-for-text {
  display: block;
  margin-top: 2rem;
}
.aeblog-search-result.container-fluid .aeblog-search-results .search-result-for-text .searched-term {
  text-transform: none;
}
.aeblog-search-result.container-fluid .view-all-button {
  display: none;
  align-self: center;
  margin-top: 1.25rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.aeblog-search-result.container-fluid .aeblog-tag-cloud-row .top-searches {
  font-family: var(--wp--preset--font-family--aldine-721-bt);
  font-size: var(--wp--preset--font-size--h-5);
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.01em;
  margin: 1.6875rem 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .aeblog-search-result.container-fluid .aeblog-tag-cloud-row .top-searches {
    margin: 1rem 0 0.625rem;
  }
}
.aeblog-search-result.container-fluid .aeblog-tag-cloud-row .aeblog-tag-cloud-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.625rem;
  padding-block: 0.0625rem;
}
.aeblog-search-result.container-fluid .aeblog-tag-cloud-row .aeblog-tag-cloud-wrapper a {
  border: 0.0625rem solid var(--wp--preset--color--tertiary);
  padding: 0.5rem;
  border-radius: 0.3125rem;
  font-family: var(--wp--preset--font-family--avenir-next-lt-pro);
  font-size: var(--wp--preset--font-size--compact) !important;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-align: left;
  text-decoration: none;
  color: var(--wp--preset--color--foreground);
}
@media screen and (max-width: 768px) {
  .aeblog-search-result.container-fluid .aeblog-tag-cloud-row .aeblog-tag-cloud-wrapper a {
    font-size: var(--wp--preset--font-size--x-small) !important;
    padding: 0.25rem;
    line-height: 1.5;
  }
}
.aeblog-search-result.container-fluid .aeblog-tag-cloud-row .aeblog-tag-cloud-wrapper a:hover {
  color: var(--wp--preset--color--primary);
}
.aeblog-search-result.container-fluid .aeblog-search-result-loading {
  display: none;
  text-align: center;
  font-size: var(--wp--preset--font-size--tiny);
  padding: 1.5rem 0;
}

.aeblog-loading {
  display: flex;
  justify-content: center;
}

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