.elementor-1386 .elementor-element.elementor-element-24f84633{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-379d947a *//* Crocker Financial Article Styling */

body {
  font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
  background-color: #f8fafc;
  color: #283046;
  margin: 0;
  padding: 0;
  line-height: 1.7;
}

.article-container {
  max-width: 740px;
  margin: 40px auto;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 32px rgba(40, 48, 70, 0.09), 0 1.5px 4px rgba(74, 222, 128, 0.08);
  padding: 48px 28px 36px 28px;
  transition: box-shadow 0.3s;
}

.article-container:hover {
  box-shadow: 0 8px 36px rgba(40, 48, 70, 0.12), 0 1.5px 10px rgba(74, 222, 128, 0.14);
}

h1, .article-title {
  color: #2563eb;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: 0.01em;
  line-height: 1.1;
  border-bottom: 2px solid #c7d2fe;
  padding-bottom: 10px;
}

h2 {
  color: #065f46;
  font-size: 1.34rem;
  margin-top: 38px;
  margin-bottom: 16px;
  font-weight: 700;
  border-left: 4px solid #bbf7d0;
  padding-left: 12px;
  background: linear-gradient(90deg, #f0fdf4 60%, transparent 100%);
  border-radius: 8px 0 0 8px;
}

h3, .faq-question {
  color: #0891b2;
  font-size: 1.09rem;
  font-weight: 600;
  margin-top: 26px;
  margin-bottom: 9px;
}

p, li {
  font-size: 1.07rem;
  color: #374151;
  margin-bottom: 12px;
}

ul, ol {
  margin-left: 1.3rem;
  padding-left: 1rem;
  margin-bottom: 22px;
}

a {
  color: #2563eb;
  text-decoration: underline;
  transition: color 0.15s;
}

a:hover, a:focus {
  color: #0891b2;
  text-decoration: underline dotted;
}

.cta-block {
  margin: 36px 0 24px 0;
  background: linear-gradient(100deg, #fef3c7 70%, #bbf7d0 100%);
  border-left: 5px solid #facc15;
  border-radius: 10px;
  padding: 20px 30px;
  text-align: center;
  font-weight: 600;
  color: #7c3aed;
  font-size: 1.13rem;
  box-shadow: 0 2px 10px 0 rgba(253, 224, 71, 0.09);
}

.faq-section {
  background: #f0fdf4;
  border-radius: 18px;
  padding: 22px 26px 14px 26px;
  margin-top: 40px;
  box-shadow: 0 2px 12px rgba(16, 185, 129, 0.05);
}

.faq-question {
  display: block;
  margin-top: 0;
  margin-bottom: 6px;
}

.faq-answer {
  color: #374151;
  font-size: 1.04rem;
  margin-bottom: 16px;
  padding-left: 8px;
}

.hashtags {
  margin-top: 28px;
  color: #2563eb;
  font-size: 1.03rem;
  letter-spacing: 0.04em;
}

@media (max-width: 600px) {
  .article-container {
    padding: 16px 6vw;
    max-width: 98vw;
  }
  h1, .article-title {
    font-size: 1.4rem;
    padding-bottom: 6px;
  }
  h2 {
    font-size: 1.06rem;
    padding-left: 7px;
  }
  h3, .faq-question {
    font-size: 1rem;
  }
  .cta-block {
    padding: 14px 12px;
    font-size: 1.01rem;
  }
}/* End custom CSS */