.elementor-290 .elementor-element.elementor-element-f802d1e{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-03f15bd */.mk-article-section {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  max-width: 760px;
  margin: 0 auto;
  padding: 60px 24px;
  color: #062D60;
  background: #FFF8EC;
  line-height: 1.7;
}

.mk-article-section * {
  box-sizing: border-box;
}

.mk-eyebrow-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.mk-eyebrow {
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #F89C0C;
  font-weight: 600;
}

.mk-listen-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #062D60;
  color: #FFF8EC;
  border: none;
  padding: 10px 20px;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.mk-listen-btn:hover {
  background: #2384F4;
  transform: translateY(-1px);
}

.mk-listen-btn.mk-playing {
  animation: mk-pulse-orange 1.6s ease-in-out infinite;
}

@keyframes mk-pulse-orange {
  0%, 100% { box-shadow: 0 0 0 0 rgba(248, 156, 12, 0.6); }
  50% { box-shadow: 0 0 0 12px rgba(248, 156, 12, 0); }
}

.mk-listen-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.mk-article-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 32px 0;
  letter-spacing: -0.02em;
  color: #062D60;
}

.mk-article-title em {
  font-style: italic;
  color: #F89C0C;
  font-weight: 500;
}

.mk-article-subtitle {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  color: #2384F4;
  margin: 0 0 48px 0;
  line-height: 1.4;
}

.mk-article-body p {
  font-size: 18px;
  margin: 0 0 24px 0;
  color: #062D60;
}

.mk-article-body p:first-of-type::first-letter {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 64px;
  font-weight: 600;
  float: left;
  line-height: 0.9;
  padding: 8px 12px 0 0;
  color: #F89C0C;
}

.mk-section-heading {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 28px;
  font-weight: 600;
  color: #062D60;
  margin: 48px 0 20px 0;
  line-height: 1.2;
}

.mk-pull-quote {
  border-left: 4px solid #F89C0C;
  padding: 8px 0 8px 24px;
  margin: 36px 0;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  color: #062D60;
  line-height: 1.4;
}

.mk-creed {
  background: #FFFFFF;
  border: 2px solid #F89C0C;
  border-radius: 12px;
  padding: 32px 28px;
  margin: 40px 0;
  text-align: center;
}

.mk-creed-line {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  color: #062D60;
  margin: 0 0 8px 0;
  line-height: 1.4;
}

.mk-creed-line:last-child {
  margin-bottom: 0;
  color: #F89C0C;
  font-style: italic;
}

.mk-bio {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid rgba(6, 45, 96, 0.15);
  font-size: 15px;
  color: rgba(6, 45, 96, 0.75);
  line-height: 1.6;
}

.mk-bio strong {
  color: #062D60;
}

@media (prefers-reduced-motion: reduce) {
  .mk-listen-btn.mk-playing { animation: none; }
  .mk-listen-btn:hover { transform: none; }
}/* End custom CSS */