/* Editor and front-end block harmony */
.editor-styles-wrapper {
  background: #0a0a0f;
  color: #f0eff4;
}

.editor-styles-wrapper p,
.editor-styles-wrapper li {
  color: #8b8a97;
}

.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4 {
  color: #f0eff4;
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
}

.wp-block-group.ak-value-strip {
  background: linear-gradient(
    135deg,
    rgba(124, 58, 237, 0.08) 0%,
    rgba(168, 85, 247, 0.04) 100%
  );
  border: 1px solid rgba(124, 58, 237, 0.15);
  border-radius: 16px;
  padding: 2rem;
}

.wp-block-group.ak-pull-quote {
  border-left: 2px solid #7c3aed;
  padding: 1.25rem 1.5rem;
  background: #111118;
  border-radius: 0 8px 8px 0;
}
