.ec3-saved-panel {
  margin-top: 1.25rem;
  padding: 1.25rem;
  background: linear-gradient(145deg, #0d3d2a 0%, #081225 100%);
  border: 1px solid #2d8a5e;
  border-radius: 8px;
}

.ec3-saved-panel-review {
  background: linear-gradient(145deg, #0f2142 0%, #081225 100%);
  border-color: #003399;
}

.ec3-saved-title {
  margin: 0 0 0.5rem;
  font-weight: 700;
  color: #b8f0d0;
  font-size: 1rem;
}

.ec3-saved-panel-review .ec3-saved-title {
  color: #ffcc00;
}

.ec3-saved-text {
  margin: 0 0 0.35rem;
  color: #dce6f2;
  font-size: 0.9rem;
}

.ec3-saved-meta {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  color: #8fa3bf;
}

.ec3-saved-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
}

.ec3-saved-note {
  margin: 0;
  font-size: 0.75rem;
  color: #7eb8ff;
}

.ec3-resume-strip {
  margin: 1rem 0 0;
  padding: 0.75rem 1rem;
  background: rgba(0, 51, 153, 0.35);
  border: 1px solid #1d3557;
  border-radius: 6px;
  font-size: 0.85rem;
  color: #c5d4e8;
}

.ec3-resume-strip a {
  color: #ffcc00;
  font-weight: 600;
  text-decoration: none;
}

.ec3-resume-strip a:hover {
  text-decoration: underline;
}

.ec3-resume-link {
  margin-right: 0.35rem;
}

.ec3-saved-panel-progress {
  background: linear-gradient(145deg, #1a2a4a 0%, #081225 100%);
  border-color: #f0b90b;
}

.ec3-saved-panel-progress .ec3-saved-title {
  color: #f0b90b;
}

.d-none {
  display: none !important;
}
