.caja-leccion {
  margin-top: 0.75rem;
  padding: 0.85rem 1rem;
  background: rgba(122, 97, 161, 0.15);
  border-left: 4px solid var(--primary);
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.45;
}

.cv-editor-intro {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.cv-preview-mini {
  margin-bottom: 1rem;
}

.cv-preview-frame {
  background: #fff;
  border-radius: var(--radius-sm);
  padding: 0.5rem;
  max-height: 220px;
  overflow: auto;
  border: 1px solid rgba(122, 97, 161, 0.35);
}

.cv-preview-inner {
  transform: scale(0.42);
  transform-origin: top left;
  width: 240%;
  pointer-events: none;
}

.cv-preview-inner .cv {
  padding: 8mm;
  font-family: "Segoe UI", system-ui, sans-serif;
  color: #1e1b2e;
  font-size: 11pt;
  line-height: 1.35;
}

.cv-preview-inner .cv-head {
  border-bottom: 2px solid #7a61a1;
  margin-bottom: 8px;
  padding-bottom: 6px;
}

.cv-preview-inner h1 {
  font-size: 14pt;
  color: #4a3d6b;
  margin: 0 0 4px;
}

.cv-preview-inner .cv-contacto {
  font-size: 8pt;
  color: #64748b;
}

.cv-preview-inner .cv-sec h2 {
  font-size: 7pt;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #7a61a1;
  margin: 6px 0 2px;
}

.cv-preview-inner .cv-sec p,
.cv-preview-inner .cv-sec li {
  font-size: 7.5pt;
  color: #334155;
}

.cv-preview-inner .cv-pie {
  display: none;
}

.cv-form {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.cv-campo textarea {
  width: 100%;
  min-height: 4rem;
  padding: 0.65rem 0.75rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--surface-2);
  color: var(--text);
  font-family: inherit;
  font-size: 0.9rem;
  resize: vertical;
}

.cv-acciones {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}

@media (min-width: 480px) {
  .cv-acciones {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .cv-acciones .btn {
    flex: 1;
    min-width: 140px;
  }
}
