.edit-cta {
  background: #fff;
  color: #172033;
  border-color: #fff;
}

.brand-logo {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(0, 195, 255, .45);
}

.ai-cta {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 7px 20px rgba(91, 76, 240, .28);
}

.subscribe-cta {
  background: #25c77b;
  color: #071b13;
  border-color: #25c77b;
}

.pricing-dialog {
  max-width: 470px;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin: 18px 0;
}

.price strong {
  font-size: 2.4rem;
  color: var(--accent);
}

.price span {
  color: var(--muted);
  font-weight: 700;
}

.plan-list {
  padding-left: 21px;
  line-height: 1.9;
  color: #394258;
}

.preview-actions {
  display: flex !important;
  align-items: center;
  gap: 8px;
}

.workflow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  margin: -8px 0 22px;
  padding: 7px;
  border: 1px solid #e1e5ed;
  border-radius: 12px;
  background: #f7f8fb;
}

.workflow button {
  border: 0;
  border-radius: 8px;
  padding: 8px 5px;
  background: transparent;
  color: #566176;
  font: inherit;
  font-size: .7rem;
  font-weight: 800;
  cursor: pointer;
}

.workflow button:hover {
  background: #fff;
  color: var(--accent);
}

.workflow span {
  display: inline-grid;
  place-items: center;
  width: 19px;
  height: 19px;
  margin-right: 3px;
  border-radius: 50%;
  background: #e6e8f0;
  color: #3f4960;
}

body.full-edit #panel-basics,
body.full-edit #panel-summary,
body.full-edit #panel-experience,
body.full-edit #panel-education,
body.full-edit #panel-skills {
  display: block;
  margin-bottom: 36px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e3e7ee;
  animation: none;
}

body.full-edit #panel-tailor,
body.full-edit #panel-review,
body.full-edit #panel-design {
  display: none;
}

body.full-edit #panel-basics::before,
body.full-edit #panel-summary::before,
body.full-edit #panel-experience::before,
body.full-edit #panel-education::before,
body.full-edit #panel-skills::before {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
}

body.full-edit #panel-basics::before { content: "CONTACT INFORMATION"; }
body.full-edit #panel-summary::before { content: "PROFESSIONAL SUMMARY"; }
body.full-edit #panel-experience::before { content: "WORK EXPERIENCE"; }
body.full-edit #panel-education::before { content: "EDUCATION & CERTIFICATIONS"; }
body.full-edit #panel-skills::before { content: "SKILLS"; }

.ai-suggestion-section {
  margin-top: 30px;
}

.wording-suggestions {
  display: grid;
  gap: 12px;
}

.wording-card {
  border: 1px solid #dde2eb;
  border-radius: 12px;
  padding: 14px;
  background: #fff;
}

.wording-card small {
  color: #7a8497;
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .1em;
}

.wording-card p {
  margin: 5px 0 12px;
  line-height: 1.45;
  font-size: .84rem;
}

.suggested-copy {
  border-left: 3px solid var(--accent);
  padding-left: 11px;
}

.wording-card button,
.needed-skills button {
  border: 1px solid #d8d4ff;
  border-radius: 8px;
  background: #f4f2ff;
  color: #4e42d0;
  padding: 8px 11px;
  font: inherit;
  font-size: .75rem;
  font-weight: 800;
  cursor: pointer;
}

.verify-note {
  color: #8a5b22;
  font-size: .74rem;
  font-weight: 800;
}

.needed-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.needed-skills button span {
  margin-right: 5px;
  font-size: 1rem;
}

.skills-complete {
  border: 1px solid #bee7d2;
  border-radius: 10px;
  padding: 12px;
  background: #effbf5;
  color: #1f6f49;
  font-weight: 800;
}

.preview-edit {
  border: 1px solid #cbd1dc;
  background: #fff;
  color: #29344a;
  border-radius: 8px;
  padding: 8px 12px;
  font: inherit;
  font-size: .78rem;
  font-weight: 800;
  cursor: pointer;
}

.preview-edit:hover {
  border-color: var(--accent);
  color: var(--accent);
}

@media (max-width: 700px) {
  .edit-cta,
  .ai-cta,
  .subscribe-cta {
    display: inline-flex !important;
    font-size: .76rem;
    padding: 9px !important;
  }

  .top-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .brand span:last-child {
    display: none;
  }

  .workflow {
    grid-template-columns: repeat(5, minmax(68px, 1fr));
    overflow-x: auto;
  }
}
