.disc-proposal-selector {
  margin-bottom: 20px;
  padding: 15px;
  background: #f5f5f5;
  border-radius: 6px;
}

.disc-proposal-selector label {
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}

#disc-proposal-select {
  width: 100%;
  max-width: 400px;
  padding: 8px;
  font-size: 1em;
}

.disc-proposal-hint {
  margin-top: 8px;
  font-size: 0.85em;
  color: #666;
}

.badge-success {
  background: #4caf50;
  color: white;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 0.75em;
}

.badge-warning {
  background: #ff9800;
  color: white;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 0.75em;
}

.badge-danger {
  background: #f44336;
  color: white;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 0.75em;
  margin-left: 6px;
}

.discovery-dashboard-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 12px;
}

.discovery-dashboard-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.disc-card-name {
  font-size: 1.1em;
}

.disc-card-grado {
  margin-left: 6px;
}

.discovery-dashboard-card-meta {
  font-size: 0.85em;
  color: #666;
  margin-bottom: 10px;
}

.discovery-dashboard-card-link {
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.disc-link-configured {
  background: #f5f5f5;
}

.disc-link-label {
  font-size: 0.8em;
  color: #666;
  display: block;
  margin-bottom: 4px;
}

.disc-link-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.disc-link-input {
  flex: 1;
  padding: 6px;
  font-size: 0.85em;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.btn-copy-link {
  padding: 6px 12px;
  background: #e8f5e9;
  border: 1px solid #4caf50;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.85em;
  white-space: nowrap;
}

.disc-link-empty {
  background: #fff3e0;
  border: 1px solid #ffcc80;
}

.disc-link-hint {
  font-size: 0.85em;
  color: #e65100;
  margin: 0;
}

.discovery-dashboard-card-answers {
  border-top: 1px solid #eee;
  padding-top: 10px;
}

.disc-answers-title {
  font-size: 0.85em;
  color: #666;
  margin-bottom: 8px;
}

.disc-no-answers {
  color: #999;
}

.onb-feedback--visible {
  display: inline !important;
}

.onb-feedback--success {
  color: #28a745;
}
