.gus-dropdown-option {
  color: #0065ff;
  font-weight: 500;
  padding: 4px 8px;
  cursor: pointer;
}

.select2-results__option--highlighted .gus-dropdown-option,
.gus-dropdown-option:hover {
  color: #0052cc;
}

.gus-dropdown-option .ti {
  margin-right: 4px;
}

li.select2-results__option:has(.gus-dropdown-option) {
  background-color: #fff !important;
}

li.select2-results__option:has(.gus-dropdown-option):hover,
.select2-container--default .select2-results__option--highlighted[aria-selected]:has(.gus-dropdown-option) {
  background-color: #f5f5f5 !important;
}

.gus-preview-card {
  position: absolute;
  z-index: 100;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-size: 0.85em;
  min-width: 260px;
  max-width: 340px;
}

.gus-preview-card .gus-preview-name {
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 1.05em;
}

.gus-preview-card .gus-preview-detail {
  color: #555;
  margin-bottom: 3px;
}

.gus-preview-card .gus-preview-existing {
  color: #0065ff;
  font-style: italic;
  margin-bottom: 8px;
}

.gus-preview-card .gus-preview-actions {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  gap: 6px;
}

.gus-preview-card .gus-create-btn {
  background-color: #27AE60;
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 4px 14px;
  cursor: pointer;
  font-size: 0.95em;
}

.gus-preview-card .gus-create-btn:hover {
  background-color: #219a52;
}

.gus-preview-card .gus-create-btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.gus-preview-card .gus-cancel-btn {
  background-color: #999;
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 4px 14px;
  cursor: pointer;
  font-size: 0.95em;
}

.gus-preview-card .gus-cancel-btn:hover {
  background-color: #777;
}

.gus-preview-card .gus-error {
  color: #C70039;
  margin-top: 6px;
}

.gus-preview-card .gus-loading {
  color: #888;
  font-style: italic;
}
