.elementor-810 .elementor-element.elementor-element-25bbbff9{--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-4361fb4f *//*
============================================================
  FILE 3 — ADDITIONAL CSS (Brand Styles)
  WHERE TO PASTE:
    WordPress Dashboard
    → Appearance → Customize
    → "Additional CSS" (bottom of the left panel)
    → Paste everything below
    → Click "Publish"
============================================================
*/

:root {
  --artedesun-red:   #791401;
  --artedesun-gold:  #C9A84C;
  --artedesun-cream: #F5F0E8;
  --artedesun-black: #1a1a1a;
}

/* ── Dateline (date + location line) ── */
.artedesun-dateline {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--artedesun-gold);
  font-style: italic;
  margin-bottom: 0.25rem;
}

/* ── Deck subtitle ── */
.artedesun-subtitle {
  font-size: 1.1rem;
  color: var(--artedesun-red);
  font-weight: 600;
  line-height: 1.5;
  border-left: 4px solid var(--artedesun-gold);
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}

/* ── TL;DR / Answer-first summary box ── */
.artedesun-tldr {
  background-color: var(--artedesun-cream);
  border-left: 5px solid var(--artedesun-red);
  padding: 1.2rem 1.5rem;
  margin: 1.5rem 0;
  border-radius: 4px;
  color: var(--artedesun-black);
  font-size: 0.97rem;
  line-height: 1.7;
}
.artedesun-tldr strong {
  color: var(--artedesun-red);
}

/* ── Four-design collection grid ── */
.artedesun-collection-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 1.5rem 0;
}
.artedesun-collection-item {
  background: var(--artedesun-cream);
  border: 1px solid var(--artedesun-gold);
  border-radius: 6px;
  padding: 1rem 1.2rem;
  line-height: 1.6;
}
.artedesun-collection-item strong {
  display: block;
  color: var(--artedesun-red);
  font-size: 1rem;
  margin-bottom: 0.3rem;
}

/* ── Pull quote / blockquote ── */
.artedesun-quote {
  border-left: 4px solid var(--artedesun-gold);
  background: var(--artedesun-cream);
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: var(--artedesun-black);
  border-radius: 0 4px 4px 0;
}

/* ── FAQ section ── */
.artedesun-faq {
  margin: 2rem 0;
}
.artedesun-faq-item {
  margin-bottom: 1.2rem;
}
.artedesun-faq-item strong {
  color: var(--artedesun-black);
  display: block;
  margin-bottom: 0.3rem;
  font-size: 1rem;
}

/* ── Boilerplate (About sections) ── */
.artedesun-boilerplate {
  background: var(--artedesun-cream);
  border-top: 3px solid var(--artedesun-red);
  padding: 1.2rem 1.5rem;
  margin-top: 2rem;
  border-radius: 0 0 6px 6px;
  font-size: 0.9rem;
  color: var(--artedesun-black);
}
.artedesun-boilerplate h3 {
  color: var(--artedesun-red);
  font-size: 1rem;
  margin-bottom: 0.4rem;
}

/* ── Contact block ── */
.artedesun-contact {
  background: var(--artedesun-black);
  color: var(--artedesun-cream);
  padding: 1.2rem 1.5rem;
  border-radius: 6px;
  margin-top: 1.5rem;
  font-size: 0.9rem;
  line-height: 1.8;
}
.artedesun-contact a {
  color: var(--artedesun-gold);
}

/* ── Mobile responsive: stack grid to 1 column ── */
@media (max-width: 600px) {
  .artedesun-collection-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */