.tag-search-section .hs-search-field {
  position: relative;
}
.tag-search-section .title-desc-box{
  margin-bottom:17px;
}
.tag-search-section .hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}
.tag-search-section .hs-search-field__bar button{
  padding: 0;
    background: none;
    outline: none;
    width: max-content;
    max-width: max-content;
    min-width: max-content;
    height: max-content;
  position: absolute;
    right: 16px;
    top: 7px;
}
.tag-search-section .hs-search-field__bar button svg {
  width:33px;
  height:33px;
}
.tag-search-section .hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tag-search-section .hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
}
.tag-search-section .hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.tag-search-section .hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.tag-search-section .hs-search-field__suggestions a,
.tag-search-section .hs-search-field__suggestions #results-for {
  display: block;
}
.tag-search-section .hs-search-field__suggestions a:hover,
.tag-search-section .hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}
body .tag-search-section form.blog-tag-filter-v2 select{
  background: url(https://www.cerby.com/hubfs/cerby-theme-2025/assets/images/report-arrows.svg) no-repeat calc(100% - 12px) center;
  border-radius: 8px;
  height: 48px;
}
body .tag-search-section form.blog-tag-filter-v2 select option{
 text-transform:uppercase;
}
.tag-bl-section .tag_list-box {
    display: flex;
    flex-wrap: wrap;
    gap: 38px;
    list-style-type: none;
    margin: 0;
    padding-left: 0 !important;
}
.tag-bl-section .tag-li a {
  {#background-color: rgba(11, 24, 44, .05);#}
  {#border: 1px solid #3c4656;#}
    border-radius: 8px;
    color: #919191;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    padding: 0px;
    text-decoration: none;
}
.tag-bl-section .tag-li a:hover, .tag-bl-section .tag-li.active a {
    color: var(--color-black-primary-title-text);
    text-decoration: underline;
    text-decoration-color: var(--color-secondary);
    text-decoration-thickness: 2px;
   text-underline-offset: 9px;
  font-weight: 400;
}
.tag-search-section .hs-search-field input[type=search], .tag-search-section .hs-search-field input[type=text]{
  background-color: #fff;
    border: 1px solid #ced1d5;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 500;
    height: 48px;
  padding: 0 0 0 47px;
}
.tag-search-section .hs-search-field__bar:after{
  background-image: url(https://www.cerby.com/hubfs/cerby-theme-2025/assets/images/Group%201171276313.svg);
    background-repeat: no-repeat;
  height: 14px;
  width:14px;
  background-size: contain;
  left:19px;
}
.tag-bl-section .tag-li.featured{display:none;}
@media (min-width:768px){
  .tag-search-section .hs-search-field {
    max-width: 319px;
      margin-left: auto;
  }
  body .tag-search-section form.blog-tag-filter-v2 select{
    max-width:250px;
  }
}
@media (max-width:767px){
  body .tag-search-section form.blog-tag-filter-v2 {
    margin-bottom:40px;
  }
  body .tag-search-section form {
    max-width:100%!important;
  }
  .tag-search-section .hs-search-field{
    margin-top:40px;
  }
  .tag-bl-section .tag_list-box{
    gap: 20px;
  }
}