/**
 * WinExperts Theme - CSS Adicional
 * Compatibilidade extra com Elementor e responsividade
 */

/* Elementor Kit colors override */
.elementor-kit-active .e-global__color-primary {
  color: #B8860B;
}

/* Elementor editor preview */
.elementor-editor-active {
  --we-black: #010101;
  --we-gold: #B8860B;
  --we-gold-light: #D4AF37;
  --we-bordeaux: #722F37;
  --we-ivory: #F2E8D9;
  --we-font-display: 'Cormorant Garamond', Georgia, serif;
  --we-font-nav: 'Montserrat', Arial, sans-serif;
  --we-font-body: 'Source Sans 3', 'Source Sans Pro', Arial, sans-serif;
}

.elementor-editor-active .elementor-section {
  font-family: var(--we-font-body);
}

.elementor-editor-active .elementor-heading-title {
  font-family: var(--we-font-display);
}

/* About section responsive */
@media (max-width: 768px) {
  .section-dark > .we-container > div[style*="grid-template-columns"] {
    display: block !important;
  }

  .section-dark > .we-container > div > div:last-child {
    margin-top: 2rem;
  }
}
