:root{--blog-primary-color:var(--e-global-color-primary, #6EC1E4);--blog-text-color:var(--e-global-color-text, #7A7A7A);--blog-bg-color:#f8fafc;--blog-card-bg:#ffffff;--blog-border-radius:12px;--blog-transition:all 0.3s ease;--blog-font-primary:var(--e-global-typography-primary-font-family, "Roboto"), sans-serif;--blog-font-secondary:var(--e-global-typography-secondary-font-family, "Roboto Slab"), serif}.blog-archive-container,.single-post-container{max-width:1200px;margin:0 auto;padding:4rem 2rem;width:100%;box-sizing:border-box;font-family:var(--blog-font-primary)}.blog-archive-header{text-align:center;margin-bottom:3rem}.blog-archive-title{font-size:2rem;color:var(--blog-text-color);font-weight:700;margin-bottom:.5rem}.blog-archive-subtitle{color:#64748b;font-size:1.125rem}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.blog-card{background:var(--blog-card-bg);border-radius:var(--blog-border-radius);overflow:hidden;box-shadow:0 4px 6px -1px rgb(0 0 0 / .1),0 2px 4px -2px rgb(0 0 0 / .1);transition:var(--blog-transition);display:flex;flex-direction:column;text-decoration:none;color:inherit}.blog-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px rgb(0 0 0 / .1),0 8px 10px -6px rgb(0 0 0 / .1)}.blog-card-img{width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover;display:block;background-color:#fff;border-bottom:1px solid #e2e8f0}.blog-card-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.blog-card-title{font-size:1.15rem;font-weight:600;color:var(--blog-text-color);margin-top:0;margin-bottom:.75rem;line-height:1.4}.blog-card-excerpt{color:#64748b;font-size:.9rem;line-height:1.6;margin-bottom:1.5rem;flex:1}.blog-card-meta{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;color:#94a3b8;border-top:1px solid #f1f5f9;padding-top:1rem}.blog-card-read-more{color:var(--blog-primary-color);font-weight:500;text-decoration:none}.blog-card-read-more:hover{text-decoration:underline}.single-post-container{max-width:800px;margin:0 auto;padding:4rem 1rem;font-family:var(--blog-font-primary)}.single-post-header{text-align:center;margin-bottom:3rem}.single-post-title{font-size:2.25rem;color:var(--blog-text-color);font-weight:800;line-height:1.2;margin-bottom:1rem}.single-post-meta{color:#64748b;font-size:1rem;display:flex;justify-content:center;gap:1.5rem}.single-post-hero-img{width:100%;height:auto;max-height:500px;object-fit:contain;border-radius:var(--blog-border-radius);margin-bottom:3rem;box-shadow:0 10px 15px -3px rgb(0 0 0 / .1)}.single-post-content{font-size:1rem;line-height:1.8;color:var(--blog-text-color)}.single-post-content p,.single-post-content h1,.single-post-content h2,.single-post-content h3,.single-post-content li,.blog-card-excerpt,.blog-card-title{text-wrap:pretty}.single-post-content .elementor{margin-top:2rem}@media (max-width:1024px){.blog-archive-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:768px){.blog-archive-container,.single-post-container{padding:2rem 1rem}.blog-archive-grid{grid-template-columns:1fr;gap:1.5rem}.single-post-title{font-size:1.75rem}.single-post-hero-img{margin-bottom:1.5rem}}@media (max-width:480px){.blog-archive-title{font-size:1.75rem}.single-post-title{font-size:1.5rem}.blog-card-content{padding:1.25rem}}