/* Forbes-style article formatting */
.forbes-article {
    font-family: Georgia, 'Times New Roman', serif;
    line-height: 1.75;
    color: #1a1a1a;
}

/* Override any centering from base styles - be very specific */
.forbes-article .post-content {
    text-align: left !important;
}

.forbes-article .post-content h1,
.forbes-article .post-content h2,
.forbes-article .post-content h3,
.forbes-article .post-content h4,
.forbes-article .post-content h5,
.forbes-article .post-content h6,
.forbes-article .post-content p,
.forbes-article .post-content ul,
.forbes-article .post-content ol,
.forbes-article .post-content li,
.forbes-article .post-content blockquote,
.forbes-article .post-content div {
    text-align: left !important;
}

/* Exception: Keep images and featured image containers centered */
.forbes-article .post-featured-image,
.forbes-article .post-content img {
    text-align: center !important;
}

.forbes-article .post-header {
    max-width: 680px;
    margin: 0 auto 40px;
    padding: 0 20px;
}

.forbes-article .post-title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.15;
    margin: 30px 0 20px;
    color: #000;
}

.forbes-article .post-meta {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.forbes-article .post-meta span {
    margin-right: 15px;
}

.forbes-article .post-breadcrumb {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
}

.forbes-article .post-breadcrumb a {
    color: #0073e6;
    text-decoration: none;
}

.forbes-article .post-breadcrumb a:hover {
    text-decoration: underline;
}

.forbes-article .post-content {
    max-width: 680px;
    margin: 60px auto;
    padding: 0 20px;
    font-size: 19px;
    line-height: 1.75;
    color: #1a1a1a;
}

.forbes-article .post-content h1 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.15;
    margin: 50px 0 25px;
    color: #000;
}

.forbes-article .post-content h2 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin: 40px 0 20px;
    color: #000;
}

.forbes-article .post-content h3 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    margin: 35px 0 15px;
    color: #000;
}

.forbes-article .post-content p {
    margin: 0 0 25px;
    font-size: 19px;
    line-height: 1.75;
}

.forbes-article .post-content strong {
    font-weight: 700;
    color: #000;
}

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

.forbes-article .post-content blockquote {
    margin: 30px 0;
    padding: 20px 30px;
    border-left: 4px solid #0073e6;
    background-color: #f8f9fa;
    font-size: 20px;
    font-style: italic;
    color: #333;
}

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

.forbes-article .post-content li {
    margin-bottom: 8px;
    line-height: 1.75;
}

.forbes-article .post-content a {
    color: #0073e6;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.2s;
}

.forbes-article .post-content a:hover {
    border-bottom: 1px solid #0073e6;
}

.forbes-article .post-featured-image {
    max-width: 100%;
    margin: 40px auto;
    text-align: center; /* Keep images centered */
}

.forbes-article .post-featured-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.forbes-article .post-tags {
    margin-top: 20px;
}

.forbes-article .post-tag {
    display: inline-block;
    background-color: #f1f3f4;
    color: #5f6368;
    padding: 4px 12px;
    margin: 0 8px 8px 0;
    border-radius: 20px;
    font-size: 13px;
    text-decoration: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.forbes-article .post-tag:hover {
    background-color: #e8eaed;
    color: #202124;
}

.forbes-article .post-footer {
    max-width: 680px;
    margin: 60px auto 0;
    padding: 40px 20px 0;
    border-top: 1px solid #e6e6e6;
}

.forbes-article .post-share h3 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
}

.forbes-article .share-button {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 8px 8px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    transition: all 0.2s;
}

.forbes-article .share-button:hover {
    background-color: #f5f5f5;
    border-color: #bbb;
    text-decoration: none;
}

.forbes-article .related-posts {
    max-width: 680px;
    margin: 60px auto 0;
    padding: 40px 20px 0;
    border-top: 1px solid #e6e6e6;
}

.forbes-article .related-posts h2 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .forbes-article .post-title {
        font-size: 32px;
        line-height: 1.2;
        margin: 20px 0 15px;
    }
    
    .forbes-article .post-content {
        font-size: 17px;
        padding: 0 15px;
        margin: 40px auto;
    }
    
    .forbes-article .post-content h1 {
        font-size: 32px;
        margin: 35px 0 20px;
    }
    
    .forbes-article .post-content h2 {
        font-size: 26px;
        margin: 30px 0 15px;
    }
    
    .forbes-article .post-content h3 {
        font-size: 20px;
        margin: 25px 0 12px;
    }
    
    .forbes-article .post-header {
        padding: 0 15px;
    }
    
    .forbes-article .post-footer {
        padding: 30px 15px 0;
    }
    
    .forbes-article .related-posts {
        padding: 30px 15px 0;
    }
}

/* Print styles for professional appearance */
@media print {
    .forbes-article .post-breadcrumb,
    .forbes-article .post-tags,
    .forbes-article .post-footer,
    .forbes-article .related-posts {
        display: none;
    }
    
    .forbes-article .post-content {
        max-width: none;
        margin: 0;
        padding: 0;
        font-size: 12pt;
        line-height: 1.5;
    }
    
    .forbes-article .post-title {
        font-size: 24pt;
        margin-bottom: 12pt;
    }
    
    .forbes-article .post-content h2 {
        font-size: 18pt;
        margin: 18pt 0 12pt;
    }
    
    .forbes-article .post-content h3 {
        font-size: 14pt;
        margin: 12pt 0 6pt;
    }
}