.post{flex-direction:column;justify-content:center;align-items:center;gap:3rem;width:100%;display:flex}.post-page{justify-content:flex-start;align-items:flex-start;gap:5rem;width:80%;display:flex}.popular-posts{color:#546a41;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;font-family:Nunito;font-size:20px;font-weight:600;display:flex}.popular-links{color:#dab203;font-size:14px}.blog-post-page{width:60%}.blog-post-header{margin-bottom:40px}.back-link,.back-link-bottom{color:#333;margin-bottom:20px;font-weight:500;text-decoration:none;transition:color .3s;display:inline-block}.back-link:hover,.back-link-bottom:hover{color:#666}.blog-post-meta{color:rgba(0,0,0,.32);justify-content:center;align-items:center;gap:15px;width:100%;margin-bottom:20px;font-size:16px;font-weight:500;display:flex}.blog-post-categories{gap:8px;display:flex}.blog-post-category{color:#333;background:#f5f5f5;border-radius:15px;padding:4px 12px;font-size:13px;font-weight:500}.blog-post-title{color:#111;text-align:center;width:100%;margin-bottom:20px;font-size:42px;font-weight:700;line-height:1.2}.author-name{color:#333;font-weight:500}.blog-post-featured-image{border-radius:20px;width:100%;height:400px;margin-bottom:40px;overflow:hidden}.blog-post-featured-image img{object-fit:cover;width:100%;height:100%}.blog-post-content{color:#333;font-size:18px;line-height:1.8}.blog-post-content h2{color:#111;margin:40px 0 20px;font-size:32px;font-weight:600}.blog-post-content h3{color:#111;margin:30px 0 15px;font-size:26px;font-weight:600}.blog-post-content p{margin-bottom:20px}.blog-post-content ul,.blog-post-content ol{margin:20px 0;padding-left:30px}.blog-post-content li{margin-bottom:10px}.blog-post-content img{border-radius:8px;max-width:100%;height:auto;margin:30px 0}.blog-post-content a{color:#06c;text-decoration:underline}.blog-post-content a:hover{color:#0052a3}.blog-post-content blockquote{color:#666;border-left:4px solid #ddd;margin:30px 0;padding-left:20px;font-style:italic}.blog-post-content pre{background:#f5f5f5;border-radius:8px;margin:20px 0;padding:20px;overflow-x:auto}.blog-post-content code{background:#f5f5f5;border-radius:4px;padding:2px 6px;font-family:Courier New,monospace;font-size:16px}@media (max-width:480px){.post{gap:1rem}.post-page{flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%}.blog-post-page{width:95%}}@media (max-width:768px) and (min-width:481px){.post{gap:1rem}.post-page{flex-direction:column;gap:3rem;width:90%}.blog-post-page{width:100%}}@media (max-width:1080px) and (min-width:769px){.post-page{flex-direction:column;gap:3rem;width:90%}.blog-post-page{width:100%}}
