
      
    


      body { font-family: Montserrat }
     


      {} *{} 
     


      #IE-warning {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: white;
      }
      .IE-warning-message {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
      }
    



 /* TSG Global Brand Colors - Dynamic Brand Colors */ :root { --tsg-primary-blue: #1a61cc; --tsg-secondary-blue: #1a60cc; --tsg-accent-orange: #1a61cd; --tsg-light-orange: #1a61cd20; --tsg-dark-blue: #144da3; --tsg-light-blue: #1a61cc20; --tsg-gray-dark: #374151; --tsg-gray-light: #F8F9FA; --tsg-white: #FFFFFF; --tsg-black: #1A202C; --tsg-gradient-start: #1a61cc; --tsg-gradient-end: #1a60cc; } /* Override Bootstrap primary colors with TSG brand colors */ .btn-primary { background-color: var(--tsg-primary-blue) !important; border-color: var(--tsg-primary-blue) !important; } .btn-primary:hover { background-color: var(--tsg-dark-blue) !important; border-color: var(--tsg-dark-blue) !important; } .btn-outline-primary { color: var(--tsg-primary-blue) !important; border-color: var(--tsg-primary-blue) !important; } .btn-outline-primary:hover { background-color: var(--tsg-primary-blue) !important; border-color: var(--tsg-primary-blue) !important; } .text-primary { color: var(--tsg-primary-blue) !important; } .bg-primary { background-color: var(--tsg-primary-blue) !important; } .border-primary { border-color: var(--tsg-primary-blue) !important; } /* TSG Orange accent colors */ .btn-warning { background-color: var(--tsg-accent-orange) !important; border-color: var(--tsg-accent-orange) !important; color: white !important; } .btn-warning:hover { background-color: #e6850e !important; border-color: #e6850e !important; } .text-warning { color: var(--tsg-accent-orange) !important; } .bg-warning { background-color: var(--tsg-accent-orange) !important; } .border-warning { border-color: var(--tsg-accent-orange) !important; } /* AI and SEO Optimized Blog Template Styles */ /* Core Web Vitals Optimization */ * { box-sizing: border-box; } html { scroll-behavior: smooth; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background-color: #f8f9fa !important; color: #2c3e50 !important; } /* Typography Optimization for Readability */ .entry-content { font-size: 1.1rem; line-height: 1.8; } .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 { margin-top: 2rem; margin-bottom: 1rem; font-weight: 600; line-height: 1.3; } .entry-content p { margin-bottom: 1.5rem; } /* Enhanced readability for light theme */ .entry-content { color: #2c3e50 !important; background-color: #ffffff !important; padding: 2rem !important; border-radius: 8px !important; box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important; margin-bottom: 2rem !important; } .text-muted { color: #6c757d !important; } /* Table of Contents Styling */ .table-of-contents { position: sticky; top: 20px; background: #ffffff !important; border-left: 4px solid var(--tsg-primary-blue) !important; padding: 1rem !important; border-radius: 0.5rem !important; border: 1px solid #dee2e6 !important; box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important; color: #2c3e50 !important; } /* Light theme table of contents styling */ .table-of-contents h4 { color: #2c3e50 !important; margin-bottom: 1rem !important; } .table-of-contents ul { list-style: none !important; padding: 0 !important; } .table-of-contents li { margin-bottom: 0.5rem !important; } .table-of-contents a { color: var(--tsg-primary-blue) !important; text-decoration: none !important; } .table-of-contents a:hover { color: var(--tsg-secondary-blue) !important; } .table-of-contents .h4 { margin-bottom: 0.75rem; font-weight: 600; } .table-of-contents .h4 button { color: var(--tsg-dark-blue) !important; font-weight: 600; font-size: 1.25rem; border: none !important; outline: none !important; box-shadow: none !important; } .table-of-contents .h4 button:hover { color: var(--tsg-primary-blue) !important; } .table-of-contents .h4 button:focus { color: var(--tsg-primary-blue) !important; } .table-of-contents .h4 button .fa-chevron-down { transition: transform 0.2s ease; } .table-of-contents .h4 button[aria-expanded="true"] .fa-chevron-down { transform: rotate(180deg); } .toc-list { list-style: none; padding: 0; margin: 0; } .toc-list li { margin-bottom: 0.5rem; } .toc-list a { color: var(--tsg-primary-blue) !important; padding: 0.25rem 0; display: block; transition: color 0.2s ease; text-decoration: none; font-size: 0.9rem; line-height: 1.4; font-weight: 500; } .toc-list a:hover { color: var(--tsg-secondary-blue) !important; text-decoration: underline; } /* Featured Image Optimization */ .featured-image-container img { max-width: 100%; height: auto; object-fit: cover; aspect-ratio: 16/9; } /* Content Sections */ .content-section { scroll-margin-top: 2rem; } /* Step-by-step guide styling */ .step-item { padding: 1.5rem !important; border-left: 3px solid var(--tsg-primary-blue) !important; margin-left: 20px !important; background: #ffffff !important; border-radius: 0.5rem !important; margin-bottom: 1rem !important; box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important; color: #2c3e50 !important; } .step-item:hover { border-left-color: var(--tsg-accent-orange); transform: translateX(5px); transition: all 0.3s ease; } /* Code blocks */ .code-block pre { overflow-x: auto; white-space: pre-wrap; word-wrap: break-word; } /* Social sharing buttons */ .social-share .btn { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; } /* Author bio styling */ .author-bio { border-left: 4px solid var(--tsg-primary-blue); } [data-bs-theme="dark"] .author-bio { background: var(--bs-dark) !important; border-color: var(--tsg-secondary-blue); } /* TSG Custom Header Styling */ .hero-header { background: linear-gradient(135deg, var(--tsg-primary-blue) 0%, var(--tsg-secondary-blue) 100%); color: white; position: relative; overflow: hidden; } .hero-header::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(45deg, transparent 0%, rgba(249, 115, 22, 0.1) 50%, transparent 100%); pointer-events: none; } .hero-header .container { position: relative; z-index: 1; } .hero-header .display-4 { font-weight: 700; margin-bottom: 1.5rem; } .hero-header .lead { font-size: 1.25rem; font-weight: 300; opacity: 0.9; } .entry-meta { opacity: 0.8; font-size: 0.9rem; } .entry-meta i { opacity: 0.8; } /* TSG Reading Progress Bar */ .reading-progress { position: fixed; top: 0; left: 0; width: 0; height: 3px; background: linear-gradient(90deg, var(--tsg-primary-blue) 0%, var(--tsg-accent-orange) 100%); z-index: 9999; transition: width 0.1s ease; } /* TSG Back to Top Button */ .back-to-top { position: fixed; bottom: 20px; right: 20px; background: linear-gradient(135deg, var(--tsg-primary-blue) 0%, var(--tsg-secondary-blue) 100%); border: 2px solid var(--tsg-accent-orange); color: white; border-radius: 50%; width: 50px; height: 50px; font-size: 1.2rem; opacity: 0; transform: translateY(20px); transition: all 0.3s ease; z-index: 1000; } .back-to-top.show { opacity: 1; transform: translateY(0); } .back-to-top:hover { background: linear-gradient(135deg, var(--tsg-accent-orange) 0%, var(--tsg-primary-blue) 100%); transform: translateY(-2px); } /* Performance optimizations */ .wp-post-image { will-change: transform; } /* Cards and content boxes - Light theme optimized */ .card { border: 1px solid #dee2e6 !important; box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important; transition: transform 0.2s ease, box-shadow 0.2s ease !important; background: #ffffff !important; color: #2c3e50 !important; } .card:hover { transform: translateY(-2px) !important; box-shadow: 0 4px 8px rgba(0,0,0,0.15) !important; } .card-header { background: var(--tsg-light-blue) !important; border-bottom: 1px solid #dee2e6 !important; font-weight: 600 !important; color: var(--tsg-dark-blue) !important; } .card-body { padding: 1.5rem !important; color: #2c3e50 !important; } .card-title { color: var(--tsg-primary-blue) !important; font-weight: 600 !important; } .card-text { color: #495057 !important; } /* Accessibility improvements */ .visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; } /* Additional light theme styling for better readability */ h1, h2, h3, h4, h5, h6 { color: var(--tsg-dark-blue) !important; } .text-primary { color: var(--tsg-primary-blue) !important; } .bg-light { background-color: #ffffff !important; color: #2c3e50 !important; } .border { border-color: #dee2e6 !important; } .list-group-item { background-color: #ffffff !important; color: #2c3e50 !important; border-color: #dee2e6 !important; } .badge { background-color: var(--tsg-primary-blue) !important; color: white !important; } .alert-info { background-color: #d1ecf1 !important; color: #0c5460 !important; border-color: #bee5eb !important; } .alert-warning { background-color: #fff3cd !important; color: #856404 !important; border-color: #ffeaa7 !important; } .alert-success { background-color: #d4edda !important; color: #155724 !important; border-color: #c3e6cb !important; } /* Table styling enhancements */ .table { background: #ffffff !important; color: #2c3e50 !important; } .table thead th { background-color: var(--tsg-light-blue) !important; color: var(--tsg-dark-blue) !important; font-weight: 600 !important; } .table tbody tr:hover { background-color: #f8f9fa !important; } .table tbody td { color: #495057 !important; } /* Responsive design improvements */ @media (max-width: 768px) { .hero-header .display-4 { font-size: 2rem; } .hero-header .lead { font-size: 1.1rem; } .entry-content { padding: 1rem !important; } .step-item { padding: 1rem !important; margin-left: 10px !important; } .table-of-contents { position: relative; top: 0; } } /* Link styling */ .entry-content a { color: var(--tsg-primary-blue) !important; text-decoration: underline !important; } .entry-content a:hover { color: var(--tsg-secondary-blue) !important; } /* List styling */ .entry-content ul, .entry-content ol { margin-bottom: 1.5rem !important; } .entry-content li { margin-bottom: 0.5rem !important; } /* Blockquote styling */ .entry-content blockquote { border-left: 4px solid var(--tsg-primary-blue) !important; padding-left: 1rem !important; margin: 1.5rem 0 !important; font-style: italic !important; color: #6c757d !important; } /* Table styling - Bootstrap enhanced */ .entry-content table { width: 100% !important; margin-bottom: 1.5rem !important; border-collapse: collapse !important; border: 1px solid #dee2e6 !important; background-color: #ffffff !important; border-radius: 0.375rem !important; overflow: hidden !important; box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important; } .entry-content table th { background-color: var(--tsg-primary-blue) !important; color: #ffffff !important; font-weight: 600 !important; padding: 0.75rem !important; text-align: left !important; border-bottom: 2px solid var(--tsg-dark-blue) !important; border-right: 1px solid rgba(255,255,255,0.2) !important; } .entry-content table th:last-child { border-right: none !important; } .entry-content table td { padding: 0.75rem !important; border-bottom: 1px solid #dee2e6 !important; border-right: 1px solid #dee2e6 !important; vertical-align: top !important; } .entry-content table td:last-child { border-right: none !important; } .entry-content table tbody tr:hover { background-color: #f8f9fa !important; } .entry-content table tbody tr:last-child td { border-bottom: none !important; } .table-of-contents .h4 button .fa-chevron-down { transition: transform 0.2s ease; } .table-of-contents .h4 button[aria-expanded="true"] .fa-chevron-down { transform: rotate(180deg); } .toc-list { list-style: none; padding: 0; margin: 0; } .toc-list li { margin-bottom: 0.5rem; } .toc-list a { color: var(--tsg-primary-blue) !important; padding: 0.25rem 0; display: block; transition: color 0.2s ease; text-decoration: none; font-size: 0.9rem; line-height: 1.4; font-weight: 500; } .toc-list a:hover { color: var(--tsg-secondary-blue) !important; text-decoration: underline; } /* Featured Image Optimization */ .featured-image-container img { max-width: 100%; height: auto; object-fit: cover; aspect-ratio: 16/9; } /* Content Sections */ .content-section { scroll-margin-top: 2rem; } /* Step-by-step guide styling */ .step-item { padding: 1.5rem !important; border-left: 3px solid var(--tsg-primary-blue) !important; margin-left: 20px !important; background: #ffffff !important; border-radius: 0.5rem !important; margin-bottom: 1rem !important; box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important; color: #2c3e50 !important; } .step-item:hover { border-left-color: var(--tsg-accent-orange); transform: translateX(5px); transition: all 0.3s ease; } /* Code blocks */ .code-block pre { overflow-x: auto; white-space: pre-wrap; word-wrap: break-word; } /* Social sharing buttons */ .social-share .btn { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; } /* Author bio styling */ .author-bio { border-left: 4px solid var(--tsg-primary-blue); } /* Brand Custom Header Styling - Exact copy from TSG Global blog */ .hero-header { background: linear-gradient(135deg, var(--tsg-primary-blue) 0%, var(--tsg-secondary-blue) 100%) !important; color: white !important; position: relative; overflow: hidden; } .hero-header::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(45deg, transparent 0%, rgba(255, 149, 0, 0.1) 50%, transparent 100%); pointer-events: none; } /* Performance optimizations */ .wp-post-image { will-change: transform; } /* Cards and content boxes - Light theme optimized */ .card { border: 1px solid #dee2e6 !important; box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important; transition: transform 0.2s ease, box-shadow 0.2s ease !important; background: #ffffff !important; color: #2c3e50 !important; } .card:hover { transform: translateY(-2px) !important; box-shadow: 0 4px 8px rgba(0,0,0,0.15) !important; } .card-header { background: var(--tsg-light-blue) !important; border-bottom: 1px solid #dee2e6 !important; font-weight: 600 !important; color: var(--tsg-dark-blue) !important; } .card-body { padding: 1.5rem !important; color: #2c3e50 !important; } .card-title { color: var(--tsg-primary-blue) !important; font-weight: 600 !important; } .card-text { color: #495057 !important; } /* Additional TSG Global specific styles */ .entry-header { background: linear-gradient(135deg, var(--tsg-primary-blue) 0%, var(--tsg-secondary-blue) 100%) !important; } .entry-header h1 { color: white !important; } .entry-meta { color: rgba(255, 255, 255, 0.9) !important; } .entry-meta i { color: rgba(255, 255, 255, 0.8) !important; } /* Accessibility improvements */ .visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; } /* Reading progress bar */ .reading-progress { position: fixed; top: 0; left: 0; width: 0; height: 3px; background: linear-gradient(90deg, var(--tsg-primary-blue) 0%, var(--tsg-accent-orange) 100%); z-index: 9999; transition: width 0.1s ease; } /* Back to top button */ .back-to-top { position: fixed; bottom: 20px; right: 20px; background: linear-gradient(135deg, var(--tsg-primary-blue) 0%, var(--tsg-secondary-blue) 100%); color: white; border: 2px solid var(--tsg-accent-orange); border-radius: 50%; width: 50px; height: 50px; font-size: 1.2rem; opacity: 0; transform: translateY(20px); transition: all 0.3s ease; z-index: 1000; } .back-to-top.show { opacity: 1; transform: translateY(0); } .back-to-top:hover { background: linear-gradient(135deg, var(--tsg-accent-orange) 0%, var(--tsg-primary-blue) 100%); transform: translateY(-2px); } /* Additional light theme styling for better readability */ h1, h2, h3, h4, h5, h6 { color: var(--tsg-dark-blue) !important; } .text-primary { color: var(--tsg-primary-blue) !important; } .bg-light { background-color: #ffffff !important; color: #2c3e50 !important; } .border { border-color: #dee2e6 !important; } .list-group-item { background-color: #ffffff !important; color: #2c3e50 !important; border-color: #dee2e6 !important; } .badge { background-color: var(--tsg-primary-blue) !important; color: white !important; } .alert-info { background-color: #d1ecf1 !important; color: #0c5460 !important; border-color: #bee5eb !important; } .alert-warning { background-color: #fff3cd !important; color: #856404 !important; border-color: #ffeaa7 !important; } .alert-success { background-color: #d4edda !important; color: #155724 !important; border-color: #c3e6cb !important; line-height: 1.2; margin-bottom: 1rem; color: var(--tsg-black); } h1 { font-size: 2.5rem; color: var(--tsg-primary-blue); } h2 { font-size: 2rem; color: var(--tsg-dark-blue); border-bottom: 2px solid var(--tsg-light-blue); padding-bottom: 0.5rem; } h3 { font-size: 1.5rem; color: var(--tsg-primary-blue); } /* Article Structure */ .article-header { background: linear-gradient(135deg, var(--tsg-light-blue), var(--tsg-white)); padding: 3rem 0; margin-bottom: 2rem; border-bottom: 1px solid var(--tsg-light-blue); } .article-meta { color: var(--tsg-gray-dark); font-size: 0.9rem; margin-bottom: 1rem; } .article-content { font-size: 1.1rem; line-height: 1.8; margin-bottom: 2rem; } .article-content p { margin-bottom: 1.5rem; } .article-content blockquote { border-left: 4px solid var(--tsg-primary-blue); padding-left: 1.5rem; margin: 2rem 0; font-style: italic; color: var(--tsg-gray-dark); } .article-content ul, .article-content ol { padding-left: 2rem; margin-bottom: 1.5rem; } .article-content li { margin-bottom: 0.5rem; } /* Featured Image */ .featured-image { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); margin-bottom: 2rem; } /* Table of Contents */ .table-of-contents { background: var(--tsg-gray-light); border: 1px solid var(--tsg-light-blue); border-radius: 8px; padding: 1.5rem; margin-bottom: 2rem; } .table-of-contents h4 { color: var(--tsg-primary-blue); margin-bottom: 1rem; } .table-of-contents ul { list-style: none; padding: 0; } .table-of-contents li { margin-bottom: 0.5rem; } .table-of-contents a { color: var(--tsg-dark-blue); text-decoration: none; font-weight: 500; } .table-of-contents a:hover { color: var(--tsg-primary-blue); } /* TL;DR Section Styling */ .tldr-section { background: linear-gradient(135deg, var(--tsg-light-blue), #f8f9fa); border: 2px solid var(--tsg-primary-blue); border-radius: 12px; padding: 1.5rem; margin: 2rem 0; box-shadow: 0 4px 8px rgba(0,0,0,0.1); } .tldr-section h3 { color: var(--tsg-primary-blue); margin-bottom: 1rem; font-size: 1.25rem; font-weight: 600; } .tldr-section ul { list-style: none; padding-left: 0; } .tldr-section li { display: flex; align-items: flex-start; margin-bottom: 0.75rem; color: var(--tsg-dark-blue); line-height: 1.5; } .tldr-section li::before { content: "✓"; color: var(--tsg-accent-orange); font-weight: bold; margin-right: 0.5rem; margin-top: 0.1rem; flex-shrink: 0; } /* Author Info Section */ .author-info-section { background: #ffffff; border: 1px solid #dee2e6; border-radius: 8px; padding: 1.5rem; margin: 2rem 0; box-shadow: 0 2px 4px rgba(0,0,0,0.05); } .author-info-section h4 { color: var(--tsg-primary-blue); margin-bottom: 0.5rem; } .author-credentials { color: var(--tsg-gray-dark); font-size: 0.9rem; margin-bottom: 0.5rem; } .author-bio { color: #495057; font-size: 0.95rem; line-height: 1.6; } /* Date Information */ .date-info { background: #f8f9fa; border-left: 4px solid var(--tsg-primary-blue); padding: 1rem; margin: 1rem 0; border-radius: 0 8px 8px 0; } .date-info .date-label { font-weight: 600; color: var(--tsg-dark-blue); } .date-info .date-value { color: var(--tsg-gray-dark); } /* Statistics Section */ .statistics-section { background: #ffffff; border: 1px solid #dee2e6; border-radius: 8px; padding: 1.5rem; margin: 2rem 0; } .stat-item { text-align: center; padding: 1rem; border-radius: 6px; background: var(--tsg-light-blue); margin-bottom: 1rem; } .stat-number { font-size: 2rem; font-weight: bold; color: var(--tsg-primary-blue); } .stat-label { font-size: 0.9rem; color: var(--tsg-gray-dark); margin-top: 0.5rem; } /* Comparison Content */ .comparison-section { background: #ffffff; border: 1px solid #dee2e6; border-radius: 8px; padding: 1.5rem; margin: 2rem 0; } .comparison-table { width: 100%; border-collapse: collapse; margin-top: 1rem; } .comparison-table th, .comparison-table td { padding: 0.75rem; text-align: left; border-bottom: 1px solid #dee2e6; } .comparison-table th { background: var(--tsg-light-blue); color: var(--tsg-dark-blue); font-weight: 600; } .comparison-table td { color: #495057; } .comparison-table tr:hover { background: #f8f9fa; } /* FAQ Section */ .faq-section { background: var(--tsg-gray-light); padding: 2rem; border-radius: 8px; margin: 2rem 0; } .faq-item { margin-bottom: 1.5rem; } .faq-question { font-weight: 600; color: var(--tsg-primary-blue); margin-bottom: 0.5rem; } .faq-answer { color: var(--tsg-gray-dark); line-height: 1.6; } /* Call to Action */ .cta-section { background: var(--tsg-primary-blue); color: white; padding: 2rem; border-radius: 8px; text-align: center; margin: 2rem 0; } .cta-section h3 { color: white; margin-bottom: 1rem; } .cta-section .btn { background-color: var(--tsg-accent-orange); border-color: var(--tsg-accent-orange); color: white; font-weight: 600; } .cta-section .btn:hover { background-color: var(--tsg-white); color: var(--tsg-primary-blue); } /* Social Sharing */ .social-sharing { display: flex; gap: 1rem; margin: 2rem 0; justify-content: center; } .social-share-btn { padding: 0.5rem 1rem; border-radius: 6px; color: white; text-decoration: none; font-weight: 500; transition: opacity 0.3s; } .social-share-btn:hover { opacity: 0.8; color: white; } .share-facebook { background-color: #1877F2; } .share-twitter { background-color: #1DA1F2; } .share-linkedin { background-color: #0A66C2; } .share-pinterest { background-color: #BD081C; } /* Reading Progress Bar */ .reading-progress { position: fixed; top: 0; left: 0; width: 0%; height: 3px; background-color: var(--tsg-primary-blue); z-index: 1000; transition: width 0.3s ease; } /* Back to Top Button */ .back-to-top { position: fixed; bottom: 2rem; right: 2rem; background-color: var(--tsg-primary-blue); color: white; border: none; border-radius: 50%; width: 50px; height: 50px; font-size: 1.2rem; cursor: pointer; opacity: 0; transition: opacity 0.3s; z-index: 1000; } .back-to-top.show { opacity: 1; } .back-to-top:hover { background-color: var(--tsg-dark-blue); } /* Responsive Design */ @media (max-width: 768px) { h1 { font-size: 2rem; } h2 { font-size: 1.5rem; } .article-header { padding: 2rem 0; } .article-content { font-size: 1rem; } .social-sharing { flex-direction: column; align-items: center; } } /* Accessibility */ .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } /* Focus styles */ a:focus, button:focus, input:focus, textarea:focus { outline: 2px solid var(--tsg-primary-blue); outline-offset: 2px; } /* AI Optimization Section Styles */ .tldr-section { background: linear-gradient(135deg, #e3f2fd 0%, #f8f9fa 100%); border-left: 4px solid var(--tsg-primary-blue); border-radius: 8px; padding: 24px; margin-bottom: 30px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); } .tldr-section h3 { color: var(--tsg-primary-blue); font-weight: 700; margin-bottom: 16px; display: flex; align-items: center; } .tldr-section ul li { padding: 8px 0; border-bottom: 1px solid #e9ecef; font-weight: 500; } .tldr-section ul li:last-child { border-bottom: none; } .author-info-section { background: #f8f9fa; border-radius: 8px; padding: 24px; margin-bottom: 30px; border: 1px solid #e9ecef; } .author-info-section h4 { color: var(--tsg-primary-blue); font-weight: 700; margin-bottom: 16px; } .author-credentials { margin-bottom: 12px; color: #495057; font-weight: 500; } .author-bio { color: #6c757d; font-style: italic; } .date-info { background: #ffffff; border: 1px solid #dee2e6; border-radius: 8px; padding: 16px 24px; margin-bottom: 30px; } .date-label { font-weight: 600; color: #495057; margin-right: 8px; } .date-value { color: var(--tsg-primary-blue); font-weight: 500; } .statistics-section { background: linear-gradient(135deg, #fff9e6 0%, #f8f9fa 100%); border-radius: 12px; padding: 32px; margin-bottom: 30px; box-shadow: 0 4px 12px rgba(0,0,0,0.05); } .statistics-section h4 { color: var(--tsg-primary-blue); font-weight: 700; margin-bottom: 24px; } .stat-item { text-align: center; padding: 16px; background: white; border-radius: 8px; margin-bottom: 16px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); transition: transform 0.2s ease; } .stat-item:hover { transform: translateY(-2px); } .stat-number { font-size: 2.5rem; font-weight: 700; color: var(--tsg-primary-blue); line-height: 1; margin-bottom: 8px; } .stat-label { color: #6c757d; font-weight: 500; font-size: 0.9rem; } /* Enhanced FAQ Section */ .accordion-item { border: 1px solid #e9ecef; border-radius: 8px !important; margin-bottom: 12px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); } .accordion-button { background: #f8f9fa; border: none; font-weight: 600; color: var(--tsg-primary-blue); padding: 16px 20px; } .accordion-button:focus { box-shadow: 0 0 0 0.25rem rgba(37, 99, 235, 0.25); } .accordion-body { background: white; padding: 20px; color: #495057; line-height: 1.6; } /* Responsive Improvements for AI sections */ @media (max-width: 768px) { .tldr-section, .author-info-section, .statistics-section { padding: 20px; } .stat-number { font-size: 2rem; } .date-info { padding: 16px; } } 

 /* TSG Global Brand Colors - Dynamic Brand Colors */ :root { --tsg-primary-blue: #1a61cc; --tsg-secondary-blue: #1a60cc; --tsg-accent-orange: #1a61cd; --tsg-light-orange: #1a61cd20; --tsg-dark-blue: #144da3; --tsg-light-blue: #1a61cc20; --tsg-gray-dark: #374151; --tsg-gray-light: #F8F9FA; --tsg-white: #FFFFFF; --tsg-black: #1A202C; --tsg-gradient-start: #1a61cc; --tsg-gradient-end: #1a60cc; } /* Override Bootstrap primary colors with TSG brand colors */ .btn-primary { background-color: var(--tsg-primary-blue) !important; border-color: var(--tsg-primary-blue) !important; } .btn-primary:hover { background-color: var(--tsg-dark-blue) !important; border-color: var(--tsg-dark-blue) !important; } .btn-outline-primary { color: var(--tsg-primary-blue) !important; border-color: var(--tsg-primary-blue) !important; } .btn-outline-primary:hover { background-color: var(--tsg-primary-blue) !important; border-color: var(--tsg-primary-blue) !important; } .text-primary { color: var(--tsg-primary-blue) !important; } .bg-primary { background-color: var(--tsg-primary-blue) !important; } .border-primary { border-color: var(--tsg-primary-blue) !important; } /* TSG Orange accent colors */ .btn-warning { background-color: var(--tsg-accent-orange) !important; border-color: var(--tsg-accent-orange) !important; color: white !important; } .btn-warning:hover { background-color: #e6850e !important; border-color: #e6850e !important; } .text-warning { color: var(--tsg-accent-orange) !important; } .bg-warning { background-color: var(--tsg-accent-orange) !important; } .border-warning { border-color: var(--tsg-accent-orange) !important; } /* AI and SEO Optimized Blog Template Styles */ /* Core Web Vitals Optimization */ * { box-sizing: border-box; } html { scroll-behavior: smooth; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background-color: #ffffff; color: #333333; margin: 0; padding: 0; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .article-container { max-width: 800px; margin: 0 auto; padding: 40px 20px; } /* TSG Global Professional Typography */ .entry-content { font-size: 16px; line-height: 1.7; color: #333333; font-weight: 400; } .entry-content h1 { font-size: 2.5rem; font-weight: 700; color: #1a202c; margin-top: 0; margin-bottom: 1.5rem; line-height: 1.2; } .entry-content h2 { font-size: 1.75rem; font-weight: 600; color: #1a202c; margin-top: 3rem; margin-bottom: 1.5rem; line-height: 1.3; } .entry-content h3 { font-size: 1.5rem; font-weight: 600; color: #2d3748; margin-top: 2.5rem; margin-bottom: 1rem; line-height: 1.3; } .entry-content h4 { font-size: 1.25rem; font-weight: 600; color: #4a5568; margin-top: 2rem; margin-bottom: 1rem; line-height: 1.3; } .entry-content h5 { font-size: 1.125rem; font-weight: 600; color: #4a5568; margin-top: 1.5rem; margin-bottom: 0.75rem; } .entry-content h6 { font-size: 1rem; font-weight: 600; color: #4a5568; margin-top: 1.5rem; margin-bottom: 0.75rem; } .entry-content p { margin-bottom: 1.5rem; color: #333333; font-size: 16px; line-height: 1.7; } .entry-content ul, .entry-content ol { margin-bottom: 1.5rem; padding-left: 2rem; } .entry-content li { margin-bottom: 0.5rem; color: #333333; line-height: 1.6; } .entry-content strong { font-weight: 600; color: #1a202c; } .entry-content em { font-style: italic; } .entry-content a { color: #2563eb; text-decoration: underline; } .entry-content a:hover { color: #1d4ed8; } /* TSG Global Card Elements */ .key-insight-card { background: #f8fafc; border: 1px solid #e2e8f0; border-left: 4px solid #2563eb; border-radius: 8px; padding: 1.5rem; margin: 2rem 0; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); } .key-insight-card h4 { color: #2563eb; font-weight: 600; margin-bottom: 0.75rem; margin-top: 0; } .important-timeline-card { background: #fef3c7; border: 1px solid #fbbf24; border-radius: 8px; padding: 1.5rem; margin: 2rem 0; } .important-timeline-card h4 { color: #92400e; font-weight: 600; margin-bottom: 0.75rem; margin-top: 0; } .step-card { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 8px; padding: 1.5rem; margin: 1.5rem 0; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); } .step-card h4 { color: #1f2937; font-weight: 600; margin-bottom: 0.75rem; margin-top: 0; } .benefit-card { background: #f0f9ff; border: 1px solid #0ea5e9; border-radius: 8px; padding: 1.5rem; margin: 1.5rem 0; } .benefit-card h3 { color: #0ea5e9; font-weight: 600; margin-bottom: 0.75rem; margin-top: 0; } .optimization-tips-card { background: #f0fdf4; border: 1px solid #22c55e; border-radius: 8px; padding: 1.5rem; margin: 2rem 0; } .optimization-tips-card h5 { color: #16a34a; font-weight: 600; margin-bottom: 0.75rem; margin-top: 0; } .ready-to-start-card { background: #1e40af; color: #ffffff; border-radius: 8px; padding: 2rem; margin: 3rem 0; text-align: center; } .ready-to-start-card h4 { color: #ffffff; font-weight: 600; margin-bottom: 1rem; margin-top: 0; } .ready-to-start-card p { color: #e0e7ff; margin-bottom: 1rem; } .ready-to-start-card a { color: #ffffff; text-decoration: underline; } /* Step-by-Step Guide Card */ .step-by-step-guide-card { background: #f0f9ff; border: 1px solid #0ea5e9; border-left: 4px solid #0ea5e9; border-radius: 8px; padding: 1.5rem; margin: 2rem 0; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); } .step-by-step-guide-card h4 { color: #0ea5e9; font-weight: 600; margin-bottom: 0.75rem; margin-top: 0; } /* Benefits Card */ .benefits-card { background: #22c55e; border: 1px solid #16a34a; border-radius: 8px; padding: 1.5rem; margin: 2rem 0; color: white; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); } .benefits-card h4 { color: white; font-weight: 600; margin-bottom: 0.75rem; margin-top: 0; } .benefits-card p { color: white; margin-bottom: 1rem; } .benefits-card ul { color: white; } .benefits-card li { color: white; margin-bottom: 0.5rem; } .benefits-card a { color: white; text-decoration: underline; } .text-muted { color: #6c757d !important; } /* Table of Contents Styling */ .table-of-contents { position: sticky; top: 20px; background: #ffffff !important; border-left: 4px solid var(--tsg-primary-blue) !important; padding: 1rem !important; border-radius: 0.5rem !important; border: 1px solid #dee2e6 !important; box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important; color: #2c3e50 !important; } /* Light theme table of contents styling */ .table-of-contents h4 { color: #2c3e50 !important; margin-bottom: 1rem !important; } .table-of-contents ul { list-style: none !important; padding: 0 !important; } .table-of-contents li { margin-bottom: 0.5rem !important; } .table-of-contents a { color: var(--tsg-primary-blue) !important; text-decoration: none !important; } .table-of-contents a:hover { color: var(--tsg-secondary-blue) !important; } .table-of-contents .h4 { margin-bottom: 0.75rem; font-weight: 600; } .table-of-contents .h4 button { color: var(--tsg-dark-blue) !important; font-weight: 600; font-size: 1.25rem; border: none !important; outline: none !important; box-shadow: none !important; } .table-of-contents .h4 button:hover { color: var(--tsg-primary-blue) !important; } .table-of-contents .h4 button:focus { color: var(--tsg-primary-blue) !important; } .table-of-contents .h4 button .fa-chevron-down { transition: transform 0.2s ease; } .table-of-contents .h4 button[aria-expanded="true"] .fa-chevron-down { transform: rotate(180deg); } .toc-list { list-style: none; padding: 0; margin: 0; } .toc-list li { margin-bottom: 0.5rem; } .toc-list a { color: var(--tsg-primary-blue) !important; padding: 0.25rem 0; display: block; transition: color 0.2s ease; text-decoration: none; font-size: 0.9rem; line-height: 1.4; font-weight: 500; } .toc-list a:hover { color: var(--tsg-secondary-blue) !important; text-decoration: underline; } /* Featured Image Optimization */ .featured-image-container img { max-width: 100%; height: auto; object-fit: cover; aspect-ratio: 16/9; } /* Content Sections */ .content-section { scroll-margin-top: 2rem; } /* Step-by-step guide styling */ .step-item { padding: 1.5rem !important; border-left: 3px solid var(--tsg-primary-blue) !important; margin-left: 20px !important; background: #ffffff !important; border-radius: 0.5rem !important; margin-bottom: 1rem !important; box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important; color: #2c3e50 !important; } .step-item:hover { border-left-color: var(--tsg-accent-orange); transform: translateX(5px); transition: all 0.3s ease; } /* Code blocks */ .code-block pre { overflow-x: auto; white-space: pre-wrap; word-wrap: break-word; } /* Social sharing buttons */ .social-share .btn { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; } /* Author bio styling */ .author-bio { border-left: 4px solid var(--tsg-primary-blue); } [data-bs-theme="dark"] .author-bio { background: var(--bs-dark) !important; border-color: var(--tsg-secondary-blue); } /* TSG Custom Header Styling */ .hero-header { background: linear-gradient(135deg, var(--tsg-primary-blue) 0%, var(--tsg-secondary-blue) 100%); color: white; position: relative; overflow: hidden; } .hero-header::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(45deg, transparent 0%, rgba(249, 115, 22, 0.1) 50%, transparent 100%); pointer-events: none; } .hero-header .container { position: relative; z-index: 1; } .hero-header .display-4 { font-weight: 700; margin-bottom: 1.5rem; } .hero-header .lead { font-size: 1.25rem; font-weight: 300; opacity: 0.9; } .entry-meta { opacity: 0.8; font-size: 0.9rem; } .entry-meta i { opacity: 0.8; } /* TSG Reading Progress Bar */ .reading-progress { position: fixed; top: 0; left: 0; width: 0; height: 3px; background: linear-gradient(90deg, var(--tsg-primary-blue) 0%, var(--tsg-accent-orange) 100%); z-index: 9999; transition: width 0.1s ease; } /* TSG Back to Top Button */ .back-to-top { position: fixed; bottom: 20px; right: 20px; background: linear-gradient(135deg, var(--tsg-primary-blue) 0%, var(--tsg-secondary-blue) 100%); border: 2px solid var(--tsg-accent-orange); color: white; border-radius: 50%; width: 50px; height: 50px; font-size: 1.2rem; opacity: 0; transform: translateY(20px); transition: all 0.3s ease; z-index: 1000; } .back-to-top.show { opacity: 1; transform: translateY(0); } .back-to-top:hover { background: linear-gradient(135deg, var(--tsg-accent-orange) 0%, var(--tsg-primary-blue) 100%); transform: translateY(-2px); } /* Performance optimizations */ .wp-post-image { will-change: transform; } /* Cards and content boxes - Light theme optimized */ .card { border: 1px solid #dee2e6 !important; box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important; transition: transform 0.2s ease, box-shadow 0.2s ease !important; background: #ffffff !important; color: #2c3e50 !important; } .card:hover { transform: translateY(-2px) !important; box-shadow: 0 4px 8px rgba(0,0,0,0.15) !important; } .card-header { background: var(--tsg-light-blue) !important; border-bottom: 1px solid #dee2e6 !important; font-weight: 600 !important; color: var(--tsg-dark-blue) !important; } .card-body { padding: 1.5rem !important; color: #2c3e50 !important; } .card-title { color: var(--tsg-primary-blue) !important; font-weight: 600 !important; } .card-text { color: #495057 !important; } /* Accessibility improvements */ .visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; } /* Additional light theme styling for better readability */ h1, h2, h3, h4, h5, h6 { color: var(--tsg-dark-blue) !important; } .text-primary { color: var(--tsg-primary-blue) !important; } .bg-light { background-color: #ffffff !important; color: #2c3e50 !important; } .border { border-color: #dee2e6 !important; } .list-group-item { background-color: #ffffff !important; color: #2c3e50 !important; border-color: #dee2e6 !important; } .badge { background-color: var(--tsg-primary-blue) !important; color: white !important; } .alert-info { background-color: #d1ecf1 !important; color: #0c5460 !important; border-color: #bee5eb !important; } .alert-warning { background-color: #fff3cd !important; color: #856404 !important; border-color: #ffeaa7 !important; } .alert-success { background-color: #d4edda !important; color: #155724 !important; border-color: #c3e6cb !important; } /* Table styling enhancements */ .table { background: #ffffff !important; color: #2c3e50 !important; } .table thead th { background-color: var(--tsg-light-blue) !important; color: var(--tsg-dark-blue) !important; font-weight: 600 !important; } .table tbody tr:hover { background-color: #f8f9fa !important; } .table tbody td { color: #495057 !important; } /* Responsive design improvements */ @media (max-width: 768px) { .hero-header .display-4 { font-size: 2rem; } .hero-header .lead { font-size: 1.1rem; } .entry-content { padding: 1rem !important; } .step-item { padding: 1rem !important; margin-left: 10px !important; } .table-of-contents { position: relative; top: 0; } } /* Link styling */ .entry-content a { color: var(--tsg-primary-blue) !important; text-decoration: underline !important; } .entry-content a:hover { color: var(--tsg-secondary-blue) !important; } /* List styling */ .entry-content ul, .entry-content ol { margin-bottom: 1.5rem !important; } .entry-content li { margin-bottom: 0.5rem !important; } /* Blockquote styling */ .entry-content blockquote { border-left: 4px solid var(--tsg-primary-blue) !important; padding-left: 1rem !important; margin: 1.5rem 0 !important; font-style: italic !important; color: #6c757d !important; } /* Table styling - Bootstrap enhanced */ .entry-content table { width: 100% !important; margin-bottom: 1.5rem !important; border-collapse: collapse !important; border: 1px solid #dee2e6 !important; background-color: #ffffff !important; border-radius: 0.375rem !important; overflow: hidden !important; box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important; } .entry-content table th { background-color: #f8f9fa !important; color: #495057 !important; font-weight: 600 !important; padding: 12px 15px !important; text-align: left !important; border-bottom: 2px solid #dee2e6 !important; border-right: 1px solid #dee2e6 !important; } .entry-content table th:last-child { border-right: none !important; } .entry-content table td { padding: 12px 15px !important; border-bottom: 1px solid #dee2e6 !important; border-right: 1px solid #dee2e6 !important; vertical-align: top !important; color: #333333 !important; } .entry-content table td:last-child { border-right: none !important; } .entry-content table tbody tr:hover { background-color: #f8f9fa !important; } .entry-content table tbody tr:last-child td { border-bottom: none !important; } .table-of-contents .h4 button .fa-chevron-down { transition: transform 0.2s ease; } .table-of-contents .h4 button[aria-expanded="true"] .fa-chevron-down { transform: rotate(180deg); } .toc-list { list-style: none; padding: 0; margin: 0; } .toc-list li { margin-bottom: 0.5rem; } .toc-list a { color: var(--tsg-primary-blue) !important; padding: 0.25rem 0; display: block; transition: color 0.2s ease; text-decoration: none; font-size: 0.9rem; line-height: 1.4; font-weight: 500; } .toc-list a:hover { color: var(--tsg-secondary-blue) !important; text-decoration: underline; } /* Featured Image Optimization */ .featured-image-container img { max-width: 100%; height: auto; object-fit: cover; aspect-ratio: 16/9; } /* Content Sections */ .content-section { scroll-margin-top: 2rem; } /* Step-by-step guide styling */ .step-item { padding: 1.5rem !important; border-left: 3px solid var(--tsg-primary-blue) !important; margin-left: 20px !important; background: #ffffff !important; border-radius: 0.5rem !important; margin-bottom: 1rem !important; box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important; color: #2c3e50 !important; } .step-item:hover { border-left-color: var(--tsg-accent-orange); transform: translateX(5px); transition: all 0.3s ease; } /* Code blocks */ .code-block pre { overflow-x: auto; white-space: pre-wrap; word-wrap: break-word; } /* Social sharing buttons */ .social-share .btn { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; } /* Author bio styling */ .author-bio { border-left: 4px solid var(--tsg-primary-blue); } /* Brand Custom Header Styling - Exact copy from TSG Global blog */ .hero-header { background: linear-gradient(135deg, var(--tsg-primary-blue) 0%, var(--tsg-secondary-blue) 100%) !important; color: white !important; position: relative; overflow: hidden; } .hero-header::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(45deg, transparent 0%, rgba(255, 149, 0, 0.1) 50%, transparent 100%); pointer-events: none; } /* Performance optimizations */ .wp-post-image { will-change: transform; } /* Cards and content boxes - Light theme optimized */ .card { border: 1px solid #dee2e6 !important; box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important; transition: transform 0.2s ease, box-shadow 0.2s ease !important; background: #ffffff !important; color: #2c3e50 !important; } .card:hover { transform: translateY(-2px) !important; box-shadow: 0 4px 8px rgba(0,0,0,0.15) !important; } .card-header { background: var(--tsg-light-blue) !important; border-bottom: 1px solid #dee2e6 !important; font-weight: 600 !important; color: var(--tsg-dark-blue) !important; } .card-body { padding: 1.5rem !important; color: #2c3e50 !important; } .card-title { color: var(--tsg-primary-blue) !important; font-weight: 600 !important; } .card-text { color: #495057 !important; } /* Additional TSG Global specific styles */ .entry-header { background: linear-gradient(135deg, var(--tsg-primary-blue) 0%, var(--tsg-secondary-blue) 100%) !important; } .entry-header h1 { color: white !important; } .entry-meta { color: rgba(255, 255, 255, 0.9) !important; } .entry-meta i { color: rgba(255, 255, 255, 0.8) !important; } /* Accessibility improvements */ .visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; } /* Reading progress bar */ .reading-progress { position: fixed; top: 0; left: 0; width: 0; height: 3px; background: linear-gradient(90deg, var(--tsg-primary-blue) 0%, var(--tsg-accent-orange) 100%); z-index: 9999; transition: width 0.1s ease; } /* Back to top button */ .back-to-top { position: fixed; bottom: 20px; right: 20px; background: linear-gradient(135deg, var(--tsg-primary-blue) 0%, var(--tsg-secondary-blue) 100%); color: white; border: 2px solid var(--tsg-accent-orange); border-radius: 50%; width: 50px; height: 50px; font-size: 1.2rem; opacity: 0; transform: translateY(20px); transition: all 0.3s ease; z-index: 1000; } .back-to-top.show { opacity: 1; transform: translateY(0); } .back-to-top:hover { background: linear-gradient(135deg, var(--tsg-accent-orange) 0%, var(--tsg-primary-blue) 100%); transform: translateY(-2px); } /* Additional light theme styling for better readability */ h1, h2, h3, h4, h5, h6 { color: var(--tsg-dark-blue) !important; } .text-primary { color: var(--tsg-primary-blue) !important; } .bg-light { background-color: #ffffff !important; color: #2c3e50 !important; } .border { border-color: #dee2e6 !important; } .list-group-item { background-color: #ffffff !important; color: #2c3e50 !important; border-color: #dee2e6 !important; } .badge { background-color: var(--tsg-primary-blue) !important; color: white !important; } .alert-info { background-color: #d1ecf1 !important; color: #0c5460 !important; border-color: #bee5eb !important; } .alert-warning { background-color: #fff3cd !important; color: #856404 !important; border-color: #ffeaa7 !important; } .alert-success { background-color: #d4edda !important; color: #155724 !important; border-color: #c3e6cb !important; line-height: 1.2; margin-bottom: 1rem; color: var(--tsg-black); } h1 { font-size: 2.5rem; color: var(--tsg-primary-blue); } h2 { font-size: 2rem; color: var(--tsg-dark-blue); border-bottom: 2px solid var(--tsg-light-blue); padding-bottom: 0.5rem; } h3 { font-size: 1.5rem; color: var(--tsg-primary-blue); } /* Article Structure */ .article-header { background: linear-gradient(135deg, var(--tsg-light-blue), var(--tsg-white)); padding: 3rem 0; margin-bottom: 2rem; border-bottom: 1px solid var(--tsg-light-blue); } .article-meta { color: var(--tsg-gray-dark); font-size: 0.9rem; margin-bottom: 1rem; } .article-content { font-size: 1.1rem; line-height: 1.8; margin-bottom: 2rem; } .article-content p { margin-bottom: 1.5rem; } .article-content blockquote { border-left: 4px solid var(--tsg-primary-blue); padding-left: 1.5rem; margin: 2rem 0; font-style: italic; color: var(--tsg-gray-dark); } .article-content ul, .article-content ol { padding-left: 2rem; margin-bottom: 1.5rem; } .article-content li { margin-bottom: 0.5rem; } /* Featured Image */ .featured-image { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); margin-bottom: 2rem; } /* Table of Contents */ .table-of-contents { background: var(--tsg-gray-light); border: 1px solid var(--tsg-light-blue); border-radius: 8px; padding: 1.5rem; margin-bottom: 2rem; } .table-of-contents h4 { color: var(--tsg-primary-blue); margin-bottom: 1rem; } .table-of-contents ul { list-style: none; padding: 0; } .table-of-contents li { margin-bottom: 0.5rem; } .table-of-contents a { color: var(--tsg-dark-blue); text-decoration: none; font-weight: 500; } .table-of-contents a:hover { color: var(--tsg-primary-blue); } /* TL;DR Section Styling */ .tldr-section { background: linear-gradient(135deg, var(--tsg-light-blue), #f8f9fa); border: 2px solid var(--tsg-primary-blue); border-radius: 12px; padding: 1.5rem; margin: 2rem 0; box-shadow: 0 4px 8px rgba(0,0,0,0.1); } .tldr-section h3 { color: var(--tsg-primary-blue); margin-bottom: 1rem; font-size: 1.25rem; font-weight: 600; } .tldr-section ul { list-style: none; padding-left: 0; } .tldr-section li { display: flex; align-items: flex-start; margin-bottom: 0.75rem; color: var(--tsg-dark-blue); line-height: 1.5; } .tldr-section li::before { content: "✓"; color: var(--tsg-accent-orange); font-weight: bold; margin-right: 0.5rem; margin-top: 0.1rem; flex-shrink: 0; } /* Author Info Section */ .author-info-section { background: #ffffff; border: 1px solid #dee2e6; border-radius: 8px; padding: 1.5rem; margin: 2rem 0; box-shadow: 0 2px 4px rgba(0,0,0,0.05); } .author-info-section h4 { color: var(--tsg-primary-blue); margin-bottom: 0.5rem; } .author-credentials { color: var(--tsg-gray-dark); font-size: 0.9rem; margin-bottom: 0.5rem; } .author-bio { color: #495057; font-size: 0.95rem; line-height: 1.6; } /* Date Information */ .date-info { background: #f8f9fa; border-left: 4px solid var(--tsg-primary-blue); padding: 1rem; margin: 1rem 0; border-radius: 0 8px 8px 0; } .date-info .date-label { font-weight: 600; color: var(--tsg-dark-blue); } .date-info .date-value { color: var(--tsg-gray-dark); } /* Statistics Section */ .statistics-section { background: #ffffff; border: 1px solid #dee2e6; border-radius: 8px; padding: 1.5rem; margin: 2rem 0; } .stat-item { text-align: center; padding: 1rem; border-radius: 6px; background: var(--tsg-light-blue); margin-bottom: 1rem; } .stat-number { font-size: 2rem; font-weight: bold; color: var(--tsg-primary-blue); } .stat-label { font-size: 0.9rem; color: var(--tsg-gray-dark); margin-top: 0.5rem; } /* Comparison Content */ .comparison-section { background: #ffffff; border: 1px solid #dee2e6; border-radius: 8px; padding: 1.5rem; margin: 2rem 0; } .comparison-table { width: 100%; border-collapse: collapse; margin-top: 1rem; } .comparison-table th, .comparison-table td { padding: 0.75rem; text-align: left; border-bottom: 1px solid #dee2e6; } .comparison-table th { background: var(--tsg-light-blue); color: var(--tsg-dark-blue); font-weight: 600; } .comparison-table td { color: #495057; } .comparison-table tr:hover { background: #f8f9fa; } /* FAQ Section */ .faq-section { background: var(--tsg-gray-light); padding: 2rem; border-radius: 8px; margin: 2rem 0; } .faq-item { margin-bottom: 1.5rem; } .faq-question { font-weight: 600; color: var(--tsg-primary-blue); margin-bottom: 0.5rem; } .faq-answer { color: var(--tsg-gray-dark); line-height: 1.6; } /* Call to Action */ .cta-section { background: var(--tsg-primary-blue); color: white; padding: 2rem; border-radius: 8px; text-align: center; margin: 2rem 0; } .cta-section h3 { color: white; margin-bottom: 1rem; } .cta-section .btn { background-color: var(--tsg-accent-orange); border-color: var(--tsg-accent-orange); color: white; font-weight: 600; } .cta-section .btn:hover { background-color: var(--tsg-white); color: var(--tsg-primary-blue); } /* Social Sharing */ .social-sharing { display: flex; gap: 1rem; margin: 2rem 0; justify-content: center; } .social-share-btn { padding: 0.5rem 1rem; border-radius: 6px; color: white; text-decoration: none; font-weight: 500; transition: opacity 0.3s; } .social-share-btn:hover { opacity: 0.8; color: white; } .share-facebook { background-color: #1877F2; } .share-twitter { background-color: #1DA1F2; } .share-linkedin { background-color: #0A66C2; } .share-pinterest { background-color: #BD081C; } /* Reading Progress Bar */ .reading-progress { position: fixed; top: 0; left: 0; width: 0%; height: 3px; background-color: var(--tsg-primary-blue); z-index: 1000; transition: width 0.3s ease; } /* Back to Top Button */ .back-to-top { position: fixed; bottom: 2rem; right: 2rem; background-color: var(--tsg-primary-blue); color: white; border: none; border-radius: 50%; width: 50px; height: 50px; font-size: 1.2rem; cursor: pointer; opacity: 0; transition: opacity 0.3s; z-index: 1000; } .back-to-top.show { opacity: 1; } .back-to-top:hover { background-color: var(--tsg-dark-blue); } /* Responsive Design */ @media (max-width: 768px) { h1 { font-size: 2rem; } h2 { font-size: 1.5rem; } .article-header { padding: 2rem 0; } .article-content { font-size: 1rem; } .social-sharing { flex-direction: column; align-items: center; } } /* Accessibility */ .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } /* Focus styles */ a:focus, button:focus, input:focus, textarea:focus { outline: 2px solid var(--tsg-primary-blue); outline-offset: 2px; } /* AI Optimization Section Styles */ .tldr-section { background: linear-gradient(135deg, #e3f2fd 0%, #f8f9fa 100%); border-left: 4px solid var(--tsg-primary-blue); border-radius: 8px; padding: 24px; margin-bottom: 30px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); } .tldr-section h3 { color: var(--tsg-primary-blue); font-weight: 700; margin-bottom: 16px; display: flex; align-items: center; } .tldr-section ul li { padding: 8px 0; border-bottom: 1px solid #e9ecef; font-weight: 500; } .tldr-section ul li:last-child { border-bottom: none; } .author-info-section { background: #f8f9fa; border-radius: 8px; padding: 24px; margin-bottom: 30px; border: 1px solid #e9ecef; } .author-info-section h4 { color: var(--tsg-primary-blue); font-weight: 700; margin-bottom: 16px; } .author-credentials { margin-bottom: 12px; color: #495057; font-weight: 500; } .author-bio { color: #6c757d; font-style: italic; } .date-info { background: #ffffff; border: 1px solid #dee2e6; border-radius: 8px; padding: 16px 24px; margin-bottom: 30px; } .date-label { font-weight: 600; color: #495057; margin-right: 8px; } .date-value { color: var(--tsg-primary-blue); font-weight: 500; } .statistics-section { background: linear-gradient(135deg, #fff9e6 0%, #f8f9fa 100%); border-radius: 12px; padding: 32px; margin-bottom: 30px; box-shadow: 0 4px 12px rgba(0,0,0,0.05); } .statistics-section h4 { color: var(--tsg-primary-blue); font-weight: 700; margin-bottom: 24px; } .stat-item { text-align: center; padding: 16px; background: white; border-radius: 8px; margin-bottom: 16px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); transition: transform 0.2s ease; } .stat-item:hover { transform: translateY(-2px); } .stat-number { font-size: 2.5rem; font-weight: 700; color: var(--tsg-primary-blue); line-height: 1; margin-bottom: 8px; } .stat-label { color: #6c757d; font-weight: 500; font-size: 0.9rem; } /* Enhanced FAQ Section */ .accordion-item { border: 1px solid #e9ecef; border-radius: 8px !important; margin-bottom: 12px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); } .accordion-button { background: #f8f9fa; border: none; font-weight: 600; color: var(--tsg-primary-blue); padding: 16px 20px; } .accordion-button:focus { box-shadow: 0 0 0 0.25rem rgba(37, 99, 235, 0.25); } .accordion-body { background: white; padding: 20px; color: #495057; line-height: 1.6; } /* Responsive Improvements for AI sections */ @media (max-width: 768px) { .tldr-section, .author-info-section, .statistics-section { padding: 20px; } .stat-number { font-size: 2rem; } .date-info { padding: 16px; } } 

