.tag-search-section .hs-search-field {
  position: relative;
}
.tag-search-section .hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}
.tag-search-section .hs-search-field__bar button svg {
  height: 10px;
}
.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: 8px;
    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: var(--color-black-primary-body-text);
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 120%;
    padding: 8px;
    text-decoration: none;
  text-transform:uppercase;
}
.tag-bl-section .tag-li a:hover, .tag-bl-section .tag-li.active a {
    background-color: var(--color-background);
    color: #fff;
}
@media (min-width:768px){
  .tag-search-section .hs-search-field {
    max-width: 500px;
      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;
  }
}