{# search input #}
.blog_searchbar {
  display: flex;
  justify-content: space-between;
  width: 100%; 
  max-width: 50%;
  height: 4.4rem;
  margin: 0 auto;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #9E9E9E;
  background-color: #fff; 
}


.blog_searchbar input {
  border: none;
  outline: none;
  flex: 1; 
  padding: 0.5rem 1rem; 
  color: #333;
  font-size: 1.6rem;
  font-style: normal;
}

.blog_searchbar input::placeholder {
  color: #333;
}

.blog_searchbar .blog_img_container {
  background: #DD5B5B; 
  padding: 0px 6px;
  height: 100%;
  border-radius: 0 4px 4px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog_searchbar .blog_img_container img {
  width: 24px;
  height: 24px;
}

{# search Results #}
.bl_searchResults{
  margin: 3.2rem 0 !important;
}

.alert-message {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: start;
  white-space: nowrap
}