.blog-detail-section{padding:32px 0;min-height:60vh}.blog-detail-section .blog-detail-grid{display:grid;grid-template-columns:1fr 386px;grid-gap:20px;gap:20px;align-items:start;min-height:520px}@media(max-width:1200px){.blog-detail-section .blog-detail-grid{grid-template-columns:1fr 365px}}@media(max-width:992px){.blog-detail-section .blog-detail-grid{grid-template-columns:1fr}}.blog-detail-section .blog-detail-left{border-radius:10px;min-height:400px;overflow:hidden}.blog-detail-section .blog-main-image{width:100%;margin-bottom:30px;overflow:hidden;aspect-ratio:16/9;background:#f5f5f5}.blog-detail-section .blog-main-image img{width:100%;height:100%;max-height:500px;object-fit:cover;display:block;background:#f5f5f5}@media(max-width:768px){.blog-detail-section .blog-main-image img{height:300px}}@media(max-width:576px){.blog-detail-section .blog-main-image img{max-height:250px}}.blog-detail-section .blog-content{color:#000}.blog-detail-section .blog-content h2{font-size:34px}.blog-detail-section .blog-content h2,.blog-detail-section .blog-content h3{font-family:var(--font-heading);font-weight:400;line-height:1.3;color:#4b2d83}.blog-detail-section .blog-content h3{font-size:28px}.blog-detail-section .blog-content h4{font-size:22px;font-family:var(--font-heading);font-weight:400;color:#4b2d83}.blog-detail-section .blog-content p{font-size:16px;font-family:var(--font-body);font-weight:400;color:#000;line-height:1.6}.blog-detail-section .blog-content a{color:#e3a433;font-weight:500;text-decoration:none}.blog-detail-section .blog-content a:hover{text-decoration:underline}.blog-detail-section .blog-content mark{background:#fff1b8;padding:2px 6px;border-radius:4px;display:inline-block;line-height:1.8}.blog-detail-section .blog-content strong{font-weight:700}.blog-detail-section .blog-content ol,.blog-detail-section .blog-content ul{padding-left:20px;margin-bottom:20px}.blog-detail-section .blog-content ol li,.blog-detail-section .blog-content ul li{margin-bottom:10px}.blog-detail-section .blog-content img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:10px;margin:30px 0;background:#eceaf2;display:block}.blog-detail-section .blog-content .btn-pdf{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;background:#4b2d83;color:#fff;border-radius:8px;font-weight:400;margin-bottom:20px;transition:.3s}.blog-detail-section .blog-content .btn-pdf:hover{background:#32195f;text-decoration:none}.blog-detail-section .blog-detail-right{position:-webkit-sticky;position:sticky;top:0;min-height:280px}@media(max-width:992px){.blog-detail-section .blog-detail-right{position:static;overflow:hidden;min-height:280px}}.blog-detail-section .latest-post-header{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:42px;margin-bottom:12px}.blog-detail-section .latest-post-title{font-size:34px;font-weight:400;font-family:var(--font-heading);color:var(--primary-purple);margin:0;line-height:1.2}@media(max-width:992px){.blog-detail-section .latest-post-title{font-size:24px}}.blog-detail-section .latest-post-description{font-size:16px;line-height:1.8;color:#000;margin-bottom:14px}.blog-detail-section .desktop-posts,.blog-detail-section .latest-posts-placeholder{display:flex;flex-direction:column;gap:20px}.blog-detail-section .card--skel{width:100%;height:256px;border-radius:12px;background:linear-gradient(90deg,#eceaf2 25%,#f5f4f8 50%,#eceaf2 75%);background-size:600px 100%;animation:blog-skel-shine 1.4s ease infinite}@media screen and (max-width:1360px){.blog-detail-section .card--skel{height:222px}}@media screen and (max-width:992px){.blog-detail-section .card--skel{height:250px}}@media screen and (max-width:768px){.blog-detail-section .card--skel{height:220px}}@media screen and (max-width:480px){.blog-detail-section .card--skel{height:180px}}@keyframes blog-skel-shine{0%{background-position:-200px 0}to{background-position:200px 0}}.blog-detail-section .mobile-post-slider{display:block}.blog-detail-section .slider-buttons{display:none}@media(max-width:992px){.blog-detail-section .slider-buttons{display:flex;align-items:center;gap:10px}}.blog-detail-section .slider-buttons button{width:42px;height:42px;border-radius:20%;background:#4b2d83;display:flex;align-items:center;justify-content:center;transition:.3s ease;cursor:pointer;flex-shrink:0;border:none}.blog-detail-section .slider-buttons button img{width:14px;height:14px;object-fit:contain}.blog-detail-section .slider-buttons button:hover{background:#32195f}.blog-detail-section .slider-buttons .latest-prev img{transform:rotate(180deg)}.blog-detail-section .table{overflow-x:auto}.blog-detail-section table{width:100%;border-collapse:collapse;margin:25px 0;font-size:15px;border-radius:8px;overflow:hidden}.blog-detail-section table td{padding:12px 16px;border:1px solid #e5e5e5;text-align:left;vertical-align:top}.blog-detail-section ul{list-style:disc;padding-left:20px;margin:8px 0}.blog-detail-section ol{margin:8px 0}