.c4y-bsearch {
  max-width: 36rem;
  margin: 2rem 0 2rem;
}

.c4y-bsearch__box {
  position: relative;
}

.c4y-bsearch__icon {
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 1.25rem;
  height: 1.25rem;
  color: #6b7280;
  transform: translateY(-50%);
  pointer-events: none;
}

.c4y-bsearch input.c4y-bsearch__input[type="search"] {
  display: block;
  width: 100% !important;
  height: 50px !important;
  min-height: 50px !important;
  padding: 0.75rem 0.875rem 0.75rem 3rem !important;
  border: 1px solid #d7dce6 !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: rgb(20, 31, 56) !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  outline: 0 !important;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.c4y-bsearch input.c4y-bsearch__input[type="search"]::placeholder {
  color: #6b7280;
}

.c4y-bsearch input.c4y-bsearch__input[type="search"]:focus,
.c4y-bsearch input.c4y-bsearch__input[type="search"]:focus-visible {
  border-color: #d7dce6 !important;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px hsl(108 52% 55%) !important;
}

.c4y-bsearch__submit {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.c4y-blog-empty {
  width: 100%;
  margin: 0 0 2rem;
}

.c4y-blog-empty__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 200px;
  padding: 2rem 1rem;
  border-radius: 16px;
  background: transparent;
  text-align: center;
}

.c4y-blog-empty__title {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #6b7280;
}

.c4y-blog-empty__clear {
  appearance: none;
  -webkit-appearance: none;
  min-height: 42px;
  padding: 0.65rem 1.25rem;
  border: 1px solid #d7dce6;
  border-radius: 12px;
  background: #fff;
  color: rgb(20, 31, 56);
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.c4y-blog-empty__clear:hover {
  border-color: rgb(104, 200, 81);
  background: rgb(104, 200, 81);
  color: #fff;
  box-shadow: 0 10px 24px -12px rgba(104, 200, 81, 0.55);
}

@media (min-width: 1025px) {
  .c4y-bsearch input.c4y-bsearch__input[type="search"] {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}

@media (max-width: 767px) {
  .c4y-bsearch input.c4y-bsearch__input[type="search"] {
    font-size: 18px !important;
    line-height: 28px !important;
  }
}
