.search-wrapper {
    position: relative;
    width: 250px;
    margin: 50px auto;
  }

  #search-input {
    width: 100%;
    padding: 8px 40px 8px 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

  .search-wrapper ion-icon {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #888;
    pointer-events: none;
  }