.search-box .btn-round {
  border-radius: 50px;
  padding: 6px 16px;
  background: #f5f5f5;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid #ddd;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  width: auto;
  min-width: 50px;
  text-align: center;
}

.search-box .form-control {
  height: 42px;
  font-size: 15px;
  border-radius: 50px;
  padding-right: 2.5rem;
  transition: box-shadow 0.2s ease;
}

.search-box .btn-clear {
  border: none;
  background: transparent;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.search-box .btn-clear:hover {
  opacity: 0.8;
}

.search-box .search-btn {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}