/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./blocks/legacy/blog_hero/view.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.blog-hero-content {
  padding-top: var(--wp--preset--spacing--large);
  padding-bottom: var(--wp--preset--spacing--small);
}

.blog-hero-filter-bar {
  min-height: 70px;
  background-color: var(--wp--preset--color--primary);
}

.blog-hero-filters-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 70px;
  gap: 15px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .blog-hero-filters-container {
    height: auto;
    padding: 15px 20px;
    gap: 15px;
    justify-content: center;
    text-align: center;
  }
}

.blog-hero-filters-container span {
  color: white;
  font-size: 1.25rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .blog-hero-filters-container span {
    font-size: 1.1rem;
    width: 100%;
  }
}

.blog-hero-filters-container select {
  background-color: transparent;
  color: white;
  border: none;
  padding: 8px 30px 8px 0;
  font-size: 1.25rem;
  font-weight: bold;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.6%205.4-7.9%205.4-12.9%200-5-1.9-9.2-5.5-12.7z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 12px;
  min-width: 100px;
  width: auto;
}

@media (max-width: 768px) {
  .blog-hero-filters-container select {
    font-size: 1.1rem;
    width: auto;
    min-width: 100px;
    max-width: calc(50% - 10px);
  }
}

@media (max-width: 480px) {
  .blog-hero-filters-container select {
    width: 100%;
    max-width: 100%;
  }
}

.blog-hero-filters-container select option {
  background-color: var(--wp--preset--color--primary);
  color: white;
}

.blog-hero-filters-container select:focus {
  outline: none;
}

.clear-filters-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em;
  padding-top: 0;
}

.clear-filters {
  color: var(--wp--preset--color--primary-dark);
  text-decoration: underline;
  background-color: transparent;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.8;
  cursor: pointer;
  text-align: center;
}

@media (max-width: 768px) {
  .clear-filters {
    font-size: 1.1rem;
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}

.clear-filters:hover {
  opacity: 0.9;
}

#blog-search-wrapper {
  position: relative;
  display: flex;
  gap: 15px;
  max-width: 1200px;
}

#blog-search-wrapper .input-wrapper {
  position: relative;
  display: flex;
  flex: 1;
}

#blog-search-wrapper .input-wrapper:before {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: var(--wp--preset--color--primary);
  position: absolute;
  left: 15px;
  top: 50%;
  display: block;
  z-index: 3;
  transform: translateY(-50%);
}

#blog-search-wrapper button {
  background-color: var(--wp--preset--color--primary-dark);
  color: white;
  border: none;
  min-width: 200px;
  width: auto;
  cursor: pointer;
  min-height: 60px;
  border-radius: 4px;
}

#blog-search-wrapper button:after {
  color: var(--wp--preset--color--primary-dark);
}

@media (max-width: 768px) {
  #blog-search-wrapper {
    flex-direction: column;
    gap: 15px;
  }
  #blog-search-wrapper button {
    width: 100%;
  }
}

#blog-search-bar {
  background-color: var(--wp--preset--color--secondary-cream);
  border: 1px solid var(--wp--preset--color--primary);
  flex: 1;
  display: flex;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
}

#blog-search-bar select:focus, #blog-search-bar select:focus-visible,
#blog-search-bar input:focus,
#blog-search-bar input:focus-visible {
  outline: none;
  background-color: rgba(0, 57, 47, 0.031372549) !important;
}

#blog-search-bar {
  /* padding: 15px 15px 15px 45px; */
}

@media (max-width: 768px) {
  #blog-search-bar {
    flex-direction: column;
  }
  #blog-search-bar .input-wrapper {
    width: 100%;
  }
  #blog-search-bar select,
  #blog-search-bar .dropdown-wrapper {
    width: 100% !important;
  }
}

#blog-hero-search {
  border: none;
  position: relative;
  border-radius: 4px;
  background-color: var(--wp--preset--color--secondary-cream);
  border: 1px solid var(--wp--preset--color--primary);
  padding: 15px 15px 15px 45px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: none !important;
}

.blog-hero-recommended-searches {
  padding-top: 5px;
  padding-bottom: 20px;
  max-width: 1200px !important;
}

@media (max-width: 768px) {
  .blog-hero-recommended-searches {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.blog-hero-recommended-searches span {
  display: none; /* Hide the "Recommended Searches:" text */
}

.blog-hero-recommended-searches ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 768px) {
  .blog-hero-recommended-searches ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 0;
    gap: 5px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
  }
  .blog-hero-recommended-searches ul::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
  }
  .blog-hero-recommended-searches ul {
    /* Add momentum-based scrolling for iOS */
    -webkit-overflow-scrolling: touch;
    /* Ensure the container takes full width */
    width: 100%;
    margin: 0 -15px !important;
    padding: 10px 15px;
  }
}

.blog-hero-recommended-searches li {
  margin: 0;
  padding: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .blog-hero-recommended-searches li {
    display: inline-block;
    margin-right: 0;
    flex: 0 0 auto;
    white-space: nowrap;
    transition: opacity 0.4s ease, transform 0.4s ease;
    /* Add animation for appearing items */
  }
  .blog-hero-recommended-searches li.showing {
    animation: pillAppear 0.4s ease forwards;
  }
  .blog-hero-recommended-searches li {
    /* Add animation for hiding items */
  }
  .blog-hero-recommended-searches li.hiding {
    animation: pillDisappear 0.4s ease forwards;
  }
}

.blog-hero-recommended-searches a {
  color: var(--wp--preset--color--primary-dark);
  text-decoration: underline;
  font-weight: bold;
  transition: all 0.3s ease;
  padding: 12px 0;
}

.blog-hero-recommended-searches a:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .blog-hero-recommended-searches a {
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    padding: 6px 11px;
    border-radius: 20px;
    background-color: transparent;
    border: 1px solid rgba(0, 57, 47, 0.1882352941);
    white-space: nowrap;
    transition: all 0.3s ease;
  }
  .blog-hero-recommended-searches a:hover {
    background-color: rgba(var(--wp--preset--color--primary-dark-rgb, 0, 0, 0), 0.05);
  }
}

.has-left-white-border {
  position: relative;
}

.has-left-white-border:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: white;
}

/* Animations for mobile pill buttons */

@keyframes pillAppear {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pillDisappear {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}

/*# sourceMappingURL=view.css.map*/