/* Soft theme overrides so the chord embed matches the light ChordFinding shell */
#ci-chordfinder-root.ci-chordfinder-embed {
  color: #0f172a;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

#ci-chordfinder-root .ci-embed-intro {
  font-size: 15px !important;
  color: #64748b;
  font-weight: 500;
  margin-bottom: 4px;
}

#ci-chordfinder-root .ci-source-bar {
  margin: 16px 8px 8px;
  padding: 18px 12px;
  border: 1.5px dashed #cbd5e1;
  border-radius: 16px;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

#ci-chordfinder-root .ci-source-btn {
  border-radius: 999px !important;
  border: 1px solid #e2e8f0 !important;
  background: #fff !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04) !important;
  font-weight: 600 !important;
}

#ci-chordfinder-root .ci-source-btn:hover {
  border-color: #99f6e4 !important;
  background: #f0fdfa !important;
  box-shadow: 0 4px 12px rgba(15, 118, 110, 0.08) !important;
}

#ci-chordfinder-root .modern-btn {
  border-radius: 999px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

#ci-chordfinder-root .ci-chord-display {
  background: #f8fafc !important;
  border-color: #e2e8f0 !important;
}

#ci-chordfinder-root .ci-chord-label {
  color: #0f766e !important;
}

#ci-chordfinder-root .pro-benefits-cta {
  border-radius: 999px !important;
  background-color: #0f766e !important;
  box-shadow: 0 8px 20px rgba(15, 118, 110, 0.3) !important;
}
#ci-chordfinder-root .pro-benefits-cta:hover {
  background-color: #0d9488 !important;
}

#ci-chordfinder-root .btn-unlock-chords-modal {
  border-radius: 999px !important;
  background-color: #0f766e !important;
}
#ci-chordfinder-root .btn-unlock-chords-modal:hover {
  background-color: #0d9488 !important;
}
