/*


 */

/* Hide reCAPTCHA badge (legal text shown in contact form instead) */
.grecaptcha-badge {
  visibility: hidden !important;
}

/* Blog article typography */
.blog-content p {
  margin-bottom: 1.25rem;
  line-height: 1.8;
  color: #374151;
}

.blog-content h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #233141;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.blog-content strong {
  font-weight: 600;
  color: #111827;
}

.blog-content ul {
  list-style-type: disc;
  padding-left: 1.75rem;
  margin-bottom: 1.25rem;
}

.blog-content li {
  margin-bottom: 0.5rem;
  line-height: 1.7;
  color: #374151;
}

.blog-content blockquote {
  border-left: 4px solid #2BF89A;
  padding-left: 1.25rem;
  margin: 1.75rem 0;
  font-style: italic;
  color: #4b5563;
}

.blog-content blockquote strong {
  display: block;
  margin-top: 0.5rem;
  font-style: normal;
  color: #233141;
}

.blog-content .note-callout {
  background-color: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 0.5rem;
  padding: 1.25rem 1.5rem;
  margin-top: 2.5rem;
}

.blog-content .note-callout p {
  margin-bottom: 0;
  color: #166534;
}

.blog-content .note-callout strong {
  color: #14532d;
}

.blog-content a {
  color: #233141;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.blog-content a:hover {
  color: #2BF89A;
}
