:host {
  display: block;
}

.search {
  position: sticky;
  z-index: 1;
  top: 0;

  padding: 4px 0;

  background: var(--color-gray-fff);

  &::before {
    content: '';

    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;

    height: 10px;

    background: inherit;
  }
}

.option {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: unset;
}
