.elementor-4330 .elementor-element.elementor-element-3f5c2b5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-b25da3e *//* =============================================================
   XynExpress — Review Post: Envato Elements vs Creative Market
   style.css  (page content only — no header/footer/sidebar)
   ============================================================= */

/* ── CSS CUSTOM PROPERTIES ── */
:root {
  --ink:        #0e0e0f;
  --paper:      #f5f2eb;
  --accent:     #e8410a;
  --accent2:    #2b5fff;
  --muted:      #7a7770;
  --border:     #d8d4cb;
  --card-bg:    #ffffff;
  --yes:        #0f6e3a;
  --envato:     #e8410a;    /* Envato — orange */
  --cm:         #1a1a2e;    /* Creative Market — dark ink */
  --cm-accent:  #9b59b6;    /* Creative Market — purple flavour */
  --col-width:  680px;      /* max readable article width */
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; }

/* ── BODY / TYPOGRAPHY BASELINE ── */
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

/* ══════════════════════════════
   POST HEADER
══════════════════════════════ */
.post-header {
  max-width: var(--col-width);
  padding: 40px 0 0;
  margin-bottom: 48px;
}

.post-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Syne', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 20px;
}

.post-category {
  color: var(--accent);
}

.post-divider { color: var(--border); }

.post-title {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: var(--ink);
  margin: 0 0 18px;
}

.post-title em {
  font-style: normal;
  color: var(--accent);
  display: block;
  font-size: 0.88em;
  margin-top: 6px;
  letter-spacing: -0.03em;
}

.post-subtitle {
  font-family: 'Lora', serif;
  font-size: 1.05rem;
  color: #5a5450;
  line-height: 1.65;
  margin: 0 0 24px;
  font-style: italic;
}

.post-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}

.author-avatar {
  width: 38px;
  height: 38px;
  background: var(--ink);
  color: #fff;
  border-radius: 50%;
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: -0.02em;
}

.author-name {
  display: block;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--ink);
}

.author-note {
  display: block;
  font-size: 0.78rem;
  color: var(--muted);
  margin-top: 2px;
}

/* ══════════════════════════════
   ARTICLE BODY
══════════════════════════════ */
.post-body {
  max-width: var(--col-width);
  padding-bottom: 60px;
}

.post-body p {
  font-family: 'Lora', serif;
  font-size: 1.02rem;
  line-height: 1.82;
  color: #2a2826;
  margin: 0 0 20px;
}

.post-lead {
  font-size: 1.12rem !important;
  color: #1a1816 !important;
  font-weight: 400;
  border-left: 3px solid var(--accent);
  padding-left: 20px;
  margin-bottom: 24px !important;
}

/* ── SECTION HEADING ── */
.section-heading {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin: 48px 0 20px;
  padding-top: 8px;
  border-top: 2px solid var(--ink);
  display: inline-block;
  width: 100%;
}

/* ══════════════════════════════
   PLATFORM SECTIONS
══════════════════════════════ */
.platform-section {
  margin-bottom: 48px;
}

.platform-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 22px;
}

.platform-header--envato {
  background: #fff3ee;
  border: 1.5px solid #f9c3ae;
}

.platform-header--cm {
  background: #f5f3ff;
  border: 1.5px solid #e0d9f7;
}

.platform-logo-mark {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: var(--envato);
  color: #fff;
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: -0.02em;
}

.platform-logo-mark--cm {
  background: var(--cm-accent);
}

.platform-header h2 {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--ink);
  margin: 0 0 3px;
  letter-spacing: -0.02em;
}

.platform-tagline {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.82rem;
  color: var(--muted);
  margin: 0 !important;
  font-style: normal !important;
  line-height: 1.4 !important;
}

/* ── PRO / CON GRID ── */
.pro-con-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 22px 0 0;
}

.pro-con-card {
  background: var(--card-bg);
  border: 1.5px solid var(--border);
  border-radius: 10px;
  padding: 18px 20px;
}

.pro-con-card h4 {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
}

.pros h4 { color: var(--yes); }
.cons h4 { color: #92400e; }

.pro-con-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pro-con-card ul li {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.87rem;
  color: #3a3835;
  line-height: 1.5;
  padding-left: 18px;
  position: relative;
  margin: 0;
}

.pros ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--yes);
  font-weight: 700;
  font-size: 0.8rem;
}

.cons ul li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: #b0aaa4;
  font-weight: 700;
}

/* ══════════════════════════════
   COMPARISON TABLE
══════════════════════════════ */
.comparison-section { margin-bottom: 48px; }

.compare-table-wrap {
  overflow-x: auto;
  border-radius: 10px;
  border: 1.5px solid var(--border);
  -webkit-overflow-scrolling: touch;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
}

.compare-table thead tr {
  background: var(--ink);
}

.compare-table th {
  padding: 14px 16px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: left;
  color: #b8b4ad;
}

.compare-table th:first-child { color: #6a6660; }

.th-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 0.6rem;
  margin-right: 7px;
  vertical-align: middle;
}

.th-logo--envato { background: var(--envato); color: #fff; }
.th-logo--cm     { background: var(--cm-accent); color: #fff; }

.compare-table td {
  padding: 13px 16px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.88rem;
  color: #3a3835;
  line-height: 1.5;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}

.compare-table tbody tr:last-child td { border-bottom: none; }

.factor-label {
  font-family: 'Syne', sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.82rem !important;
  color: var(--muted) !important;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.row-highlight td { background: #fafaf8; }

.row-verdict td {
  background: #f8f6f2;
  font-style: italic;
  color: #5a5450;
}

.cell-strong { font-weight: 500; }
.cell-yes    { color: var(--yes); }
.cell-cm     { color: var(--cm-accent); }
.cell-none   { color: #b0aaa4; }

/* ══════════════════════════════
   VERDICT SECTION
══════════════════════════════ */
.verdict-section { margin-bottom: 48px; }

.verdict-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.verdict-card {
  background: var(--card-bg);
  border: 1.5px solid var(--border);
  border-radius: 12px;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  overflow: hidden;
}

.verdict-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 4px;
}

.verdict-envato::before { background: var(--envato); }
.verdict-cm::before     { background: var(--cm-accent); }

.verdict-card-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.verdict-logo {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--envato);
  color: #fff;
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.verdict-logo--cm { background: var(--cm-accent); }

.verdict-card-header h3 {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 0.97rem;
  color: var(--ink);
  margin: 0 0 4px;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.verdict-for {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem;
  color: var(--muted);
  margin: 0 !important;
  font-style: normal !important;
  line-height: 1.4 !important;
}

.verdict-card > p {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.88rem;
  color: #3a3835;
  line-height: 1.65;
  margin: 0;
}

.verdict-cta {
  display: block;
  text-align: center;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 12px 16px;
  border-radius: 7px;
  text-decoration: none;
  transition: all 0.2s;
  margin-top: auto;
}

.verdict-cta--primary {
  background: var(--envato);
  color: #fff;
}

.verdict-cta--primary:hover {
  background: #c93508;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

.verdict-cta--secondary {
  background: var(--paper);
  color: var(--ink);
  border: 1.5px solid var(--border);
}

.verdict-cta--secondary:hover {
  border-color: var(--cm-accent);
  color: var(--cm-accent);
  text-decoration: none;
}

/* Final note */
.final-note {
  background: var(--card-bg);
  border: 1.5px solid var(--border);
  border-left: 4px solid var(--accent2);
  border-radius: 8px;
  padding: 18px 22px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.92rem;
  color: #3a3835;
  line-height: 1.65;
}

.final-note strong {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  color: var(--ink);
}

/* ══════════════════════════════
   PAGE LOAD ANIMATIONS
══════════════════════════════ */
.fade-up {
  opacity: 0;
  transform: translateY(16px);
  animation: fadeUp 0.55s ease forwards;
}

@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}

.fade-up:nth-child(1) { animation-delay: 0.05s; }
.fade-up:nth-child(2) { animation-delay: 0.12s; }
.fade-up:nth-child(3) { animation-delay: 0.19s; }
.fade-up:nth-child(4) { animation-delay: 0.26s; }
.fade-up:nth-child(5) { animation-delay: 0.33s; }
.fade-up:nth-child(6) { animation-delay: 0.40s; }
.fade-up:nth-child(7) { animation-delay: 0.47s; }

/* ══════════════════════════════
   RESPONSIVE
══════════════════════════════ */
@media (max-width: 640px) {
  .post-title { font-size: 1.75rem; }
  .pro-con-grid { grid-template-columns: 1fr; }
  .verdict-cards { grid-template-columns: 1fr; }
}/* End custom CSS */