.SinglePost-module__WryNaq__singlePostPage{min-height:100vh;margin-top:70px;animation:.6s SinglePost-module__WryNaq__fadeIn;position:relative;overflow:hidden}@keyframes SinglePost-module__WryNaq__fadeIn{0%{opacity:0}to{opacity:1}}.SinglePost-module__WryNaq__progressBar{z-index:1000;background:#e5e7eb;height:3px;position:fixed;top:0;left:0;right:0}.SinglePost-module__WryNaq__progressFill{background:linear-gradient(90deg,#667eea 0%,#764ba2 100%);height:100%;transition:width .1s;box-shadow:0 0 10px #667eea80}.SinglePost-module__WryNaq__header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:10px;display:flex;box-shadow:0 2px 8px #0000000a}@keyframes SinglePost-module__WryNaq__slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.SinglePost-module__WryNaq__backButton{color:#1f2937;background:#fff;border:2px solid #e5e7eb;border-radius:50px;align-items:center;gap:8px;padding:8px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.SinglePost-module__WryNaq__backButton:hover{color:#667eea;background:#f9fafb;border-color:#667eea;transform:translate(-4px)}.SinglePost-module__WryNaq__headerActions{align-items:center;gap:12px;display:flex}.SinglePost-module__WryNaq__iconButton{color:#1f2937;cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.SinglePost-module__WryNaq__iconButton:hover{color:#667eea;background:#f9fafb;border-color:#667eea;transform:scale(1.1)}.SinglePost-module__WryNaq__iconButton.SinglePost-module__WryNaq__liked{color:#ef4444;background:#fef2f2;border-color:#ef4444}.SinglePost-module__WryNaq__iconButton.SinglePost-module__WryNaq__bookmarked{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-color:#0000;animation:.4s SinglePost-module__WryNaq__bookmarkPulse}@keyframes SinglePost-module__WryNaq__bookmarkPulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.SinglePost-module__WryNaq__shareWrapper{position:relative}.SinglePost-module__WryNaq__shareMenu{z-index:1000;background:#fff;border:2px solid #e5e7eb;border-radius:16px;min-width:200px;padding:12px;animation:.3s SinglePost-module__WryNaq__slideIn;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 8px 32px #0000001f}@keyframes SinglePost-module__WryNaq__slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.SinglePost-module__WryNaq__shareOption{color:#1f2937;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;width:100%;padding:12px 16px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.SinglePost-module__WryNaq__shareOption:hover{color:#667eea;background:#f9fafb;transform:translate(4px)}.SinglePost-module__WryNaq__mainContainer{height:100vh;padding-top:20px;display:flex}.SinglePost-module__WryNaq__leftPanel{border-right:1px solid #e5e7eb;width:45%;position:relative}.SinglePost-module__WryNaq__stickyImageWrapper{flex-direction:column;justify-content:center;align-items:center;height:calc(100vh - 84px);padding:20px 10px;animation:.8s SinglePost-module__WryNaq__slideInLeft;display:flex;position:sticky;top:84px}@keyframes SinglePost-module__WryNaq__slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}.SinglePost-module__WryNaq__heroImage{aspect-ratio:4/5;border:1px solid #e5e7eb;border-radius:8px;width:100%;max-width:600px;margin-bottom:24px;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000001f}.SinglePost-module__WryNaq__heroImage img{object-fit:contain;width:100%;height:100%;transition:transform .6s}.SinglePost-module__WryNaq__heroImage:hover img{transform:scale(1.05)}.SinglePost-module__WryNaq__featuredBadge{color:#fff;text-transform:uppercase;letter-spacing:.5px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#f59e0b 0%,#ef4444 100%);border-radius:50px;align-items:center;gap:6px;padding:8px 20px;font-size:12px;font-weight:700;animation:2s infinite SinglePost-module__WryNaq__pulse;display:flex;position:absolute;top:20px;left:20px;box-shadow:0 4px 16px #00000026}@keyframes SinglePost-module__WryNaq__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.SinglePost-module__WryNaq__imageStats{background:#fff;border:2px solid #e5e7eb;border-radius:50px;gap:32px;padding:20px 32px;display:flex;box-shadow:0 4px 16px #0000000a}.SinglePost-module__WryNaq__statItem{color:#6b7280;align-items:center;gap:8px;font-size:15px;font-weight:600;transition:all .3s;display:flex}.SinglePost-module__WryNaq__statItem:hover{color:#667eea;transform:scale(1.05)}.SinglePost-module__WryNaq__statItem svg{color:#667eea}.SinglePost-module__WryNaq__rightPanel{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#667eea80 #f3f4f6;width:55%;height:100vh;animation:.8s SinglePost-module__WryNaq__slideInRight;overflow:hidden auto}@keyframes SinglePost-module__WryNaq__slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.SinglePost-module__WryNaq__rightPanel::-webkit-scrollbar{width:8px}.SinglePost-module__WryNaq__rightPanel::-webkit-scrollbar-track{background:#f3f4f6}.SinglePost-module__WryNaq__rightPanel::-webkit-scrollbar-thumb{background:linear-gradient(#667eea 0%,#764ba2 100%);border-radius:10px}.SinglePost-module__WryNaq__rightPanel::-webkit-scrollbar-thumb:hover{background:linear-gradient(#764ba2 0%,#667eea 100%)}.SinglePost-module__WryNaq__article{max-width:800px;padding:20px 10px}.SinglePost-module__WryNaq__articleHeader{margin-bottom:40px;animation:.8s .2s both SinglePost-module__WryNaq__fadeInUp}@keyframes SinglePost-module__WryNaq__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.SinglePost-module__WryNaq__categoryTag{color:#667eea;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(135deg,#667eea15 0%,#764ba215 100%);border:2px solid #667eea4d;border-radius:50px;margin-bottom:24px;padding:8px 20px;font-size:12px;font-weight:700;display:inline-block}.SinglePost-module__WryNaq__title{color:#1f2937;letter-spacing:-.02em;margin:0 0 20px;font-size:40px;font-weight:800;line-height:1.2}.SinglePost-module__WryNaq__excerpt{color:#6b7280;margin:0 0 40px;font-size:20px;font-weight:400;line-height:1.6}.SinglePost-module__WryNaq__meta{background:#fff;border:2px solid #e5e7eb;border-radius:8px;flex-direction:column;gap:15px;padding:15px;display:flex;box-shadow:0 4px 16px #0000000a}.SinglePost-module__WryNaq__authorSection{align-items:center;gap:16px;display:flex}.SinglePost-module__WryNaq__authorAvatar{background-color:var(--primary-color);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:24px;font-weight:700;display:flex;box-shadow:0 4px 16px #667eea4d}.SinglePost-module__WryNaq__authorInfo{flex:1}.SinglePost-module__WryNaq__authorName{color:#1f2937;margin:0 0 4px;font-size:16px;font-weight:700}.SinglePost-module__WryNaq__authorBio{color:#6b7280;margin:0;font-size:14px;line-height:1.5}.SinglePost-module__WryNaq__metaStats{flex-wrap:wrap;gap:24px;display:flex}.SinglePost-module__WryNaq__metaItem{color:#6b7280;align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.SinglePost-module__WryNaq__metaItem svg{color:#667eea}.SinglePost-module__WryNaq__content{color:#374151;margin-bottom:48px;font-size:18px;line-height:1.8;animation:.8s .4s both SinglePost-module__WryNaq__fadeInUp}.SinglePost-module__WryNaq__content h2{color:#1f2937;margin:48px 0 24px;padding-left:20px;font-size:32px;font-weight:700;line-height:1.3;position:relative}.SinglePost-module__WryNaq__content h2:before{content:"";background:linear-gradient(#667eea 0%,#764ba2 100%);border-radius:4px;width:4px;height:80%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.SinglePost-module__WryNaq__content h3{color:#1f2937;margin:36px 0 16px;font-size:24px;font-weight:700;line-height:1.4}.SinglePost-module__WryNaq__content p{color:#4b5563;margin:0 0 20px}.SinglePost-module__WryNaq__content a{color:#667eea;border-bottom:2px solid #667eea4d;font-weight:600;text-decoration:none;transition:all .3s}.SinglePost-module__WryNaq__content a:hover{color:#764ba2;border-bottom-color:#764ba2}.SinglePost-module__WryNaq__content ul,.SinglePost-module__WryNaq__content ol{margin:24px 0;padding-left:24px}.SinglePost-module__WryNaq__content li{color:#4b5563;margin-bottom:12px;line-height:1.7}.SinglePost-module__WryNaq__content li::marker{color:#667eea;font-weight:700}.SinglePost-module__WryNaq__content blockquote{color:#1f2937;background:linear-gradient(135deg,#667eea08 0%,#764ba208 100%);border-left:4px solid #667eea;border-radius:12px;margin:32px 0;padding:24px 32px;font-size:20px;font-style:italic;position:relative;box-shadow:0 4px 16px #667eea0f}.SinglePost-module__WryNaq__content blockquote:before{content:"\"";color:#667eea;opacity:.2;font-size:64px;position:absolute;top:-10px;left:20px}.SinglePost-module__WryNaq__content strong{color:#1f2937;font-weight:700}.SinglePost-module__WryNaq__content code{color:#667eea;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;padding:2px 8px;font-size:.9em;font-weight:600}.SinglePost-module__WryNaq__tags{border-top:2px solid #e5e7eb;border-bottom:2px solid #e5e7eb;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:48px;padding:24px 0;animation:.8s .6s both SinglePost-module__WryNaq__fadeInUp;display:flex}.SinglePost-module__WryNaq__tags svg{color:#667eea}.SinglePost-module__WryNaq__tag{color:#6b7280;cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:50px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .3s}.SinglePost-module__WryNaq__tag:hover{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-color:#0000;transform:translateY(-2px);box-shadow:0 4px 16px #667eea4d}.SinglePost-module__WryNaq__engagementBar{background:#fff;border:2px solid #e5e7eb;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:30px;padding:15px;animation:.8s .7s both SinglePost-module__WryNaq__fadeInUp;display:flex;box-shadow:0 4px 16px #0000000a}.SinglePost-module__WryNaq__engagementLeft{gap:24px;display:flex}.SinglePost-module__WryNaq__engagementButton{color:#1f2937;cursor:pointer;background:#f9fafb;border:2px solid #e5e7eb;border-radius:50px;align-items:center;gap:10px;padding:12px 24px;font-size:16px;font-weight:600;transition:all .3s;display:flex}.SinglePost-module__WryNaq__engagementButton:hover{border-color:var(--primary-color);color:var(--primary-color);background:#fff;transform:translateY(-2px);box-shadow:0 4px 16px #667eea26}.SinglePost-module__WryNaq__engagementButton.SinglePost-module__WryNaq__likedBtn{color:#ef4444;background:#fef2f2;border-color:#ef4444;animation:.4s SinglePost-module__WryNaq__likeAnimation}@keyframes SinglePost-module__WryNaq__likeAnimation{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.SinglePost-module__WryNaq__engagementButton.SinglePost-module__WryNaq__likedBtn svg{animation:.4s SinglePost-module__WryNaq__heartBeat}@keyframes SinglePost-module__WryNaq__heartBeat{0%{transform:scale(1)}25%{transform:scale(1.3)}50%{transform:scale(1.1)}75%{transform:scale(1.25)}to{transform:scale(1)}}.SinglePost-module__WryNaq__shareButton{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:50px;align-items:center;gap:8px;padding:12px 28px;font-size:15px;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 16px #667eea4d}.SinglePost-module__WryNaq__shareButton:hover{transform:translateY(-2px);box-shadow:0 8px 24px #667eea66}.SinglePost-module__WryNaq__authorCard{background:#fff;border:2px solid #e5e7eb;border-radius:8px;gap:15px;margin-bottom:64px;padding:15px;animation:.8s .8s both SinglePost-module__WryNaq__fadeInUp;display:flex;box-shadow:0 4px 16px #0000000a}.SinglePost-module__WryNaq__authorCardAvatar{background-color:var(--primary-color);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;font-size:32px;font-weight:700;display:flex;box-shadow:0 8px 24px #667eea4d}.SinglePost-module__WryNaq__authorCardInfo{flex:1}.SinglePost-module__WryNaq__authorCardInfo h3{color:#1f2937;margin:0 0 8px;font-size:18px;font-weight:600}.SinglePost-module__WryNaq__authorCardInfo p{color:#6b7280;margin:0 0 20px;font-size:15px;line-height:1.6}.SinglePost-module__WryNaq__followButton{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:50px;padding:10px 28px;font-size:14px;font-weight:700;transition:all .3s;box-shadow:0 4px 16px #667eea4d}.SinglePost-module__WryNaq__followButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.SinglePost-module__WryNaq__relatedSection{margin-top:50px;margin-bottom:40px;animation:.8s .9s both SinglePost-module__WryNaq__fadeInUp}.SinglePost-module__WryNaq__relatedTitle{color:#1f2937;text-align:center;margin:0 0 32px;font-size:32px;font-weight:800}.SinglePost-module__WryNaq__relatedGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;display:grid}.SinglePost-module__WryNaq__relatedCard{background:#fff;border:1px solid #e5e7eb;border-radius:8px;text-decoration:none;transition:all .4s;overflow:hidden;box-shadow:0 2px 8px #0000000a}.SinglePost-module__WryNaq__relatedCard:hover{border-color:#667eea;transform:translateY(-4px);box-shadow:0 12px 32px #667eea26}.SinglePost-module__WryNaq__relatedImage{aspect-ratio:1;background:#f3f4f6;width:100%;position:relative;overflow:hidden}.SinglePost-module__WryNaq__relatedImage img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.SinglePost-module__WryNaq__relatedCard:hover .SinglePost-module__WryNaq__relatedImage img{transform:scale(1.1)}.SinglePost-module__WryNaq__relatedContent{padding:10px}.SinglePost-module__WryNaq__relatedCategory{color:var(--primary-color);text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#667eea15 0%,#764ba215 100%);border:1px solid #667eea33;border-radius:50px;margin-bottom:12px;padding:4px 12px;font-size:10px;font-weight:700;display:inline-block}.SinglePost-module__WryNaq__relatedCardTitle{color:#1f2937;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}@media screen and (max-width:1200px){.SinglePost-module__WryNaq__title{font-size:44px}.SinglePost-module__WryNaq__content{font-size:17px}.SinglePost-module__WryNaq__relatedGrid{grid-template-columns:repeat(2,1fr)}.SinglePost-module__WryNaq__relatedSection{padding-bottom:50px}}@media screen and (max-width:968px){.SinglePost-module__WryNaq__header{padding:18px 24px}.SinglePost-module__WryNaq__backButton{padding:9px 18px;font-size:13px}.SinglePost-module__WryNaq__leftPanel{border-bottom:2px solid #e5e7eb;border-right:none;width:100%;position:relative}.SinglePost-module__WryNaq__stickyImageWrapper{height:auto;position:relative;top:0}.SinglePost-module__WryNaq__heroImage{aspect-ratio:3/2;width:100%;max-width:1400px;margin:0 auto 20px}.SinglePost-module__WryNaq__imageStats{justify-content:center;gap:24px;max-width:700px;margin:0 auto;padding:16px 28px}.SinglePost-module__WryNaq__rightPanel{width:100%;height:auto;overflow-y:visible}.SinglePost-module__WryNaq__article{max-width:1400px;margin:0 auto}.SinglePost-module__WryNaq__title{font-size:38px}.SinglePost-module__WryNaq__excerpt{font-size:18px}.SinglePost-module__WryNaq__content h2{font-size:29px}.SinglePost-module__WryNaq__content h3{font-size:23px}.SinglePost-module__WryNaq__relatedSection{padding-bottom:40px}.SinglePost-module__WryNaq__relatedGrid{grid-template-columns:repeat(2,1fr)}.SinglePost-module__WryNaq__relatedCardTitle{font-size:14px}.SinglePost-module__WryNaq__mainContainer{flex-direction:column;height:auto}}@media screen and (max-width:768px){.SinglePost-module__WryNaq__leftPanel{border-bottom:1px solid #e5e7eb;border-right:none;width:100%;position:relative}.SinglePost-module__WryNaq__stickyImageWrapper{height:auto;padding:20px;position:relative;top:0}.SinglePost-module__WryNaq__heroImage{aspect-ratio:16/10;max-width:100%}.SinglePost-module__WryNaq__imageStats{gap:20px;padding:16px 24px}.SinglePost-module__WryNaq__rightPanel{width:100%;height:auto}.SinglePost-module__WryNaq__header{padding:16px 20px}.SinglePost-module__WryNaq__backButton{padding:8px 16px;font-size:13px}.SinglePost-module__WryNaq__backButton span{display:none}.SinglePost-module__WryNaq__iconButton{width:40px;height:40px}.SinglePost-module__WryNaq__title{font-size:32px}.SinglePost-module__WryNaq__excerpt{font-size:16px}.SinglePost-module__WryNaq__meta{gap:20px;padding:24px}.SinglePost-module__WryNaq__authorAvatar{width:48px;height:48px;font-size:20px}.SinglePost-module__WryNaq__content{font-size:16px}.SinglePost-module__WryNaq__content h2{font-size:24px}.SinglePost-module__WryNaq__content h3{font-size:20px}.SinglePost-module__WryNaq__engagementBar{flex-direction:column;gap:16px;padding:24px}.SinglePost-module__WryNaq__engagementLeft{justify-content:space-around;width:100%}.SinglePost-module__WryNaq__shareButton{justify-content:center;width:100%}.SinglePost-module__WryNaq__authorCard{text-align:center;flex-direction:column;align-items:center}.SinglePost-module__WryNaq__relatedGrid{grid-template-columns:1fr}}@media screen and (max-width:480px){.SinglePost-module__WryNaq__article{padding:20px 16px 30px}.SinglePost-module__WryNaq__title{font-size:26px}.SinglePost-module__WryNaq__content{font-size:15px}.SinglePost-module__WryNaq__content h2{font-size:22px}.SinglePost-module__WryNaq__imageStats{flex-wrap:wrap;justify-content:center;gap:16px}}@media (prefers-reduced-motion:reduce){.SinglePost-module__WryNaq__singlePostPage,.SinglePost-module__WryNaq__singlePostPage *,.SinglePost-module__WryNaq__singlePostPage :before,.SinglePost-module__WryNaq__singlePostPage :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}button:focus-visible,a:focus-visible{outline-offset:2px;outline:2px solid #667eea}@media print{.SinglePost-module__WryNaq__progressBar,.SinglePost-module__WryNaq__header,.SinglePost-module__WryNaq__imageStats,.SinglePost-module__WryNaq__engagementBar,.SinglePost-module__WryNaq__authorCard,.SinglePost-module__WryNaq__relatedSection{display:none}.SinglePost-module__WryNaq__mainContainer{flex-direction:column}.SinglePost-module__WryNaq__leftPanel,.SinglePost-module__WryNaq__rightPanel{width:100%}}@media screen and (max-width:768px){.SinglePost-module__WryNaq__header{padding:10px}.SinglePost-module__WryNaq__backButton{gap:6px;padding:8px 14px;font-size:13px}.SinglePost-module__WryNaq__backButton span{display:none}.SinglePost-module__WryNaq__headerActions{gap:10px}.SinglePost-module__WryNaq__iconButton{width:40px;height:40px}.SinglePost-module__WryNaq__iconButton svg{width:19px;height:19px}.SinglePost-module__WryNaq__shareMenu{border-radius:14px;min-width:190px;padding:10px;right:0}.SinglePost-module__WryNaq__shareOption{border-radius:8px;padding:11px 15px;font-size:13px}.SinglePost-module__WryNaq__stickyImageWrapper{padding:24px 20px}.SinglePost-module__WryNaq__heroImage{aspect-ratio:16/11;border-radius:18px}.SinglePost-module__WryNaq__featuredBadge{padding:7px 16px;font-size:11px;top:14px;left:14px}.SinglePost-module__WryNaq__imageStats{flex-wrap:nowrap;gap:20px;padding:14px 24px}.SinglePost-module__WryNaq__statItem{font-size:14px}.SinglePost-module__WryNaq__statItem svg{width:17px;height:17px}.SinglePost-module__WryNaq__articleHeader{margin-bottom:36px}.SinglePost-module__WryNaq__categoryTag{margin-bottom:18px;padding:7px 18px;font-size:11px}.SinglePost-module__WryNaq__title{margin-bottom:18px;font-size:32px}.SinglePost-module__WryNaq__excerpt{margin-bottom:32px;font-size:17px}.SinglePost-module__WryNaq__meta{gap:20px;padding:24px}.SinglePost-module__WryNaq__authorSection{gap:14px}.SinglePost-module__WryNaq__authorAvatar{width:52px;height:52px;font-size:22px}.SinglePost-module__WryNaq__authorName{font-size:15px}.SinglePost-module__WryNaq__authorBio{font-size:13px}.SinglePost-module__WryNaq__metaStats{gap:20px}.SinglePost-module__WryNaq__metaItem{font-size:13px}.SinglePost-module__WryNaq__metaItem svg{width:15px;height:15px}.SinglePost-module__WryNaq__content{margin-bottom:36px;font-size:16px;line-height:1.75}.SinglePost-module__WryNaq__content h2{margin:36px 0 18px;padding-left:18px;font-size:26px}.SinglePost-module__WryNaq__content h3{margin:28px 0 14px;font-size:21px}.SinglePost-module__WryNaq__content p{margin-bottom:18px}.SinglePost-module__WryNaq__content blockquote{border-radius:10px;margin:28px 0;padding:20px 26px;font-size:18px}.SinglePost-module__WryNaq__content blockquote:before{font-size:56px;top:-8px;left:16px}.SinglePost-module__WryNaq__content ul,.SinglePost-module__WryNaq__content ol{margin:22px 0;padding-left:22px}.SinglePost-module__WryNaq__content li{margin-bottom:11px;font-size:15px}.SinglePost-module__WryNaq__tags{gap:10px;margin-bottom:36px;padding:22px 0}.SinglePost-module__WryNaq__tags svg{width:17px;height:17px}.SinglePost-module__WryNaq__tag{padding:7px 15px;font-size:12px}.SinglePost-module__WryNaq__engagementBar{flex-direction:column;gap:18px;margin-bottom:36px;padding:24px}.SinglePost-module__WryNaq__engagementLeft{justify-content:center;gap:16px;width:100%}.SinglePost-module__WryNaq__engagementButton{flex:1;justify-content:center;gap:9px;padding:11px 18px;font-size:15px}.SinglePost-module__WryNaq__engagementButton svg{width:20px;height:20px}.SinglePost-module__WryNaq__shareButton{justify-content:center;width:100%;padding:13px 26px;font-size:15px}.SinglePost-module__WryNaq__authorCard{text-align:center;flex-direction:column;align-items:center;gap:18px;margin-bottom:56px;padding:28px}.SinglePost-module__WryNaq__authorCardAvatar{width:76px;height:76px;font-size:30px}.SinglePost-module__WryNaq__authorCardInfo h3{margin-bottom:10px;font-size:22px}.SinglePost-module__WryNaq__authorCardInfo p{margin-bottom:18px;font-size:14px}.SinglePost-module__WryNaq__followButton{padding:11px 36px;font-size:14px}.SinglePost-module__WryNaq__relatedSection{margin-top:56px;padding-bottom:20px}.SinglePost-module__WryNaq__relatedTitle{margin-bottom:28px;font-size:28px}.SinglePost-module__WryNaq__relatedGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.SinglePost-module__WryNaq__relatedContent{padding:18px}.SinglePost-module__WryNaq__relatedCardTitle{font-size:14px}}
