.wrapper{display:flex;width:100%}.hero-container-a{flex:3;background:linear-gradient(to bottom right,#fbe4cf,#fae3ce,#fcead9,#faf8f8,#f7f7fa)}.hero-container-a,.hero-container-b{padding:20px;display:flex;align-items:center;justify-content:center}.hero-container-b{flex:1;background-color:var(--primary)}.hero-content-flex{display:flex;align-items:baseline;justify-content:left;gap:40px}@media(max-width:768px){.hero-content-flex{flex-direction:column;text-align:center}}.blog-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.blog-list .blog-card{background:var(--white);border-radius:8px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 2px 8px rgba(0,0,0,.1)}.blog-list .blog-card img{width:100%;height:160px;object-fit:cover}.blog-list .blog-card .blog-card-content{padding:16px;flex:1}.blog-list .blog-card .blog-card-content h3{font-size:1.25rem;color:var(--primary-dark);margin-bottom:10px}.blog-list .blog-card .blog-card-content .post-meta{font-size:.9rem;color:var(--text-secondary);margin-bottom:10px}.blog-list .blog-card .blog-card-content .post-meta .category{color:var(--secondary);font-weight:700}.blog-list .blog-card .blog-card-content p{font-size:.9rem;color:var(--text-secondary);margin-bottom:10px}.blog-list .blog-card .blog-card-content .tags{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:10px}.blog-list .blog-card .blog-card-content .tags .tag{background:var(--background-grey);color:var(--text-secondary);font-size:.75rem;padding:5px 10px;border-radius:4px}.blog-list .blog-card .blog-card-content .btn{background:var(--primary);color:var(--white);padding:10px 20px;border-radius:4px;text-decoration:none;margin-top:auto}.blog-list .blog-card .blog-card-content .btn:hover{background:var(--primary-dark)}.btn{display:inline-block;text-align:center;cursor:pointer}.btn.btn-primary{background-color:var(--primary);color:var(--white);border-radius:.75rem;padding:.625rem 1rem;text-decoration:none}.btn.btn-primary:hover{background-color:var(--primary-dark)}@media(max-width:768px){.featured-post{flex-direction:column}.featured-post-main,.featured-post-side{flex:1}}.post-content{background:var(--background);padding:20px;opacity:.95}.post-content h2{font-size:1.75rem;margin-bottom:10px}.post-content .post-meta{font-size:.9rem;margin-bottom:10px}.post-content .post-meta .category{color:var(--secondary);font-weight:700}.post-content p{font-size:1rem;margin-bottom:20px}.post-content .btn{background:var(--primary);color:var(--white);padding:10px 20px;border-radius:4px;text-decoration:none}.post-content .btn:hover{background:var(--primary-dark)}.featured-post{display:flex;flex-wrap:wrap;gap:20px}.featured-post-main{flex:2;position:relative}.featured-post-main img{width:100%;object-fit:cover;display:block;max-height:500px}.featured-post-side{flex:1;display:flex;flex-direction:column;gap:20px}.featured-post-side .post-summary{display:flex;gap:10px;background:var(--white);border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:hidden}.featured-post-side .post-summary img{width:80px;height:80px;object-fit:cover}.featured-post-side .post-summary .post-summary-content{padding:10px}.featured-post-side .post-summary .post-summary-content h3{font-size:1rem;margin-bottom:5px;color:var(--primary-dark)}.featured-post-side .post-summary .post-summary-content .post-meta{font-size:.8rem;color:var(--text-secondary);margin-bottom:5px}.featured-post-side .post-summary .post-summary-content .post-meta .category{color:var(--secondary);font-weight:700}.featured-post-side .post-summary .post-summary-content p{font-size:.9rem;color:var(--text-secondary);margin-bottom:10px}.featured-post-side .post-summary .post-summary-content .learn-more{font-size:.9rem;color:var(--primary);text-decoration:none}.featured-post-side .post-summary .post-summary-content .learn-more:hover{text-decoration:underline}
/*# sourceMappingURL=8f4313f0291f6c8b.css.map*/