.circle-detail-sidebar > .circle-sidebar-search {
  display: grid;
  gap: 9px;
  padding: 16px;
  border: 1px solid #dfe5e0;
  border-radius: 13px;
  background: #fff;
}

.circle-sidebar-search > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 2px;
}

.circle-sidebar-search > header .eyebrow {
  margin: 0;
}

.circle-sidebar-search > header small {
  color: #909a93;
  font-size: 8px;
}

.circle-sidebar-search > label {
  width: 100%;
  height: 40px;
}

.circle-sidebar-search > label > span {
  flex-basis: 36px;
}

.circle-sidebar-search > button {
  width: 100%;
  min-height: 38px;
}

.circle-sidebar-search > a {
  overflow: hidden;
  padding-top: 2px;
  color: #718078;
  font-size: 9px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .circle-detail-sidebar > .circle-sidebar-search {
    order: -1;
  }
}
