#custom-search {
  position: absolute;
  right: 64px;
  top: 22px;
  width: 42px;
  height: 42px;
  overflow: hidden;
}
#custom-search.open {
  width: 264px;
}
/* #google-cse-input {
  display: none;
  position: absolute;
  top: 1px;
  right: 70px;
  height: 56px;
  width: 200px;
  font-size: 1.2em;
  padding: 0 1em;
  margin: 0;
} */
#google-cse-input {
  border: none;
  display: inline;
  height: 40px;
  line-height: 40px;
  font-size: 19px;
  padding: 0 50px 0 20px;
  position: absolute;
  right: 0;
  outline: none;
  z-index: 1;
  max-width: 100%;
  box-sizing: border-box;
}
#custom-search.open #google-cse-input {
  border: 1px solid #ccc;
  display: inline;
}
#google-cse-submit {
  background:url('/20250219200935oe_/https://hongkong.cochrane.org/assets/img/search.png') 8px 10px no-repeat transparent;
  border: none;
  text-indent:-999px;
  width:38px;
  height:40px;
  overflow:hidden;
  position:absolute;
  top:1px;
  right:1px;
  z-index: 2;
}
/* #custom-search.open #google-cse-submit {
  border: none;
} */
/* #google-cse-submit {
  width: 60px;
  height: 60px;
} */
#google-cse-results {
  display: none;
  position: absolute;
  background-color: #fff;
  left: 1em;
  right: 1em;
  top: 60px;
  border: 2px solid #002d64;
  z-index: 1;
}
#google-cse-results.open {
  display: block;
}
#google-cse-close {
  cursor: pointer;
  position: absolute;
  top: 0;
}
.block-cochrane-cse.clearfix::after {
  display: inline;
}
.block.block-cochrane-cse {
  margin-bottom: 0;
}
@media all and (min-width: 481px) {
  #custom-search {
    right: 0;
    width: 264px;
  }
  #google-cse-input {
    border: 1px solid #ccc;
  }
}
