.search-box {
  position: relative;
    max-width: 300px;
    width: 80%;
}

.search-box input {
  width: 100%;
  padding: 0.65rem 2.8rem 0.65rem 1rem;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  font-size: 0.9rem;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(0,0,0,.05);
}

.search-box input:focus {
  border-color: #2563eb;
  box-shadow: 0 6px 16px rgba(37,99,235,.2);
}

.search-btn {
  position: absolute;
  right: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  cursor: pointer;
}

.search-btn img {
  width: 18px;
  opacity: 0.7;
}
