.btn-disabled{background:#e6e6e6!important;color:#b2b2b2!important;cursor:not-allowed!important;border-color:#e6e6e6!important}.liked-list{background:#fff;border-radius:16px;width:100%;max-width:400px;padding:16px;position:relative;top:40px;display:flex;flex-direction:column;overflow-y:hidden}.liked-list h3{color:#000;font-size:20px;font-weight:600}.liked-list .popup-header{display:flex;justify-content:space-between;align-items:center}.liked-list .popup-header .close-button{background:none;border:none;font-size:18px;cursor:pointer}.liked-list .popup-header .tabs{display:flex;gap:16px;width:100%;justify-content:center;position:sticky;top:0;z-index:10;background:#fff;padding:10px 0 0}.liked-list .popup-header button{width:50%;background:none;border:none;font-size:16px;font-weight:700;color:#666;cursor:pointer;padding-bottom:12px;transition:color .3s,border-bottom .3s}.liked-list .popup-header button.active{color:#000;border-bottom:2px solid red}.liked-list .user-list-content{flex-grow:1;overflow-y:auto;padding-bottom:16px}.liked-list .user-list-content .empty-list-message{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;text-align:center;color:#555}.liked-list .user-list-content .empty-list-message p{font-size:1.2rem;font-weight:700;margin:0}.liked-list .user-list-content .empty-list-message small{font-size:.9rem;margin-top:.5rem;color:#777}.liked-list .user-list-item{justify-content:space-between;padding:12px 0;width:100%}.liked-list .user-info,.liked-list .user-list-item{display:flex;align-items:center}.liked-list .user-info .avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;margin-right:12px}.liked-list .user-info .avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.liked-list .user-info .avatar .placeholder-icon{width:40px;height:40px}.liked-list .user-info .details .name{font-weight:700;margin-right:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:40vw;color:#000}.liked-list .user-info .details .username{font-size:12px;color:#777}.liked-list .user-info .badge-image{width:15px;height:15px;margin-bottom:18px}.liked-list button{border-radius:3px;font-size:14px;height:33px;width:61px;margin-right:15px;transition:background-color .3s,color .3s}.liked-list .follow{background:#151515;color:#fff}.liked-list .following{background:#f4f4f4;color:#151515;width:77px}.liked-list .load-more-container{display:flex;justify-content:center;margin:16px 0}.liked-list .load-more-container .load-more-button{padding:10px 16px;font-size:14px;border-radius:20px;background-color:#eee;cursor:pointer;transition:background-color .3s}.liked-list .load-more-container .load-more-button:disabled{background-color:#ccc;cursor:not-allowed}.liked-list .unfollow-popup .popup-content{height:403px;width:247px;padding:0}.liked-list .unfollow-popup .popup-content .popup-close-btn{display:none}.liked-list .unfollow-popup .avatar{width:90px;height:90px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.liked-list .unfollow-popup .unfollow-popup-content{display:flex;flex-direction:column;justify-content:center;align-items:center}.liked-list .unfollow-popup .unfollow-popup-content .placeholder-icon,.liked-list .unfollow-popup .unfollow-popup-content img{width:70px;height:70px;border-radius:50%}.liked-list .unfollow-popup .unfollow-popup-content .name{font-weight:700;margin:5px 12px 5px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:40vw}.liked-list .unfollow-popup .unfollow-popup-content .username{color:gray;margin-bottom:20px}.liked-list .unfollow-popup .unfollow-popup-content .unfollow-text{width:180px;text-align:center}.liked-list .unfollow-popup .unfollow-popup-content .unfollow-buttons{display:flex;flex-direction:column;justify-content:center;gap:10px;margin-top:30px}.liked-list .unfollow-popup .unfollow-popup-content .no-button,.liked-list .unfollow-popup .unfollow-popup-content .yes-button{height:40px;width:85px;display:flex;align-items:center;justify-content:center;border:none;border-radius:4px;cursor:pointer;font-size:16px;transition:background-color .3s,color .3s}.liked-list .unfollow-popup .unfollow-popup-content .no-button{background-color:#f4f4f4;color:#000}.liked-list .unfollow-popup .unfollow-popup-content .yes-button{color:#000}.popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.5);z-index:10001;width:100%}.popup-overlay.glassmorphism-effect{background:rgba(0,0,0,.04);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.popup-content{padding:50px;background-color:#fff;border-radius:5px;display:flex;min-height:100px;margin:auto;position:relative;min-width:300px;max-width:90%;box-shadow:0 4px 8px rgba(0,0,0,.1);z-index:10002}.popup-content.center{justify-content:center}.popup-content.left{justify-content:flex-start}.popup-content.right{justify-content:flex-end}@media only screen and (max-width:768px){.popup-content canvas{width:100%!important;height:auto!important}}.popup-close-btn{position:absolute;top:10px;right:10px;border:none;background-color:transparent;cursor:pointer;height:40px;width:40px;display:flex;justify-content:center;align-items:center;border-radius:50%}.popup-close-btn.left{left:10px}.popup-close-btn img{height:20px;width:20px}.popup-close-btn:hover{opacity:.8}button:disabled .popup-submit-btn{cursor:not-allowed}.popup-submit-btn{position:absolute;top:15px;right:15px;border:none;background-color:transparent;cursor:pointer;display:flex;justify-content:center;align-items:center;border-radius:50%}.popup-submit-btn,.popup-submit-btn img{height:40px;width:40px}.popup-submit-btn:hover{opacity:.8}[data-rsbs-overlay]{border-top-left-radius:var(--rsbs-overlay-rounded,16px);border-top-right-radius:var(--rsbs-overlay-rounded,16px);display:flex;background:var(--rsbs-bg,#fff);flex-direction:column;height:var(--rsbs-overlay-h,0);transform:translate3d(0,var(--rsbs-overlay-translate-y,0),0);will-change:height}[data-rsbs-overlay]:focus{outline:none}[data-rsbs-is-blocking=false] [data-rsbs-overlay]{box-shadow:0 -5px 60px 0 rgba(38,89,115,.11),0 -1px 0 rgba(38,89,115,.05)}[data-rsbs-overlay],[data-rsbs-root]:after{max-width:var(--rsbs-max-w,auto);margin-left:var(--rsbs-ml,env(safe-area-inset-left));margin-right:var(--rsbs-mr,env(safe-area-inset-right))}[data-rsbs-backdrop],[data-rsbs-overlay],[data-rsbs-root]:after{z-index:var(--rsbs-z-index,3);-ms-scroll-chaining:none;overscroll-behavior:none;touch-action:none;position:fixed;right:0;bottom:0;left:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}[data-rsbs-backdrop]{top:-60px;bottom:-60px;background-color:var(--rsbs-backdrop-bg,rgba(0,0,0,.6));will-change:opacity;cursor:pointer;opacity:1}[data-rsbs-is-dismissable=false] [data-rsbs-backdrop]{cursor:ns-resize}[data-rsbs-root]:after{content:"";pointer-events:none;background:var(--rsbs-bg,#fff);height:1px;transform-origin:bottom;transform:scaleY(var(--rsbs-antigap-scale-y,0));will-change:transform}[data-rsbs-footer],[data-rsbs-header]{flex-shrink:0;cursor:ns-resize;padding:16px}[data-rsbs-header]{text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 1px 0 rgba(46,59,66,calc(var(--rsbs-content-opacity,1) * .125));z-index:1;padding-top:calc(20px + env(safe-area-inset-top));padding-bottom:8px}[data-rsbs-header]:before{position:absolute;content:"";display:block;width:36px;height:4px;top:calc(8px + env(safe-area-inset-top));left:50%;transform:translateX(-50%);border-radius:2px;background-color:var(--rsbs-handle-bg,rgba(0,0,0,.14))}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){[data-rsbs-header]:before{transform:translateX(-50%) scaleY(.75)}}[data-rsbs-has-header=false] [data-rsbs-header]{box-shadow:none;padding-top:calc(12px + env(safe-area-inset-top))}[data-rsbs-scroll]{flex-shrink:1;flex-grow:1;-webkit-tap-highlight-color:revert;-webkit-touch-callout:revert;-webkit-user-select:auto;-ms-user-select:auto;-moz-user-select:auto;user-select:auto;overflow:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}[data-rsbs-scroll]:focus{outline:none}[data-rsbs-has-footer=false] [data-rsbs-content]{padding-bottom:env(safe-area-inset-bottom)}[data-rsbs-content]{overflow:hidden}[data-rsbs-footer]{box-shadow:0 -1px 0 rgba(46,59,66,calc(var(--rsbs-content-opacity,1) * .125)),0 2px 0 var(--rsbs-bg,#fff);overflow:hidden;z-index:1;padding-bottom:calc(16px + env(safe-area-inset-bottom))}[data-rsbs-is-dismissable=false][data-rsbs-state=closing] [data-rsbs-footer]>*,[data-rsbs-is-dismissable=false][data-rsbs-state=closing] [data-rsbs-header]>*,[data-rsbs-is-dismissable=false][data-rsbs-state=closing] [data-rsbs-scroll]>*,[data-rsbs-is-dismissable=false][data-rsbs-state=opening] [data-rsbs-footer]>*,[data-rsbs-is-dismissable=false][data-rsbs-state=opening] [data-rsbs-header]>*,[data-rsbs-is-dismissable=false][data-rsbs-state=opening] [data-rsbs-scroll]>*,[data-rsbs-is-dismissable=true] [data-rsbs-footer]>*,[data-rsbs-is-dismissable=true] [data-rsbs-header]>*,[data-rsbs-is-dismissable=true] [data-rsbs-scroll]>*{opacity:var(--rsbs-content-opacity,1)}[data-rsbs-is-dismissable=false][data-rsbs-state=closing] [data-rsbs-backdrop],[data-rsbs-is-dismissable=false][data-rsbs-state=opening] [data-rsbs-backdrop],[data-rsbs-is-dismissable=true] [data-rsbs-backdrop]{opacity:var(--rsbs-backdrop-opacity,1)}[data-rsbs-state=closed],[data-rsbs-state=closing]{pointer-events:none}.bottom-align{top:unset}.spinner{width:3rem;height:3rem;animation:spinner .4s linear infinite;border-color:#444 transparent transparent #444;border-style:solid;border-width:2px;border-radius:50%;box-sizing:border-box;display:inline-block;vertical-align:middle}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spinner-slow{animation:spinner 1s linear infinite}[data-rsbs-backdrop],[data-rsbs-overlay],[data-rsbs-root]:after{z-index:10}[data-rsbs-header]{box-shadow:none;font-size:18px;font-weight:600;color:#333;margin:0}.comments-container{display:flex;flex-direction:column;width:100%;max-width:600px;margin:0 auto;border-radius:8px;background-color:#fff;overflow-y:auto}.comments-container .comments-header{display:flex;align-items:center;justify-content:center;padding:12px 16px}.comments-container .comments-header h3{font-size:18px;font-weight:600;color:#333;margin:0}.comments-container .comment-text{font-size:16px;font-weight:500;margin-bottom:14px;color:#fff;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;width:90%;line-height:18.75px}.comments-container .comments-list{flex:1;overflow-y:auto;padding:16px 16px 52px}.comments-container .comments-list .no-comments-container{display:flex;justify-content:center;align-items:center;text-align:center;margin-top:25%}.comments-container .comments-list .no-comments-container p{font-size:18px}.comments-container .comments-list .no-comments-container strong{font-weight:700;color:#151515}.comments-container .comments-list .comment-item{display:flex;position:relative;margin-bottom:16px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.comments-container .comments-list .comment-item .comment-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;margin-right:12px;flex-shrink:0}.comments-container .comments-list .comment-item .comment-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.comments-container .comments-list .comment-item .comment-body{flex:1}.comments-container .comments-list .comment-item .comment-body .comment-header{display:flex;align-items:center;justify-content:space-between;height:20px}.comments-container .comments-list .comment-item .comment-body .comment-header .like-button{display:flex;align-items:center;cursor:pointer;filter:invert(1);flex-direction:column;margin-top:20px}.comments-container .comments-list .comment-item .comment-body .comment-header .like-button svg{width:16px;height:16px;margin-right:4px}.comments-container .comments-list .comment-item .comment-body .comment-header .like-button .like-icon.liked{filter:invert(1)}.comments-container .comments-list .comment-item .comment-body .comment-header h4{font-size:14px;font-weight:600;color:#333;margin:0}.comments-container .comments-list .comment-item .comment-body .comment-header .comment-timestamp{font-size:12px;color:#999}.comments-container .comments-list .comment-item .comment-body p{font-size:14px;color:#151515}.comments-container .comments-list .comment-item .comment-body .comment-actions{display:flex;align-items:center;gap:16px;font-size:12px;color:#666}.comments-container .replies-container{margin-top:12px}.comments-container .replies-container .reply-item{display:flex;margin-bottom:12px}.comments-container .replies-container .reply-item .reply-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;margin-right:12px;display:flex;align-items:center;justify-content:center}.comments-container .replies-container .reply-item .reply-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.comments-container .replies-container .reply-item .reply-avatar .bg-secondary-grey-4{display:flex;align-items:center;justify-content:center;border-radius:50%}.comments-container .replies-container .reply-item .reply-content{flex:1}.comments-container .replies-container .reply-item .reply-content .reply-header{display:flex;justify-content:space-between;align-items:center;height:20px}.comments-container .replies-container .reply-item .reply-content h4{font-size:13px;font-weight:600;color:#333;margin:0}.comments-container .replies-container .reply-item .reply-content p{font-size:13px;color:#333;margin-bottom:8px}.comments-container .replies-container .reply-item .reply-content .reply-actions{display:flex;align-items:center;gap:12px;font-size:12px;color:#666}.comments-container .replies-container .reply-item .reply-content .reply-actions .reply-button{cursor:pointer;color:#666}.comments-container .replies-container .reply-item .reply-content .reply-text{font-size:14px;color:#151515;margin-bottom:8px;width:90%;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word}.comments-container .comment-input button{margin-left:12px;color:#fff;font-size:14px;font-weight:600;border:none;border-radius:8px;padding:8px 16px;cursor:pointer;transition:background-color .2s}.comments-container .comment-input button:hover{background-color:#0056b3}.comments-container .comment-input button:disabled{background-color:#ccc;cursor:not-allowed}.comments-container .loader-view{text-align:center;padding:16px}.comments-container .report-popup{position:absolute;background:#fff;border-radius:12px;box-shadow:0 0 20px rgba(0,0,0,.1);padding:12px 16px;z-index:100;left:50%;transform:translateX(-50%);top:40%}.comments-container .report-popup .report-button{background:transparent;border:none;display:flex;align-items:center;gap:8px;font-size:16px;cursor:pointer;color:#151515;font-weight:600}.comments-container .bottom-sheet-footer{position:fixed;bottom:0;left:0;right:0;padding:12px 16px;background-color:#fff;border-top:1px solid #e0e0e0;display:flex;align-items:center;gap:12px;z-index:100!important}.comments-container .bottom-sheet-footer .profile-icon{width:32px;height:32px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.comments-container .bottom-sheet-footer .comment-input{flex:1;display:flex;align-items:flex-start;color:#151515;border-radius:20px;padding:8px 16px;font-size:16px;outline:none;transition:border-color .3s ease}.comments-container .bottom-sheet-footer .comment-input::-moz-placeholder{color:#b0b0b0}.comments-container .bottom-sheet-footer .comment-input::placeholder{color:#b0b0b0}.comments-container .bottom-sheet-footer .send-button{padding:8px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.comments-container .bottom-sheet-footer .send-button:disabled{opacity:.5;cursor:not-allowed}.comments-container .bottom-sheet-footer .send-button .icon-send{width:20px;height:20px;fill:#007bff}.comments-container .like-button.disabled{opacity:.6;pointer-events:none}.comments-container .comment-likeCount,.comments-container .reply-likeCount{color:gray}.comments-container .view-more-replies-button{background:none;border:none;cursor:pointer;margin-top:10px;font-size:14px;margin-left:40px}.comments-container .view-more-replies-button:disabled{color:#ccc;cursor:not-allowed}.comments-container .like-button{display:flex;align-items:center;cursor:pointer;flex-direction:column;filter:invert(1);margin-top:20px}.comments-container .like-button svg{width:16px;height:16px;margin-right:4px}.comments-container .like-button .like-icon.liked{filter:invert(1)}.comments-container .report-modal{width:160px;position:absolute;border:1px solid #ddd;border-radius:8px;padding:8px;background:#fff;box-shadow:0 4px 6px rgba(0,0,0,.1);animation:fadeIn .2s ease-in-out;z-index:1000000;top:25%;left:15%}.comments-container .report-modal ul{list-style:none;padding:0;margin:0}.comments-container .report-modal ul li{display:flex;align-items:center;padding:8px 12px;cursor:pointer}.comments-container .report-modal ul li img{width:24px;height:24px}.comments-container .report-modal ul li span{padding-left:10px;color:#151515}.http-link{color:#0b66c2;text-decoration:underline;word-break:break-all}@media only screen and (max-width:768px){.seo-description h1,.seo-title h1{display:block;font-size:27px!important;margin:.67em 0;font-weight:700}.seo-description{white-space:normal!important}.seo-description .cta-button{display:inline-block;background:#f60;color:#fff;padding:10px 15px;text-decoration:none;font-weight:700;border-radius:5px;margin-top:10px}.seo-description h2{display:block;font-size:1.5em;margin:.83em 0;font-weight:700}.seo-description h3{display:block;font-size:1.17em;margin:1em 0;font-weight:700}.seo-description h4{display:block;font-size:1em;margin:1.33em 0;font-weight:700}.seo-description h5{display:block;font-size:.83em;margin:1.67em 0;font-weight:700}.seo-description h6{display:block;font-size:.67em;margin:2.33em 0;font-weight:700}.seo-description section{line-height:1.6}.seo-description p{font-size:1rem;color:#000}.seo-description ul{list-style:disc inside;padding-left:20px;margin-top:1em;margin-bottom:1em;margin-left:0!important}.seo-description ul li{font-size:1rem;color:#000;margin-top:.5em;margin-bottom:.5em}.seo-description ul ul{list-style:circle inside;margin-left:20px;margin-top:1em;margin-bottom:1em}.seo-description ul ul li{font-size:.95rem;margin-top:.5em;margin-bottom:.5em}.clickable-hashtag-container.nf-blog-title{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;position:relative;white-space:normal}.clickable-hashtag-container .read-more{color:#666;padding:20px 20px 20px 0}.clickable-hashtag-container .clickable-hashtag-blue{color:#0b66c2;cursor:pointer}.clickable-hashtag-container .clickable-hashtag-green{color:#0f9d82;cursor:pointer}.clickable-hashtag-container ul{list-style-type:disc;margin-left:40px;white-space:normal}.clickable-hashtag-container ul li{display:list-item;margin:10px}.clickable-hashtag-container p a,.clickable-hashtag-container ul a{color:blue;text-decoration:underline;cursor:pointer}.clickable-hashtag-container p a:hover,.clickable-hashtag-container ul a:hover{color:#00008b;text-decoration:underline}}