/* Target Publication Select - isolated */

.elevate-target-select-card {
  margin: 18px 0;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.14), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 14px 42px rgba(15, 23, 42, 0.07);
}

.elevate-target-select-card__head {
  margin-bottom: 12px;
}

.elevate-target-select-card__head span {
  display: block;
  color: #0f172a;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.elevate-target-select-card__head small {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.45;
}

.elevate-target-select {
  min-height: 46px;
  border-radius: 15px !important;
  border: 1px solid rgba(15, 23, 42, 0.14) !important;
  background-color: #ffffff !important;
  font-weight: 800;
  color: #0f172a !important;
}

.elevate-target-select:focus {
  border-color: rgba(37, 99, 235, 0.58) !important;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12) !important;
}
