/* Post Template CSS - Auto-generated from Website Settings */

/* Article content styling */
.article-content h1 {
  font-size: 48px;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  line-height: 1.2;
  color: #333;
}

.article-content h2 {
  font-size: 36px;
  font-weight: 600;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  line-height: 1.3;
  color: #333;
}

.article-content h3 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.4;
  color: #333;
}

.article-content h4 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  line-height: 1.4;
  color: #333;
}

.article-content p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  color: #666;
}

.article-content ul {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  padding-left: 2rem;
  color: #666;
  list-style-type: disc;
  list-style-position: outside;
}

.article-content ol {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  padding-left: 2rem;
  color: #666;
  list-style-type: decimal;
  list-style-position: outside;
}

.article-content li {
  margin-bottom: 0.5rem;
}

.article-content a {
  color: #D9017A;
  text-decoration: none;
}

.article-content a:hover {
  text-decoration: underline;
}

.article-content blockquote {
  border-left: 4px solid #D9017A;
  padding-left: 1.5rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: #666;
}

.article-content img {
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.article-content strong {
  font-weight: 600;
  color: #333;
}

.article-content em {
  font-style: italic;
}

.article-content code {
  background-color: #f5f5f5;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  font-family: monospace;
  font-size: 0.9em;
}

.article-content pre {
  background-color: #f5f5f5;
  padding: 1rem;
  border-radius: 8px;
  overflow-x: auto;
  margin: 1.5rem 0;
}

.article-content pre code {
  background-color: transparent;
  padding: 0;
}

/* Hero title - default size */
.hero-title {
  font-size: 48px;
}

/* Responsive: H1 and H2 headings - 30px font-size at 767px and below */
@media (max-width: 767px) {
  /* Hero section h1 */
  .hero-title {
    font-size: 30px !important;
  }
  /* Article content h1 and h2 */
  .article-content h1 {
    font-size: 30px !important;
  }
  .article-content h2 {
    font-size: 30px !important;
  }
}
