.knowledge-base a.page-icon {
  position: relative;
  padding-left: 22px;
  display: inline-block;
}
.knowledge-base a.page-icon:before {
  content: "";
  position: absolute;
  background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/page-icon-blue1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 26px;
  width: 12px;
  left: 0;
  top: 0;
}
.knowledge-base ul.post-list {
  padding: 0;
  margin: 0;
}
.knowledge-base ul.post-list li {
  list-style: none;
  margin-top: 20px;
}
.knowledge-base .post-list .article-title {
  margin-bottom: 20px;
}
.knowledge-base .cy-wrapper img {
  max-height: 70px;
}
.knowledge-base .is-form-style.is-form-style-3 label {
  width: calc(100% - 36px) !important;
}
.knowledge-base form.is-search-form {
  margin: auto;
  background: #ffffff;
  box-shadow: 3px 8px 13px rgb(157 180 210 / 20%);
  border-radius: 6px;
  border: 1px solid #bebfc5;
}
.knowledge-base button.is-search-submit {
  width: 36px;
  min-width: 36px;
}
.knowledge-base button.is-search-submit:hover {
  background: transparent;
  border: none;
}
.knowledge-base .is-form-style input.is-search-input {
  border: none !important;
  height: auto;
}
.knowledge-base span.is-search-icon {
  background: transparent;
  border: none;
}
.knowledge-base button.is-search-submit:hover path,
.knowledge-base button.is-search-submit:focus-visible path {
  fill: #1863dc;
}
.hero-section form .is-form-style .is-search-submit path {
  fill: rgba(9, 44, 76, 0.3);
}
div.is-ajax-search-details,
div.is-ajax-search-result {
  z-index: 99 !important;
}
div.is-ajax-search-result {
  background: #ffffff !important;
  box-shadow: 0px 8px 26px -4px rgba(39, 40, 60, 0.12),
    inset 0px 1px 0px rgba(198, 217, 255, 0.5);
}
.is-ajax-search-post {
  padding: 20px !important;
  border-bottom: 1px solid #edf4ff !important;
}
.is-ajax-search-result .is-ajax-search-post:hover {
  background: #f1f6fd !important;
}
.is-ajax-search-post .is-title a {
  text-transform: none;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 28px;
  color: #1863dc !important;
}
.is-ajax-result-description,
.is-ajax-search-no-result {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #181818;
}
.knowledge-base .category-name img {
  height: 40px;
  width: auto;
  margin-right: 20px;
}
.cy-breadcrumb {
  padding: 12px 0;
  margin: 0;
}
.cy-breadcrumb li {
  list-style: none;
  display: inline-block;
  padding-right: 25px;
  position: relative;
}
.cy-breadcrumb li:last-child {
  padding-right: 0;
}
.cy-breadcrumb li:after {
  content: "";
  position: absolute;
  right: 7px;
  background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/right-arrow.svg);
  background-size: contain;
  height: 24px;
  width: 4px;
  background-repeat: no-repeat;
  background-position: center;
}
.cy-breadcrumb li:last-child:after {
  content: none;
}
.cy-breadcrumb li {
  font-style: normal;
  font-weight: normal;
  color: #686876 !important;
}
.cy-breadcrumb li a {
  font-style: normal;
  font-weight: normal;
  color: #27283c !important;
}
.cy-breadcrumb li a:hover {
  color: #1863dc !important;
  text-decoration: none;
}
.main-content a {
  text-decoration: underline;
}
.main-content a:hover {
  text-decoration: none;
}
