.elementor-3368 .elementor-element.elementor-element-2c27510{padding:120px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-54142e6 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.8;
    color: #333;
    background-color: #f9f9f9;
}

.blog-post {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    padding: 60px 40px;
}

@media (max-width: 768px) {
    .blog-post {
        padding: 40px 20px;
    }
}

.post-header {
    margin-bottom: 40px;
    text-align: center;
}

.post-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a1a;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .post-header h1 {
        font-size: 1.8rem;
    }
}

.post-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: #666;
    font-size: 0.95rem;
}

.read-time {
    font-weight: 500;
}

.featured-image {
    width: 100%;
    margin-bottom: 50px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

.post-content {
    font-size: 1.125rem;
    color: #333;
}

.intro-text {
    font-size: 1.25rem;
    font-weight: 500;
    color: #2c3e50;
    margin-bottom: 30px;
    line-height: 1.7;
}

.post-content h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 50px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.post-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-top: 40px;
    margin-bottom: 15px;
    line-height: 1.4;
}

.post-content p {
    margin-bottom: 25px;
}

.post-content a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.post-content a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.post-content ul,
.post-content ol {
    margin-bottom: 25px;
    padding-left: 30px;
}

.post-content li {
    margin-bottom: 12px;
    line-height: 1.7;
}

.post-content strong {
    font-weight: 600;
    color: #1a1a1a;
}

.content-image {
    width: 100%;
    margin: 40px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.content-image img {
    width: 100%;
    height: auto;
    display: block;
}

.cta-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    padding: 50px 40px;
    border-radius: 12px;
    margin: 60px 0;
    text-align: center;
}

@media (max-width: 768px) {
    .cta-section {
        padding: 40px 25px;
    }
}

.cta-section h2 {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 2rem;
}

.cta-section p {
    color: #ffffff;
    font-size: 1.125rem;
    margin-bottom: 20px;
}

.cta-section a {
    color: #ffffff;
}

.cta-button {
    display: inline-block;
    background: #ffffff;
    color: #667eea;
    padding: 16px 40px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1.125rem;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    color: #667eea;
}

.related-topics {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 8px;
    margin: 50px 0;
    border-left: 4px solid #667eea;
}

.related-topics h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-size: 1.5rem;
}

.related-topics ul {
    list-style: none;
    padding-left: 0;
}

.related-topics li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}

.related-topics li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #667eea;
    font-weight: bold;
}

.related-topics a {
    color: #2563eb;
    font-weight: 500;
    text-decoration: none;
}

.related-topics a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.author-bio {
    max-width: 900px;
    margin: 40px auto 60px;
    padding: 40px;
    background: #f8f9fa;
    border-radius: 8px;
    border-top: 3px solid #667eea;
}

.author-bio h3 {
    font-size: 1.5rem;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: 700;
}

.author-bio p {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
}

@media (max-width: 768px) {
    .author-bio {
        padding: 30px 20px;
        margin: 40px 20px 60px;
    }
}
/* 1) Widen the page shell (Astra + generic) */
.single-post .site-content .ast-container,
.single-post #primary .ast-container,
.blog .site-content .ast-container,
body .site-content .ast-container {
  max-width: 1440px !important;   /* try 1480 / 1600 if you want even wider */
  padding-left: 24px !important;
  padding-right: 24px !important;
}

/* 2) Elementor: stop inner containers from staying narrow */
.single-post .elementor-section .elementor-container,
.single-post .e-con,
.single-post .e-con-inner {
  max-width: 1440px !important;
}

/* 3) Three-column row: give center more room, sidebars fixed */
.single-post .article-grid,
.single-post .content-wrapper {
  display: grid !important;
  grid-template-columns: minmax(0, 220px) minmax(0, 1fr) minmax(0, 300px) !important;
  gap: 28px !important;
  align-items: start !important;
  width: 100% !important;
  max-width: none !important;
}

/* If your TOC/form use different classes, map them: */
.single-post .toc-sidebar,
.single-post .on-this-page { grid-column: auto !important; }

.single-post .article-content,
.single-post .main-content { min-width: 0 !important; }

@media (max-width: 1024px) {
  .single-post .article-grid,
  .single-post .content-wrapper {
    grid-template-columns: 1fr !important;
  }
}/* End custom CSS */