/* soa-gsc-research.css – Research-modulen: Search Console */

/* ── Flik-aktiv färg (GSC override) ─────────────────────────────────────── */

.soa-research-tab.active {
  color: #1a73e8;
  border-bottom-color: #1a73e8;
}

.soa-research-upload-area.soa-drop-active,
.soa-research-upload-area:hover {
  border-color: #1a73e8;
  background: #e8f0fe;
}

.soa-research-table tbody tr.soa-row-active {
  border-left-color: #1a73e8;
  background-color: #e8f0fe;
}

.soa-research-cluster-header {
  border-left-color: #1a73e8;
}

/* ── Projektmodal (GSC) ──────────────────────────────────────────────────── */

.soa-gsc-project-modal-overlay {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.soa-gsc-project-modal {
  background: #fff;
  border-radius: 4px;
  padding: 24px;
  max-width: 480px;
  width: 100%;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
}

.soa-gsc-project-modal h2 {
  margin: 0 0 8px;
  font-size: 18px;
}

.soa-gsc-project-modal > p {
  margin: 0 0 16px;
  color: #555;
}

#soa-gsc-project-modal-overlay .soa-research-status {
  margin-top: 12px;
  margin-bottom: 0;
}

#soa-gsc-modal-project-name {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 4px;
}

/* ── Korsreferens-notice ─────────────────────────────────────────────────── */

.soa-enriched-exists-notice {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #E1B7CE33;
  border-left: 4px solid #E1B7CE;
  padding: 10px 16px;
  margin: 16px 0;
  border-radius: 2px;
  font-size: 13px;
}

.soa-enriched-exists-notice .soa-btn-show-enriched {
  background: none;
  border: 1px solid #c084a4;
  color: #7d3456;
  border-radius: 3px;
  padding: 4px 10px;
  cursor: pointer;
  font-size: 12px;
  white-space: nowrap;
}

.soa-enriched-exists-notice .soa-btn-show-enriched:hover {
  background: #E1B7CE55;
}

/* ── Frågefilter: kategori ───────────────────────────────────────────────── */
.soa-q-filter-bar { margin-bottom: 12px; }
.soa-q-filter-bar .soa-q-cat-filter { margin-right: 4px; }
.soa-q-filter-bar .soa-q-cat-filter.active { font-weight: 600; box-shadow: inset 0 0 0 2px #2271b1; }
