.post-summary{background:var(--secondary-color, #f0fdf9);border-left:3px solid var(--primary-color, #08ba9c);border-radius:0 var(--radius-sm, 4px) var(--radius-sm, 4px) 0;padding:1.25rem 1.5rem;margin-bottom:2rem}.post-summary__question{font-size:var(--text-lg, 1.125rem);font-weight:600;margin:0 0 .5rem;line-height:1.4}.post-summary__answer{font-size:1rem;line-height:1.7;margin:0;color:var(--text-color, #1a1a1a)}@media(max-width:640px){.post-summary{padding:1rem 1.125rem}}.blog-hero{background:var(--secondary-color);padding:4rem 0;text-align:center}.blog-hero h1{margin-bottom:1rem}.blog-hero p{color:var(--text-light);font-size:var(--text-lg)}.blog-controls{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.search-wrapper{flex:1;min-width:250px;position:relative}.search-wrapper :global(svg){position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--text-lighter)}.search-input{width:100%;padding:.75rem 1rem .75rem 2.75rem;border:1px solid var(--border-light);border-radius:var(--radius-sm);font-size:1rem;transition:var(--transition)}.search-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #08ba9c1a}.filter-select{padding:.75rem 2.5rem .75rem 1rem;border:1px solid var(--border-light);border-radius:var(--radius-sm);font-size:1rem;background:var(--white);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='%23666666'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.blog-card{background:var(--white);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--border-light);transition:var(--transition);text-decoration:none;color:inherit;display:flex;flex-direction:column}.blog-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px);border-color:#08ba9c4d}.blog-image{position:relative;aspect-ratio:16/9;overflow:hidden}.blog-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-card:hover .blog-image img{transform:scale(1.05)}.blog-category{position:absolute;top:1rem;left:1rem;background:var(--primary-color);color:var(--white);padding:.25rem .75rem;border-radius:var(--radius-sm);font-size:.75rem;font-weight:600;text-transform:uppercase}.blog-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.blog-meta{display:flex;gap:1rem;margin-bottom:.75rem;font-size:.875rem;color:var(--text-lighter)}.blog-meta span{display:flex;align-items:center;gap:.25rem}.blog-content h2{font-size:1.25rem;line-height:1.4;margin-bottom:.75rem;color:var(--black)}.blog-content p{color:var(--text-light);line-height:1.6;flex:1}.blog-link{display:inline-flex;align-items:center;gap:.25rem;color:var(--primary-color);font-weight:500;margin-top:1rem}.no-results{grid-column:1 / -1;text-align:center;padding:3rem;color:var(--text-light)}.cta-content{text-align:center;max-width:600px;margin:0 auto}.cta-content h2{color:var(--white);margin-bottom:1rem}.cta-content p{color:#ffffffe6;font-size:var(--text-lg);margin-bottom:2rem}.post-hero{background:var(--secondary-color);padding:4rem 0 2rem}.post-header{max-width:800px;margin:0 auto;text-align:center}.post-header .blog-category{position:static;display:inline-block;margin-bottom:1rem}.post-header h1{font-size:2.5rem;line-height:1.3;margin-bottom:1.5rem}.post-meta{display:flex;gap:2rem;justify-content:center;color:var(--text-light);font-size:.9375rem}.post-meta span{display:flex;align-items:center;gap:.5rem}.post-image{max-width:900px;margin:0 auto;margin-top:2rem;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.post-image img{width:100%;height:auto;display:block}.post-content{max-width:700px;margin:0 auto;font-size:1.125rem;line-height:1.8}.post-content h2{margin-top:2.5rem;margin-bottom:1rem;font-size:1.75rem}.post-content h3{margin-top:2rem;margin-bottom:.75rem;font-size:1.375rem}.post-content p{margin-bottom:1.5rem}.post-content ul,.post-content ol{margin:1.5rem 0;padding-left:1.5rem}.post-content ul{list-style:disc}.post-content ol{list-style:decimal}.post-content li{margin-bottom:.75rem}.post-content blockquote{border-left:4px solid var(--primary-color);padding-left:1.5rem;margin:2rem 0;font-style:italic;color:var(--text-light)}.post-content a{color:var(--primary-color);text-decoration:underline;text-underline-offset:2px;transition:var(--transition)}.post-content a:hover{color:var(--primary-color-dark, #069b82);text-decoration-thickness:2px}.post-content table{width:100%;border-collapse:collapse;margin:2rem 0;font-size:1rem;background:var(--white);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm)}.post-content thead{background:var(--secondary-color)}.post-content th{padding:1rem 1.25rem;text-align:left;font-weight:600;color:var(--black);border-bottom:2px solid var(--primary-color)}.post-content td{padding:1rem 1.25rem;border-bottom:1px solid var(--border-light);vertical-align:top;line-height:1.6}.post-content tbody tr:last-child td{border-bottom:none}.post-content tbody tr:nth-child(2n){background:#fafafa}.post-content tbody tr:hover{background:#f5f5f5}.post-content td:first-child{font-weight:500;white-space:nowrap}@media screen and (max-width:768px){.post-content table{font-size:.9rem}.post-content th,.post-content td{padding:.75rem .875rem}.post-content td:first-child{white-space:normal}}.related-posts{max-width:800px;margin:0 auto}.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}@media screen and (max-width:768px){.blog-controls{flex-direction:column}.search-wrapper{width:100%}.post-header h1{font-size:1.75rem}.post-meta{flex-direction:column;gap:.5rem}}.note{background:#faf7f6;border-left:4px solid var(--primary-color);padding:1rem 1.25rem;border-radius:var(--radius-sm);margin:1.5rem 0}.note p{margin:0;font-size:.95em}.cta{margin-top:2rem;padding:1.5rem;border:1px solid var(--border-light);border-radius:var(--radius-md);background-color:var(--white);text-align:center}.cta h2{font-size:1.5rem;margin-top:0;margin-bottom:1rem;color:var(--primary-color)}.cta p{margin-bottom:1rem}.toc{border:1px solid var(--border-light);border-radius:var(--radius-md);padding:1.5rem;margin:1.5rem 0;background-color:var(--white)}.toc strong{display:block;margin-bottom:.75rem;font-size:1.1em;color:var(--black)}.toc ol{margin:0!important;padding-left:1.25rem!important}.toc li{margin-bottom:.5rem!important}.toc a{text-decoration:none;color:var(--primary-color)}.toc a:hover{text-decoration:underline}.box{background:#f9ece8;padding:1rem 1.125rem;border-radius:var(--radius-md);margin:1.5rem 0}.tip{border-left:4px solid var(--primary-color);padding:.625rem .875rem;background:#faf7f6;border-radius:var(--radius-sm);margin:1.5rem 0}.tip p{margin:0}
