/* Extracted from WordPress post 12692 (facebook-ads-vs-google-ads-ecommerce) on 2026-07-27. */
.mk-heading-h2 {
  font-family: var(--font-display, 'Prompt', system-ui, sans-serif) !important;
  font-size: clamp(1.375rem, 3.5vw, 2rem) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  color: #275388 !important;
  letter-spacing: -0.02em !important;
  margin: 48px 0 24px;
  padding-top: 20px;
  position: relative;
  max-width: 680px;
}
.mk-heading-h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 3px;
  border-radius: 2px;
  background: #DCF763;
}
.mk-heading-h3 {
  font-family: var(--font-display, 'Prompt', system-ui, sans-serif) !important;
  font-size: clamp(1.125rem, 2.7vw, 1.4rem) !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  color: #275388 !important;
  letter-spacing: -0.01em !important;
  margin: 28px 0 16px;
  max-width: 680px;
}
.mk-body-text {
  font-family: var(--font-primary, 'Prompt', system-ui, sans-serif);
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.8;
  color: var(--text-primary, #1A1A2E);
  max-width: 680px;
  margin-bottom: 24px;
}
.mk-body-text p { margin: 0; }
.mk-body-text a,
.mk-bullet-list a,
.mk-numbered-list a {
  color: #275388 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.mk-bullet-list,
.mk-numbered-list {
  font-family: var(--font-primary, 'Prompt', system-ui, sans-serif);
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.7;
  color: var(--text-primary, #1A1A2E);
  max-width: 680px;
  margin: 0 0 28px;
  padding-left: 24px;
}
.mk-bullet-list li,
.mk-numbered-list li { margin-bottom: 10px; }
.mk-callout {
  max-width: 760px;
  margin: 28px 0;
  padding: 20px 24px;
  border-radius: 12px;
  border-left: 3px solid transparent;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.45);
  --callout-title-color: var(--text-primary, #1A1A2E);
}
.mk-callout--tip {
  border-left-color: #DCF763;
  background: rgba(220, 247, 99, 0.08);
  --callout-title-color: #DCF763;
}
.mk-callout--warning {
  border-left-color: #F59E0B;
  background: rgba(245, 158, 11, 0.08);
  --callout-title-color: #F59E0B;
}
.mk-callout--info {
  border-left-color: #87CEEB;
  background: rgba(39, 83, 136, 0.08);
  --callout-title-color: #87CEEB;
}
.mk-callout__title {
  font-family: var(--font-primary, 'Prompt', system-ui, sans-serif);
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--callout-title-color);
}
.mk-callout__body {
  font-family: var(--font-primary, 'Prompt', system-ui, sans-serif);
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.7;
  color: var(--text-primary, #1A1A2E);
}
.mk-cta-inline {
  max-width: 780px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  margin: 40px 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.mk-cta-inline__content {
  max-width: 560px;
}
.mk-cta-inline__title {
  font-family: var(--font-display, 'Prompt', system-ui, sans-serif);
  font-size: clamp(1.25rem, 2.8vw, 1.6rem);
  font-weight: 600;
  line-height: 1.2;
  color: #275388;
  margin-bottom: 8px;
}
.mk-cta-inline__subtitle {
  font-family: var(--font-primary, 'Prompt', system-ui, sans-serif);
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  line-height: 1.6;
  color: var(--text-primary, #1A1A2E);
}
.mk-cta-inline__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 14px 20px;
  border-radius: 999px;
  text-decoration: none !important;
  background: #275388 !important;
  color: #FFFFFF !important;
  font-family: var(--font-primary, 'Prompt', system-ui, sans-serif) !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
}
.mk-article h2,
.mk-article h3,
.mk-article h4 {
  font-family: var(--font-primary, 'Prompt', system-ui, sans-serif);
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  letter-spacing: normal;
  line-height: inherit;
}
.mk-article a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.mk-article {
  --text-primary: #F0F0F3;
  --text-secondary: #B8B9C4;
  --bg-white: rgba(255, 255, 255, 0.06);
  --glass-bg: rgba(255, 255, 255, 0.08);
  --glass-border: rgba(255, 255, 255, 0.12);
  max-width: 840px;
}
.mk-article .mk-heading-h2 { color: #FFF !important; }
.mk-article .mk-heading-h3 { color: #DCF763 !important; }
.mk-article .mk-body-text a,
.mk-article .mk-bullet-list a,
.mk-article .mk-numbered-list a { color: #DCF763 !important; }
.mk-article .mk-body-text,
.mk-article .mk-bullet-list,
.mk-article .mk-numbered-list,
.mk-article .mk-callout__body,
.mk-article .mk-cta-inline__subtitle { color: var(--text-primary); }
.mk-article .mk-callout--tip { background: rgba(220, 247, 99, 0.08); }
.mk-article .mk-callout--warning { background: rgba(245, 158, 11, 0.06); }
.mk-article .mk-callout--info { background: rgba(39, 83, 136, 0.15); }
.mk-article .mk-cta-inline__title { color: #FFF !important; }
.mk-article .mk-cta-inline__button { background: #DCF763 !important; color: #275388 !important; }
.mk-article img { border-radius: 8px; }
@media (max-width: 767px) {
  .mk-cta-inline {
    flex-direction: column;
    align-items: flex-start;
  }
  .mk-cta-inline > a {
    width: 100%;
  }
}
