.blog-post{width:100%;background:#f8f6fb}.blog-post .blog-cover-image{width:100%;max-height:420px;overflow:hidden}.blog-post .blog-cover-image img{width:100%;height:420px;object-fit:cover;display:block}.blog-post .heading-content{background:#fff;max-width:860px;margin:0 auto;padding:4rem 3rem 5rem}@media screen and (max-width:600px){.blog-post .heading-content{padding:2.5rem 1.4rem 3rem}}.blog-post .heading-content h1{margin-top:2rem;margin-bottom:1rem;font-weight:800;font-size:clamp(1.6rem,4vw,2.8rem);line-height:1.25;color:var(--primary-color);font-family:Rubik,serif}.blog-post .heading-content h2{margin-top:2.5rem;margin-bottom:.6rem;font-family:Rubik,serif;font-weight:700;font-size:clamp(1.25rem,3vw,1.7rem);color:var(--primary-color)}.blog-post .heading-content h3{margin-top:1.8rem;margin-bottom:.4rem;font-family:Rubik,serif;font-weight:600;font-size:clamp(1rem,2.5vw,1.3rem);color:var(--primary-color)}.blog-post .heading-content p{font-weight:400}.blog-post .heading-content ol,.blog-post .heading-content p,.blog-post .heading-content ul{line-height:1.85;margin-bottom:1.1rem;font-family:Karla,serif;font-size:clamp(.95rem,2vw,1.1rem);color:#3a3a3a}.blog-post .heading-content ol,.blog-post .heading-content ul{padding-left:1.4rem}.blog-post .heading-content ul li{list-style-type:disc}.blog-post .heading-content ol li{list-style-type:decimal}.blog-post .heading-content li{font-family:Karla,serif;color:#3a3a3a;margin-bottom:.4rem}.blog-post .heading-content strong{font-family:Karla,serif;font-weight:700;color:var(--primary-color)}.blog-post .heading-content a{font-family:Karla,serif;color:var(--btn-bg);text-decoration:underline}.blog-post .heading-content hr{border:none;border-top:1px solid #e5e0ee;margin:2.5rem 0}.blog-post .heading-content blockquote{border-left:4px solid var(--btn-bg);padding-left:1.2rem;margin:1.5rem 0;font-family:Karla,serif;font-style:italic;color:#666}.blog-post .heading-content code{font-family:Courier New,monospace;font-size:.9em;background:#f0ecf8;color:var(--primary-color);padding:.15em .4em;border-radius:4px}.blog-post .heading-content pre{background:#f0ecf8;border-left:4px solid var(--btn-bg);padding:1.2rem 1.4rem;margin:1.5rem 0;overflow-x:auto;border-radius:4px}.blog-post .heading-content pre code{background:none;padding:0;font-size:clamp(.8rem,1.5vw,.95rem);color:var(--primary-color)}.blog-post .heading-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-family:Karla,serif;font-size:clamp(.85rem,1.8vw,1rem);color:#3a3a3a}.blog-post .heading-content th{background:var(--primary-color);color:#fff;font-family:Rubik,serif;font-weight:600;padding:.75rem 1rem;text-align:left}.blog-post .heading-content td{padding:.65rem 1rem;border-bottom:1px solid #e5e0ee;font-family:Karla,serif}.blog-post .heading-content tr:nth-child(2n) td{background:#f8f6fb}.blog-post .heading-content img{max-width:100%;height:auto;display:block;margin:1.5rem auto;border-radius:6px}.blog-post .related-posts{max-width:860px;margin:0 auto;padding:3rem 3rem 1rem;border-top:1px solid #e5e0ee}@media screen and (max-width:600px){.blog-post .related-posts{padding:2rem 1.4rem 1rem}}.blog-post .related-posts h2{font-family:Rubik,serif;font-size:clamp(1.1rem,2.5vw,1.4rem);font-weight:700;color:var(--primary-color);margin-bottom:1.5rem}.blog-post .related-posts .related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:1.2rem;gap:1.2rem}.blog-post .related-posts .related-card{display:flex;flex-direction:column;border:1px solid #e5e0ee;border-radius:10px;overflow:hidden;text-decoration:none;background:#fff;transition:box-shadow .2s ease,transform .2s ease}.blog-post .related-posts .related-card:hover{box-shadow:0 4px 20px rgba(88,77,102,.15);transform:translateY(-2px)}.blog-post .related-posts .related-card .related-card-image{position:relative;width:100%;height:140px;flex-shrink:0}.blog-post .related-posts .related-card .related-card-body{padding:1rem;display:flex;flex-direction:column;gap:.4rem}.blog-post .related-posts .related-card .related-card-body .related-date{font-size:.8rem;color:#999;margin:0}.blog-post .related-posts .related-card .related-card-body h3{font-family:Rubik,serif;font-size:clamp(.9rem,2vw,1rem);font-weight:600;color:var(--primary-color);margin:0;line-height:1.3}.blog-post .related-posts .related-card .related-card-body .related-excerpt{font-size:.85rem;color:#666;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-post .related-posts .related-card .related-card-body .related-read-more{font-family:Karla,serif;font-size:.85rem;font-weight:600;color:var(--btn-bg);margin-top:.4rem}.blog-post .btn-container{max-width:860px;margin:3rem auto;padding:0 3rem;display:flex;justify-content:space-between}@media screen and (max-width:600px){.blog-post .btn-container{padding:0 1.4rem}}.blog-post .btn-container button{display:flex;justify-content:center;align-items:center;width:180px;height:50px;padding:0}@media screen and (max-width:600px){.blog-post .btn-container button{width:120px;gap:2vw;height:40px}}.blog-post .btn-container .fade-btn{opacity:.2;cursor:not-allowed}