:root{--primary-color:#8ab4f8;--primary-hover:#b8c7fa;--text-color:#d9d9d9;--background-color:#181818;--secondary-background:#252525;--border-color:#3a3a3a;--font-main:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-code:"Fira Code", monospace;--lls-pulse-color:rgba(191, 191, 191, 0.8);--logo-url:url(/media-content/themes/plh-theme/assets/images/dark-logo.webp);--category-bg-color:#374151;--category-border-color:#6b7280}.theme-light{--primary-color:#1da1f2;--primary-hover:#55acee;--text-color:#333;--background-color:#f5f5f5;--secondary-background:#ffffff;--border-color:#e0e0e0;--lls-pulse-color:rgba(191, 191, 191, 0.8);--logo-url:url(/media-content/themes/plh-theme/assets/images/light-logo.webp);--category-bg-color:#e5e7eb;--category-border-color:#d1d5db}.site-logo{display:inline-block}.theme-logo{width:200px;max-width:100%;height:auto;background-image:var(--logo-url);background-size:contain;background-repeat:no-repeat;background-position:center;display:block;content:var(--logo-url);object-fit:contain}.site-logo a{display:block;text-decoration:none}.theme-logo{transition:background-image 0.3s ease-in-out}body{font-family:var(--font-main);line-height:1.6;color:var(--text-color);background:var(--background-color);margin:0;padding:0;overflow-x:hidden}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px;box-sizing:border-box}.site-header{text-align:center;padding:20px 0}.header-row{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;position:relative}.site-title{margin:0;font-size:1.8em;text-align:center}.site-title a{text-decoration:none}.site-title a:hover{text-decoration:none}.site-logo{margin:0;text-align:center}.site-description{margin:10px 0 0;text-align:center}.hamburger{display:none;background:0 0;border:none;cursor:pointer;padding:10px;position:absolute;left:20px;top:50%;transform:translateY(-50%);z-index:1001}.hamburger span{display:block;width:24px;height:3px;background:var(--text-color);margin:5px 0;transition:all 0.3s ease}.hamburger.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.main-navigation{width:100%;background:var(--secondary-background);text-align:center;transition:transform 0.3s ease;z-index:1000}.main-navigation.hide{transform:translateY(-100%)}.menu-container{transition:transform 0.3s ease;margin:0 auto;max-width:100%}.main-navigation ul{display:flex;justify-content:center;align-items:center;margin:0;padding:10px 0;list-style:none}.main-navigation li{margin:0 10px}.main-navigation a{color:var(--text-color);text-decoration:none;font-size:1em;transition:color 0.2s ease}.main-navigation a:hover{color:var(--primary-color);text-decoration:underline}.theme-toggle-wrapper{display:inline-flex;align-items:center;margin:0 10px}.theme-toggle{background:var(--secondary-background);border:1px solid var(--border-color);border-radius:50%;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;transition:background 0.2s ease,border-color 0.2s ease}.theme-toggle:hover{background:var(--primary-color);border-color:var(--primary-color)}.theme-toggle .theme-icon{width:16px;height:16px;transition:fill 0.2s ease}.post{background:var(--secondary-background);padding:20px;border-radius:8px}.post-title{font-size:1.8em;margin:0;text-decoration:none}.post-title a{color:var(--text-color);text-decoration:none}.post-title a:hover{color:var(--primary-color);text-decoration:none}.post-meta{color:#ddd;font-size:.9em;margin-bottom:10px}.theme-light .post-meta{color:#222}.post-content{font-size:1.1em}.post-content a{color:var(--primary-color);text-decoration:underline;transition:color 0.2s ease}.post-content a:hover{color:var(--primary-hover)}.post-meta .external-link{display:inline-flex;align-items:center;margin-left:0;text-decoration:none}.post-meta .external-link svg{width:13px;height:13px;margin-left:4px;vertical-align:middle}body:not(.theme-light) .post-meta .external-link svg{fill:var(--primary-color,#8ab4f8)!important}.theme-light .post-meta .external-link svg{fill:var(--primary-color,#1da1f2)!important}.post-featured-image{width:100%;height:auto;object-fit:cover;max-height:400px;margin-bottom:20px;border-radius:8px;display:block;aspect-ratio:16/9}.comments-area{margin-top:2rem;padding:20px;background:var(--secondary-background);border-radius:8px;position:relative;box-sizing:border-box}.theme-light .comments-area{background:var(--secondary-background)}.comments-area::before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:var(--primary-color);border-radius:2px 2px 0 0}.comments-title{font-size:1.5em;color:var(--text-color);margin:.5rem 0 1.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-color)}.comment-list{list-style:none;padding:0;margin:0}.comment{margin-bottom:1rem;padding:1rem;background:var(--secondary-background);border:1px solid var(--border-color);border-radius:8px;transition:box-shadow 0.3s ease,border-color 0.3s ease}.theme-light .comment{background:var(--secondary-background)}article.comment{margin-bottom:.2rem}li.comment.even.depth-2{margin-bottom:0}.comment:hover{box-shadow:0 4px 12px rgb(0 0 0 / .15);border-color:var(--primary-color)}.comment-body{display:flex;flex-direction:column;gap:.5rem}.comment-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.comment-author{display:flex;align-items:center;font-weight:700;color:var(--text-color)}.comment-author .avatar{border-radius:50%;margin-right:.75rem;width:40px;height:40px;border:1px solid var(--border-color)}.comment-author-name{margin-right:.5rem;font-style:normal}.comment-metadata .timestamp{font-size:.9em;color:#a0a0a0}.theme-light .comment-metadata .timestamp{color:#666}.comment-metadata a{color:inherit;text-decoration:none}.comment-metadata a:hover{color:var(--primary-color);text-decoration:underline}.comment-content{color:var(--text-color);font-size:1em;line-height:1.6}.comment-content p{margin:0 0 .5rem}.comment-content a{color:var(--primary-color);text-decoration:underline}.comment-awaiting-moderation{font-style:italic;color:#a0a0a0}.theme-light .comment-awaiting-moderation{color:#666}.comment-actions{display:flex;gap:1rem;font-size:.9em;margin-top:.5rem}.comment-actions a{color:var(--primary-color);text-decoration:none;transition:color 0.2s ease}.comment-actions a:hover{color:var(--primary-hover);text-decoration:underline}.comment-respond{margin-top:2.5rem;padding:20px;background:var(--secondary-background);border-radius:8px;box-shadow:0 2px 4px rgb(0 0 0 / .1);position:relative}.theme-light .comment-respond{background:var(--secondary-background)}.comment-respond::before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:var(--primary-color);border-radius:2px 2px 0 0}.comment-reply-title{font-size:1.4em;color:var(--text-color);margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-color)}.comment-form p{margin-bottom:.3rem;padding:0}.comment-form input,.comment-form textarea{width:100%;max-width:100%;padding:.3rem;margin-bottom:.3rem;background:color-mix(in srgb,#252525 80%,#303030);color:var(--text-color);border:1px solid var(--border-color);border-radius:4px;box-sizing:border-box;font-family:var(--font-main);font-size:.8em;transition:border-color 0.2s ease,box-shadow 0.2s ease}.theme-light .comment-form input,.theme-light .comment-form textarea{background:color-mix(in srgb,#fff 80%,#f0f0f0)}.comment-form input:focus,.comment-form textarea:focus{outline:0;border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(var(--primary-color-rgb),.2)}.comment-form textarea{resize:vertical;min-height:60px}.comment-form-author-email{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.3rem}.comment-form-author,.comment-form-email{flex:1;min-width:100px}.comment-form-url{margin-bottom:.3rem}.comment-form .form-submit{margin-bottom:0;margin-top:1rem}.comment-form .submit-button{background:var(--primary-color);color:#000;border:none;padding:12px 25px;cursor:pointer;border-radius:4px;transition:background 0.2s ease,transform 0.1s ease;width:100%;font-family:var(--font-main);font-size:1em;letter-spacing:.05em;display:inline-flex;align-items:center;justify-content:center}.theme-light .comment-form .submit-button{background:var(--primary-color);color:#fff}.comment-form .submit-button:hover{background:var(--primary-hover)}.theme-light .comment-form .submit-button:hover{background:var(--primary-hover)}.comment-form .submit-button:active{transform:translateY(1px)}.comment-form .submit-button:focus{outline:2px solid var(--primary-hover);outline-offset:3px}.comment-navigation{margin-top:1.5rem;text-align:center}.page-numbers{display:inline-block;padding:.5rem .8rem;margin:0 .2rem;background-color:var(--secondary-background);border:1px solid var(--border-color);border-radius:4px;color:var(--text-color);text-decoration:none;transition:background-color 0.2s ease,border-color 0.2s ease}.page-numbers.current,.page-numbers:hover{background-color:var(--primary-color);border-color:var(--primary-color);color:#fff}.posts-list .post-thumbnail-link img{width:28px;height:28px;object-fit:cover}.fvi-import-button{margin-top:10px}.wrap{max-width:600px}.screen-reader-text{display:none}.posts-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;row-gap:20px;margin:20px 0;width:100%;max-width:100%;box-sizing:border-box}.post-grid-item{background:var(--secondary-background);padding:15px;border-radius:8px;transition:transform 0.2s ease,box-shadow 0.2s ease;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden;display:flex;flex-direction:column}.post-grid-item:hover{transform:translateY(-5px);box-shadow:0 4px 12px rgb(0 0 0 / .1)}.post-grid-item .post-content{flex:1;display:flex;flex-direction:column;padding:15px;box-sizing:border-box}.post-grid-item .post-featured-image{width:100%;height:auto;max-height:200px;object-fit:cover;border-radius:8px;margin-bottom:15px}.post-grid-item .post-thumbnail{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden}.post-grid-item .post-thumbnail img{width:100%;height:100%;object-fit:cover}@media (max-width:768px){.post-grid-item.vertical-thumb .post-thumbnail img{aspect-ratio:4 / 6}}.post-grid-item .thumbnail-link{position:relative;display:block}.post-grid-item .thumbnail-title-overlay{position:absolute;bottom:0;left:0;right:0;background:rgb(0 0 0 / .6);color:#fff;padding:5px;margin:0 0 5px 0;transition:opacity 0.3s ease}.post-grid-item .thumbnail-title{font-size:.7rem;font-weight:600;margin:0;line-height:1.3;max-height:2.6em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.post-grid-item .post-thumbnail:hover .thumbnail-title-overlay{opacity:.8}.post-grid-item.vertical-thumb .post-thumbnail{aspect-ratio:2 / 3}@media (max-width:768px){.post-grid-item .thumbnail-title{font-size:.9rem;line-height:1.2;max-height:2.4em}}@media (max-width:400px){.post-grid-item .thumbnail-title{font-size:.8rem;line-height:1.2;max-height:2.4em}}.post-grid-item .post-title{font-size:1.4em;margin:0 0 10px}.post-grid-item .entry-title{margin:0;font-size:1.2em;line-height:1.4;font-weight:600}.post-grid-item .entry-title a{text-decoration:none;color:inherit;display:block}.post-grid-item .entry-title a:hover{text-decoration:none;color:var(--primary-color,#0072ff)}.post-grid-item .entry-summary{flex:1;margin:0}.post-grid-item .post-excerpt{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin:0;font-size:.95em;line-height:1.5;max-height:4.5em;word-wrap:break-word;hyphens:auto}.post-grid-item .post-categories{color:var(--primary-color)}.post-grid-item .post-categories:hover{color:var(--primary-hover)}.post-grid-item .vote-count{display:none}.taxonomy-description{background:var(--secondary-background);padding:1px 15px;border-radius:8px;margin-bottom:20px;margin-top:40px;border-left:4px solid var(--primary-color)}a{color:var(--primary-color);text-decoration:underline}a:hover{color:var(--primary-hover);text-decoration:underline}@keyframes lls-pulse-border{0%{box-shadow:0 0 0 0 var(--lls-pulse-color)}100%{box-shadow:0 0 0 10px #fff0}}@keyframes lls-fadeEffect{0%{opacity:0}100%{opacity:1}}.wp-block-custom-author-block .see-all-websites-button{text-decoration:none!important;transition:background 0.2s ease,color 0.2s ease,animation 0.2s ease!important}.media-tabs{list-style:none;padding:0;margin:1.5rem 0 1rem;display:flex;justify-content:center;gap:10px;border-bottom:1px solid var(--border-color)}.media-tab{padding:10px 30px;width:50%;font-size:1em;font-weight:600;color:var(--text-color);background:var(--secondary-background);border:1px solid var(--border-color);border-bottom:none;border-radius:5px 5px 0 0;cursor:pointer;transition:all 0.3s ease;text-transform:uppercase;letter-spacing:.05em;text-align:center}.media-tab:hover{background:var(--primary-color);color:var(--secondary-background);border-color:var(--primary-color)}.media-tab.active{background:var(--primary-color);color:var(--secondary-background);border-color:var(--primary-color);box-shadow:0 -2px 4px rgb(0 0 0 / .1)}.media-tab-content{border:none;border-radius:0;box-shadow:none}.media-tab-pane{display:none}.media-tab-pane.active{display:block;animation:lls-fadeEffect 0.3s ease}.post-header-actions{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:10px 0}.collaborating-channels-wrapper{display:inline-flex;align-items:center;background:var(--secondary-background);border:1px solid var(--border-color);border-radius:8px;padding:6px 10px;gap:8px;height:44px}.collaborating-channels-label{font-size:10px;font-weight:500;text-transform:uppercase;color:var(--text-color);letter-spacing:.3px;white-space:nowrap;line-height:1;margin:0;display:flex;align-items:center}.author-meta{display:flex;align-items:center;flex-wrap:nowrap;gap:5px}.author-meta .author{text-decoration:none;align-items:center;display:flex}.author-meta .author .author-image{width:32px;height:32px;border-radius:50%;border:1px solid var(--border-color);object-fit:cover;transition:all 300ms ease-in-out}.author-meta .author.overlap .author-image{margin-left:-14px;z-index:2}.author-meta .author:hover .author-image{border-color:var(--primary-color)}@media (max-width:600px){.post-header-actions{flex-direction:column;align-items:flex-start;gap:3px}.collaborating-channels-wrapper,.post-actions{height:auto}}@media (max-width:768px){.media-tabs{display:flex;justify-content:center;gap:8px;border-bottom:1px solid var(--border-color)}.media-tab{padding:8px 20px;width:auto;width:50%;font-size:.95em;border:1px solid var(--border-color);border-bottom:none;border-radius:5px 5px 0 0;text-align:center}}@media (max-width:600px){.media-tab{padding:6px 15px;width:50%;font-size:.9em}}.lls-RelatedPosts-hp.lls-shownToUserCat{display:grid!important;gap:15px!important;width:100%;max-width:1200px;margin:20px auto!important;padding:15px!important;border-radius:15px!important;box-sizing:border-box!important;animation:lls-fadeEffect 0.3s;will-change:opacity}.lls-RelatedPosts-hp.lls-shownToUserCat img{animation:lls-fadeEffect 0.3s;will-change:opacity;width:100%!important;height:100%!important;max-height:180px!important;object-fit:cover!important;border-radius:6px!important;display:block!important}.lls-RelatedPosts-hp.lls-shownToUserCat .lls-relatedblogsbox-link{display:block!important;box-sizing:border-box!important;text-decoration:none!important}.lls-RelatedPosts-hp.lls-shownToUserCat .lls-relatedblogsbox{width:100%!important;height:180px!important;position:relative!important;overflow:hidden!important;border-radius:8px!important;box-sizing:border-box!important;padding:6px!important;transition:background 0.2s ease,border-color 0.2s ease}.lls-RelatedPosts-hp.lls-shownToUserCat .lls-relatedblogsbox h3{position:absolute!important;bottom:4px!important;left:6px!important;right:6px!important;font-size:12px!important;padding:4px!important;margin:0!important;overflow:hidden!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;text-align:left!important;line-height:16px!important;border-radius:0 0 6px 6px!important;max-height:32px!important;color:#fff!important;background:rgb(0 0 0 / .6)!important}.lls-RelatedPosts-hp.lls-shownToUserCat .lls-allbloghp-button{grid-column:1/-1!important;padding:10px!important;font-size:14px!important;font-weight:400!important;text-align:center!important;text-decoration:none!important;border-radius:10px!important;box-sizing:border-box!important;transition:background 0.2s ease,color 0.2s ease}body:not(.theme-light) .lls-RelatedPosts-hp.lls-shownToUserCat{background:var(--secondary-background,#1f2937)!important;border:1px solid var(--border-color,#374151)!important}body:not(.theme-light) .lls-RelatedPosts-hp.lls-shownToUserCat .lls-relatedblogsbox{background:#1f2937!important;border:2px solid var(--border-color,#374151)!important}body:not(.theme-light) .lls-RelatedPosts-hp a.lls-relatedblogsbox-link:hover .lls-relatedblogsbox{animation:lls-pulse-border 1s infinite!important;background:var(--secondary-color,#374151)!important;border-color:var(--primary-color,#9ca3af)!important}body:not(.theme-light) .lls-RelatedPosts-hp.lls-shownToUserCat .lls-allbloghp-button{background:var(--secondary-background,#1f2937)!important;color:var(--primary-color,#9ca3af)!important;border:1px solid var(--primary-color,#9ca3af)!important}body:not(.theme-light) .lls-RelatedPosts-hp .lls-allbloghp-button:hover{background:var(--secondary-color,#374151)!important;color:var(--text-color,#e5e7eb)!important;animation:lls-pulse-border 1s infinite}.theme-light .lls-RelatedPosts-hp.lls-shownToUserCat{background:var(--secondary-background,#e5e7eb)!important;border:1px solid var(--border-color,#d1d5db)!important}.theme-light .lls-RelatedPosts-hp.lls-shownToUserCat .lls-relatedblogsbox{background:#fdfdfd!important;border:1px solid var(--border-color,#d1d5db)!important}.theme-light .lls-RelatedPosts-hp a.lls-relatedblogsbox-link:hover .lls-relatedblogsbox{animation:lls-pulse-border 1s infinite!important;background:var(--secondary-color,#f1f1f1)!important;border-color:var(--primary-color,#6b7280)!important}.theme-light .lls-RelatedPosts-hp.lls-shownToUserCat .lls-allbloghp-button{background:var(--secondary-background,#e5e7eb)!important;color:var(--primary-color,#6b7280)!important;border:1px solid var(--primary-color,#6b7280)!important}.theme-light .lls-RelatedPosts-hp .lls-allbloghp-button:hover{background:var(--secondary-color,#f5f5f5)!important;color:var(--text-color,#1f2937)!important;animation:lls-pulse-border 1s infinite}.voting-system{display:flex;align-items:center;gap:10px;margin:0;padding:10px;border-radius:8px;border:1px solid var(--border-color)}.vote-buttons{display:flex;gap:10px}.vote-btn{display:flex;align-items:center;gap:5px;padding:8px 12px;background:var(--secondary-background);border:1px solid var(--border-color);border-radius:5px;color:var(--text-color);cursor:pointer;transition:all 0.3s ease}.vote-btn:hover{background:var(--primary-color);border-color:var(--primary-color);color:var(--secondary-background)}.vote-btn.active{background:var(--primary-color);border-color:var(--primary-color);color:var(--secondary-background)}.vote-btn.voted{animation:pulse 0.3s ease}.vote-btn.loading{opacity:.7;cursor:not-allowed}.vote-icon{width:16px;height:16px}.vote-count{font-size:14px}.vote-percentage{display:flex;align-items:center;gap:10px}.percentage-bar{width:100px;height:8px;background:var(--border-color);border-radius:4px;overflow:hidden}.percentage-fill{height:100%;background:var(--primary-color);transition:width 0.3s ease}.percentage-text{font-size:12px;color:var(--text-color)}.vote-message{position:fixed;bottom:20px;right:20px;padding:10px 20px;background:var(--secondary-background);border:1px solid var(--border-color);border-radius:5px;opacity:0;transition:opacity 0.3s ease}.vote-message.show{opacity:1}.vote-message.error{background:#d32f2f;color:#fff;border-color:#d32f2f}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}.ps-subscribe-button-wrapper{display:inline-block}.ps-subscribe-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:var(--secondary-background);border:1px solid var(--border-color);border-radius:5px;color:#fff;cursor:pointer;transition:all 0.3s ease;font-family:var(--font-main)}body.theme-light .ps-subscribe-button{color:#000}.ps-subscribe-button:hover{background:var(--primary-color);border-color:var(--primary-color);color:var(--secondary-background)}.ps-subscribe-button.subscribed{background:#4caf50;border-color:#4caf50;color:var(--secondary-background)}.ps-subscribe-button.subscribed:hover{background:#d32f2f;border-color:#d32f2f}.ps-subscribe-button .subscribe-icon{width:16px;height:16px;margin:0}.theme-toggle{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:var(--secondary-background);border:1px solid var(--border-color);border-radius:5px;color:#fff;cursor:pointer;transition:all 0.3s ease}body.theme-light .theme-toggle{color:#000}.theme-toggle:hover{background:var(--primary-color);border-color:var(--primary-color);color:var(--secondary-background)}.theme-toggle .theme-icon{width:16px;height:16px;margin:0}#ps-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .7);z-index:10000;display:flex;justify-content:center;align-items:center;transition:opacity 0.3s ease}#ps-modal-content{background:var(--secondary-background);padding:30px;border-radius:10px;max-width:450px;width:90%;box-shadow:0 10px 30px rgb(0 0 0 / .2);text-align:center;font-family:var(--font-main);position:relative;animation:slideIn 0.3s ease;color:var(--text-color)}@keyframes slideIn{from{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}#ps-modal-content h3{margin:0 0 15px;font-size:24px}#ps-modal-content p{margin:0 0 20px;font-size:16px}#ps-modal-content input[type="email"]{width:100%;padding:12px;margin:10px 0 20px;border:1px solid var(--border-color);border-radius:5px;font-size:16px;box-sizing:border-box;transition:border-color 0.3s ease;background:var(--background-color);color:var(--text-color)}#ps-modal-content input[type="email"]:focus{border-color:var(--primary-color);outline:0}#ps-modal-content .ps-consent-wrapper{display:flex;align-items:center;margin-bottom:20px;font-size:14px}#ps-modal-content .ps-consent-wrapper input[type="checkbox"]{margin-right:10px}#ps-modal-content .button{width:100%;padding:12px;background:var(--primary-color);color:var(--secondary-background);border:none;border-radius:5px;font-size:16px;cursor:pointer;transition:background 0.3s ease}#ps-modal-content .button:hover{background:var(--primary-hover)}.ps-modal-close-btn{position:absolute;top:15px;right:15px;font-size:24px;text-decoration:none;color:var(--text-color);opacity:.7;transition:color 0.3s ease,opacity 0.3s ease}.ps-modal-close-btn:hover{opacity:1;text-decoration:none}.ps-message{position:fixed;bottom:20px;right:20px;padding:10px 20px;background:var(--secondary-background);border:1px solid var(--border-color);border-radius:5px;color:var(--text-color);opacity:0;transition:opacity 0.3s ease}.ps-message.show{opacity:1}.ps-message.error{background:#d32f2f;color:#fff;border-color:#d32f2f}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.post-actions{display:inline-flex;align-items:center;height:44px;padding:6px 0;border-radius:8px}@media (max-width:768px){.voting-system{flex-direction:row;flex-wrap:nowrap;gap:10px}.vote-buttons{flex-wrap:nowrap;gap:5px}.vote-btn{padding:6px 10px;font-size:13px}.vote-icon{width:14px;height:14px}.vote-count{font-size:12px}.percentage-bar{width:70px}.percentage-text{font-size:11px}.ps-subscribe-button{width:28px;height:28px}}.voting-system .vote-buttons,.voting-system .vote-percentage{flex-shrink:0}.post-grid-item .post-actions{display:flex;justify-content:center;align-items:center;gap:6px;flex-wrap:wrap;margin-top:8px;width:100%}.post-grid-item .voting-system{display:flex;flex-direction:row;align-items:center;gap:6px;flex-wrap:nowrap}.post-grid-item .vote-buttons{display:flex;gap:4px}.post-grid-item .vote-btn{padding:4px 8px;font-size:11px;min-width:30px;text-align:center}.post-grid-item .vote-percentage{display:flex;align-items:center;gap:4px}.post-grid-item .percentage-bar{display:none}.post-grid-item .percentage-text{font-size:10px;font-weight:700;white-space:nowrap}.post-grid-item .ps-subscribe-button{width:24px;height:24px;flex-shrink:0}@media (max-width:768px){.post-grid-item .post-actions{gap:4px;justify-content:flex-start}.post-grid-item .vote-btn{padding:3px 6px;min-width:26px;font-size:10px}.post-grid-item .percentage-text{font-size:9px}.post-grid-item .ps-subscribe-button{width:22px;height:22px}}@media (max-width:400px){.post-grid-item .percentage-text{display:none}}.wp-block-button.is-style-see-all-websites{all:unset;display:block;width:100%}.wp-block-button.is-style-see-all-websites .wp-block-button__link{all:unset;display:block;width:100%;padding:10px 20px;font-size:14px;font-weight:400;text-align:center;text-transform:uppercase;border-radius:10px;box-sizing:border-box;transition:background 0.2s ease,color 0.2s ease,animation 0.2s ease;cursor:pointer;pointer-events:auto;text-decoration:none}body:not(.theme-light) .wp-block-button.is-style-see-all-websites .wp-block-button__link{background:var(--secondary-background,#1f2937);color:var(--primary-color,#9ca3af);border:1px solid var(--primary-color,#9ca3af)}body:not(.theme-light) .wp-block-button.is-style-see-all-websites .wp-block-button__link:hover{background:var(--secondary-color,#374151);color:var(--text-color,#e5e7eb);animation:lls-pulse-border 1s infinite}.theme-light .wp-block-button.is-style-see-all-websites .wp-block-button__link{background:var(--secondary-background,#e5e7eb);color:var(--primary-color,#6b7280);border:1px solid var(--primary-color,#6b7280)}.theme-light .wp-block-button.is-style-see-all-websites .wp-block-button__link:hover{background:var(--secondary-color,#f5f5f5);color:var(--text-color,#1f2937);animation:lls-pulse-border 1s infinite}@keyframes lls-pulse-animation{0%{box-shadow:0 0 0 0 var(--lls-pulse-color)}100%{box-shadow:0 0 0 10px #fff0}}:root{--category-bg-color:#374151;--category-border-color:#6b7280}.theme-light{--category-bg-color:#e5e7eb;--category-border-color:#d1d5db}.lls-category-posts{background-color:var(--secondary-background);border:1px solid var(--border-color);border-radius:8px;margin:20px auto;max-width:1200px;padding:0;box-shadow:0 4px 6px rgb(0 0 0 / .05);overflow:hidden}.lls-category-posts .category-title{display:flex;align-items:center;gap:.5rem;background-color:var(--category-bg-color);border-bottom:2px solid var(--category-border-color);padding:10px;margin:0;border-radius:8px 8px 0 0;box-sizing:border-box;transition:background-color 0.3s ease}.lls-category-posts .category-title .category-icon{width:20px;height:20px;color:var(--text-color);transition:transform 0.2s ease}.lls-category-posts .category-title a{color:var(--text-color);font-size:16px;font-weight:600;text-transform:uppercase;text-decoration:none;transition:color 0.2s ease}.lls-category-posts .category-title a:hover{color:var(--primary-hover)}.lls-category-posts .category-title a:hover .category-icon{transform:rotate(10deg)}.lls-category-posts .posts-list-wrapper{padding:10px}.lls-category-posts .posts-list{list-style:none;padding:0;margin:0}.lls-category-posts .post-item{display:flex;align-items:center;padding:8px 6px;transition:background-color 0.3s ease,transform 0.2s ease}.lls-category-posts .post-item:not(:last-child){border-bottom:1px solid var(--border-color)}.lls-category-posts .post-item:hover{background-color:var(--secondary-color);transform:translateX(3px)}.lls-category-posts .post-item .post-thumbnail-link{display:inline-block;margin-right:10px;line-height:0}.lls-category-posts .post-item .post-thumbnail-link img{width:28px;height:28px;border-radius:4px}.lls-category-posts .post-item .post-title-wrapper{display:flex;align-items:center;flex:1;min-height:28px}.lls-category-posts .post-item .post-title-link{color:var(--text-color);text-decoration:none;font-size:14px;font-weight:400}.lls-category-posts .post-item .external-link{display:inline-flex;align-items:center;margin-left:8px}.lls-category-posts .post-item .external-link svg{width:14px;height:14px;fill:var(--primary-color)}.lls-category-posts .see-all-wrapper{text-align:center;margin:8px 0;padding:0 12px}.lls-category-posts .see-all-button{background-color:var(--secondary-background);border:1px solid var(--primary-color);color:var(--primary-color);font-size:13px;text-transform:capitalize;border-radius:10px;height:32px;line-height:32px;display:inline-block;text-decoration:none;white-space:nowrap;text-align:center;padding:0 16px;transition:background-color 0.3s ease,color 0.3s ease}.lls-category-posts .see-all-button:hover{background-color:var(--secondary-color);color:var(--text-color)}.lls-category-posts .no-posts-message{color:var(--text-color);padding:10px;margin:0}body:not(.theme-light) .lls-category-posts{background-color:var(--secondary-background,#252525)!important;border:1px solid var(--border-color,#3a3a3a)!important}body:not(.theme-light) .lls-category-posts .post-item:hover{background-color:var(--secondary-color,#3a3a3a)!important;transform:translateX(3px)!important}body:not(.theme-light) .lls-category-posts .post-item .post-title-link{color:var(--text-color,#d9d9d9)!important}body:not(.theme-light) .lls-category-posts .post-item .external-link svg{fill:var(--primary-color,#8ab4f8)!important}body:not(.theme-light) .lls-category-posts .see-all-button{background-color:var(--secondary-background,#252525)!important;border:1px solid var(--primary-color,#8ab4f8)!important;color:var(--primary-color,#8ab4f8)!important}body:not(.theme-light) .lls-category-posts .see-all-button:hover{background-color:var(--secondary-color,#3a3a3a)!important;color:var(--text-color,#d9d9d9)!important}body:not(.theme-light) .lls-category-posts .no-posts-message{color:var(--text-color,#d9d9d9)!important}.theme-light .lls-category-posts{background-color:var(--secondary-background,#fff)!important;border:1px solid var(--border-color,#e0e0e0)!important}.theme-light .lls-category-posts .post-item:not(:last-child){border-bottom:1px solid var(--border-color,#e0e0e0)!important}.theme-light .lls-category-posts .post-item:hover{background-color:var(--secondary-color,#f5f5f5)!important;transform:translateX(3px)!important}.theme-light .lls-category-posts .post-item .post-title-link{color:var(--text-color,#333)!important}.theme-light .lls-category-posts .post-item .external-link svg{fill:var(--primary-color,#1da1f2)!important}.theme-light .lls-category-posts .see-all-button{background-color:var(--secondary-background,#fff)!important;border:1px solid var(--primary-color,#1da1f2)!important;color:var(--primary-color,#1da1f2)!important}.theme-light .lls-category-posts .see-all-button:hover{background-color:var(--secondary-color,#f5f5f5)!important;color:var(--text-color,#333)!important}.theme-light .lls-category-posts .no-posts-message{color:var(--text-color,#333)!important}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin:20px 0}.see-all-websites-wrapper{margin:20px 0}.see-all-websites-button{display:block;width:100%;padding:10px 20px;font-size:14px;font-weight:400;text-align:center;text-decoration:none;text-transform:uppercase;border-radius:10px;box-sizing:border-box;transition:background 0.2s ease,color 0.2s ease,animation 0.2s ease}body:not(.theme-light) .see-all-websites-button{background:var(--secondary-background,#1f2937);color:var(--primary-color,#9ca3af);border:1px solid var(--primary-color,#9ca3af)}body:not(.theme-light) .see-all-websites-button:hover{background:var(--secondary-color,#374151);color:var(--text-color,#e5e7eb);animation:lls-pulse-border 1s infinite;text-decoration:none}.theme-light .see-all-websites-button{background:var(--secondary-background,#e5e7eb);color:var(--primary-color,#6b7280);border:1px solid var(--primary-color,#6b7280)}.theme-light .see-all-websites-button:hover{background:var(--secondary-color,#f5f5f5);color:var(--text-color,#1f2937);animation:lls-pulse-border 1s infinite;text-decoration:none}.wp-block-video{box-sizing:border-box}.wp-block-video video{vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video:where(figcaption){margin-bottom:1em;margin-top:.5em}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * 0.75)}}@media (min-width:1024px){.lls-RelatedPosts-hp.lls-shownToUserCat{grid-template-columns:repeat(4,1fr)!important;grid-template-rows:repeat(1,auto)!important}.lls-category-posts .see-all-button:hover{animation:lls-pulse-animation 1s infinite!important}}@media (max-width:1024px){.posts-grid{grid-template-columns:repeat(3,1fr);gap:18px;row-gap:18px}.categories-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.lls-RelatedPosts-hp.lls-shownToUserCat{grid-template-columns:repeat(2,1fr)!important;grid-template-rows:repeat(2,auto)!important;gap:10px!important;padding:10px!important}.lls-RelatedPosts-hp.lls-shownToUserCat .lls-relatedblogsbox{height:0!important;padding-bottom:75%!important}.lls-RelatedPosts-hp.lls-shownToUserCat .lls-relatedblogsbox img{max-height:none!important;position:absolute!important;top:0!important;left:0!important}.lls-RelatedPosts-hp.lls-shownToUserCat .lls-relatedblogsbox h3{font-size:10px!important;line-height:12px!important;max-height:24px!important}.categories-grid{grid-template-columns:1fr}}@media (max-width:768px){.posts-grid{grid-template-columns:repeat(2,1fr);gap:15px;row-gap:15px;margin:15px 0}.container{padding:0 15px}.post-grid-item .post-content{padding:12px}}@media (max-width:600px){.container{padding:10px}.site-title{font-size:1.5em}.hamburger{display:block}.main-navigation{position:relative;background:0 0;width:100%}.menu-container{display:none;position:absolute;top:100%;left:0;width:100%;background:var(--secondary-background);transform:translateX(-100%);z-index:1000}.menu-container.active{display:block;transform:translateX(0)}.main-navigation ul{flex-direction:column;align-items:stretch;padding:0;margin:8px 0}.main-navigation li{margin:0;padding:0;width:100%;text-align:center}.main-navigation a{display:block;padding:8px 0;font-size:1.1em;white-space:nowrap;line-height:.5em}.theme-toggle-wrapper{display:block;position:absolute;top:50%;right:20px;transform:translateY(-50%);margin:0;padding:0}.theme-toggle{width:40px;height:40px;padding:10px}.theme-toggle .theme-icon{width:20px;height:20px}.post-featured-image{object-fit:cover;max-height:50vh;min-height:200px;aspect-ratio:16/9}.posts-grid{grid-template-columns:1fr}.post-grid-item .post-featured-image{max-height:150px}.post-grid-item .post-title{font-size:1.2em}.comment-respond,.comments-area{padding:1rem}.comments-title{font-size:1.3em}.comment{padding:.75rem}.comment-author .avatar{width:32px;height:32px}.comment-meta{flex-direction:column;align-items:flex-start;gap:.25rem}.comment-form-author-email{flex-direction:column;gap:.3rem}.comment-form-author,.comment-form-email{min-width:100%}.comment-form input,.comment-form textarea{font-size:.75em;padding:.6rem}.comment-form textarea{min-height:80px}.comment-form .submit-button{padding:8px 16px;font-size:.85em}}@media (max-width:480px){.posts-grid{grid-template-columns:1fr;gap:10px;row-gap:10px}.container{padding:0 10px}.post-grid-item .entry-title{font-size:1.1em}.post-grid-item .post-excerpt{font-size:.9em}}@media (max-width:439px){.lls-RelatedPosts-hp.lls-shownToUserCat{gap:8px!important;padding:8px 5px!important}.lls-RelatedPosts-hp.lls-shownToUserCat .lls-relatedblogsbox h3{font-size:9px!important;line-height:10px!important;max-height:20px!important}.lls-RelatedPosts-hp.lls-shownToUserCat .lls-allbloghp-button{font-size:12px!important}.see-all-websites-button{font-size:12px;padding:8px 16px}}.comment-form-author,.comment-form-comment,.comment-form-email,.comment-form-url{margin:0;padding:0}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}figure.wp-block-gallery{margin:20px 0 20px 0!important}figure.wp-block-video{margin-left:0!important;margin-right:0!important}.wp-block-heading.has-background{padding:.5em .9em;border-radius:8px}.wp-block-social-links .wp-social-link{list-style:none}.wp-block-social-links .wp-social-link a{display:flex;align-items:center;justify-content:center;min-width:2.5em;height:2.5em;color:var(--text-color,#333)!important;border:1px solid var(--border-color,#ddd)!important;border-radius:5px;text-decoration:none;transition:all 0.15s ease}.wp-block-social-links .wp-social-link .wp-block-social-link-label{display:none}.wp-block-social-links.has-visible-labels .wp-social-link .wp-block-social-link-label{display:block;font-size:.85em;font-weight:600;line-height:1;margin-left:5px}.wp-block-social-links .wp-social-link svg{fill:currentColor}.wp-block-social-links .wp-social-link-chain a{padding:0 15px}.wp-block-social-links{padding-left:0}.wp-block-social-links .wp-social-link a:hover{background:var(--primary-color,#0073aa)!important;color:var(--background-color,#fff)!important;border-color:var(--primary-color,#0073aa)!important}.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0%;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*="flex-basis"]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0%;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*="flex-basis"]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-cover{position:relative;display:flex;justify-content:center;align-items:center;min-height:430px;background-color:#000;overflow:hidden;padding:1rem}.wp-block-cover__image-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;z-index:0;border-radius:8px}.wp-block-cover__background.has-background-dim{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgb(0 0 0 / .5);z-index:1}.wp-block-cover__background.has-background-dim-10{background-color:rgb(0 0 0 / .1)}.wp-block-cover__background.has-background-dim-20{background-color:rgb(0 0 0 / .2)}.wp-block-cover__background.has-background-dim-30{background-color:rgb(0 0 0 / .3)}.wp-block-cover__background.has-background-dim-40{background-color:rgb(0 0 0 / .4)}.wp-block-cover__background.has-background-dim-50{background-color:rgb(0 0 0 / .5)}.wp-block-cover__background.has-background-dim-60{background-color:rgb(0 0 0 / .6)}.wp-block-cover__background.has-background-dim-70{background-color:rgb(0 0 0 / .7)}.wp-block-cover__background.has-background-dim-80{background-color:rgb(0 0 0 / .8)}.wp-block-cover__background.has-background-dim-90{background-color:rgb(0 0 0 / .9)}.wp-block-cover__background.has-background-dim-100{background-color:rgb(0 0 0)}.wp-block-cover__inner-container{position:relative;z-index:2;color:#fff;width:100%;max-width:1100px;padding:1rem;text-align:center}.wp-block-custom-author-block.author-block-container{display:flex;flex-wrap:wrap;gap:30px;max-width:1200px;margin:0 auto}.author-block-left-column,.author-block-right-column{flex:1;min-width:300px}.wp-block-cover.author-block{margin-bottom:20px}.author-block__name{text-shadow:0 0 5px rgb(0 0 0 / .5);font-size:36px}.author-block__details{margin:20px 0}.author-block__detail{margin:0;font-size:.9em;text-shadow:0 0 5px rgb(0 0 0 / .5);text-align:left}.author-block__bio{margin-top:20px}.author-block__socials{margin-top:20px}@media (max-width:781px){.wp-block-custom-author-block.author-block-container{flex-direction:column;gap:0}.author-block-left-column,.author-block-right-column{width:100%}}@keyframes lls-pulse-animation{0%{box-shadow:0 0 0 0 var(--lls-pulse-color)}100%{box-shadow:0 0 0 10px #fff0}}.lls-category-posts{background-color:var(--secondary-background);border:1px solid var(--border-color);border-radius:8px;margin:20px auto;max-width:1200px;padding:0;box-shadow:0 4px 6px rgb(0 0 0 / .05);overflow:hidden}.lls-category-posts .category-title{display:flex;align-items:center;gap:.5rem;background-color:var(--category-bg-color);border-bottom:2px solid var(--category-border-color);padding:10px;margin:0;border-radius:8px 8px 0 0;box-sizing:border-box;transition:background-color 0.3s ease}.lls-category-posts .category-title .category-icon{width:20px;height:20px;color:var(--text-color);transition:transform 0.2s ease}.lls-category-posts .category-title a{color:var(--text-color);font-size:16px;font-weight:600;text-transform:uppercase;text-decoration:none;transition:color 0.2s ease}.lls-category-posts .category-title a:hover{color:var(--primary-hover)}.lls-category-posts .category-title a:hover .category-icon{transform:rotate(10deg)}.theme-light .lls-category-posts .category-title a,.theme-light .lls-category-posts .category-title .category-icon{color:var(--text-color)}.theme-light .lls-category-posts .category-title a:hover{color:#55acee}.lls-category-posts .posts-list-wrapper{padding:10px}.lls-category-posts .posts-list{list-style:none;padding:0;margin:0}.lls-category-posts .post-item{display:flex!important;align-items:center!important;padding:8px 6px!important;transition:background-color 0.3s ease,transform 0.2s ease!important}.lls-category-posts .post-item:not(:last-child){border-bottom:1px solid var(--border-color)}.lls-category-posts .post-item .post-thumbnail-link{display:inline-block;margin-right:10px;line-height:0}.lls-category-posts .post-item .post-thumbnail-link img{width:28px;height:28px;border-radius:4px}.lls-category-posts .post-item .post-title-wrapper{display:flex;align-items:center;flex:1;min-height:28px}.lls-category-posts .post-item .post-title-link{text-decoration:none;font-size:14px;font-weight:400;color:var(--text-color)}.lls-category-posts .post-item .external-link{display:inline-flex;align-items:center;margin-left:8px}.lls-category-posts .post-item .external-link svg{width:14px;height:14px;fill:var(--primary-color)}.lls-category-posts .post-item .post-actions{display:flex;align-items:center;gap:6px;margin-left:8px}.lls-category-posts .post-item .voting-system{display:flex;align-items:center;gap:6px;padding:0;border:none}.lls-category-posts .post-item .vote-buttons{display:flex;gap:4px}.lls-category-posts .post-item .vote-btn{width:24px;height:24px;padding:0;display:flex;align-items:center;justify-content:center;background:var(--secondary-background);border:1px solid var(--border-color);border-radius:5px;color:#fff}body.theme-light .lls-category-posts .post-item .vote-btn{color:#000}.lls-category-posts .post-item .vote-btn:hover{background:var(--primary-color);border-color:var(--primary-color);color:var(--secondary-background)}.lls-category-posts .post-item .vote-btn.active{background:var(--primary-color);border-color:var(--primary-color);color:var(--secondary-background)}.lls-category-posts .post-item .vote-btn.loading{opacity:.7;cursor:not-allowed}.lls-category-posts .post-item .vote-icon{width:12px;height:12px}.lls-category-posts .post-item .ps-subscribe-button-wrapper{display:inline-block}.lls-category-posts .post-item .ps-subscribe-button{width:24px;height:24px;padding:0;display:flex;align-items:center;justify-content:center;background:var(--secondary-background);border:1px solid var(--border-color);border-radius:5px;color:#fff}body.theme-light .lls-category-posts .post-item .ps-subscribe-button{color:#000}.lls-category-posts .post-item .ps-subscribe-button:hover{background:var(--primary-color);border-color:var(--primary-color);color:var(--secondary-background)}.lls-category-posts .post-item .ps-subscribe-button.subscribed{background:#4caf50;border-color:#4caf50;color:var(--secondary-background)}.lls-category-posts .post-item .ps-subscribe-button.subscribed:hover{background:#d32f2f;border-color:#d32f2f}.lls-category-posts .post-item .subscribe-icon{width:12px;height:12px;margin:0}.lls-category-posts .see-all-wrapper{text-align:center;margin:8px 0;padding:0 12px}.lls-category-posts .see-all-button{font-size:13px!important;text-transform:capitalize!important;border-radius:10px!important;height:32px!important;line-height:32px!important;display:inline-block!important;text-decoration:none!important;white-space:nowrap!important;text-align:center!important;overflow:hidden!important;text-overflow:ellipsis!important;padding:0 16px!important;transition:all 0.3s ease}.lls-category-posts .no-posts-message{padding:10px;margin:0}body:not(.theme-light) .lls-category-posts{background-color:var(--secondary-background,#252525)!important;border:1px solid var(--border-color,#3a3a3a)!important}body:not(.theme-light) .lls-category-posts .post-item:hover{background-color:var(--background-color,#181818)!important;transform:translateX(3px)!important}body:not(.theme-light) .lls-category-posts .post-item .post-title-link{color:var(--text-color,#d9d9d9)!important}body:not(.theme-light) .lls-category-posts .post-item .external-link svg{fill:var(--primary-color,#8ab4f8)!important}body:not(.theme-light) .lls-category-posts .see-all-button{background-color:var(--secondary-background,#252525)!important;border:1px solid var(--primary-color,#8ab4f8)!important;color:var(--primary-color,#8ab4f8)!important}body:not(.theme-light) .lls-category-posts .see-all-button:hover{background-color:var(--background-color,#181818)!important;color:var(--text-color,#d9d9d9)!important}body:not(.theme-light) .lls-category-posts .no-posts-message{color:var(--text-color,#d9d9d9)!important}body.theme-light .lls-category-posts{background-color:var(--secondary-background,#fff)!important;border:1px solid var(--border-color,#e0e0e0)!important}body.theme-light .lls-category-posts .post-item:not(:last-child){border-bottom:1px solid var(--border-color,#e0e0e0)!important}body.theme-light .lls-category-posts .post-item:hover{background-color:var(--background-color,#f5f5f5)!important;transform:translateX(3px)!important}body.theme-light .lls-category-posts .post-item .post-title-link{color:var(--text-color,#333)!important}body.theme-light .lls-category-posts .post-item .external-link svg{fill:var(--primary-color,#1da1f2)!important}body.theme-light .lls-category-posts .see-all-button{background-color:var(--secondary-background,#fff)!important;border:1px solid var(--primary-color,#1da1f2)!important;color:var(--primary-color,#1da1f2)!important}body.theme-light .lls-category-posts .see-all-button:hover{background-color:var(--background-color,#f5f5f5)!important;color:var(--text-color,#333)!important}body.theme-light .lls-category-posts .no-posts-message{color:var(--text-color,#333)!important}.post-grid-item .post-actions{display:flex;justify-content:center;align-items:center;gap:6px;flex-wrap:wrap;margin-top:8px;width:100%}.post-grid-item .voting-system{display:flex;flex-direction:row;align-items:center;gap:6px;flex-wrap:nowrap}.post-grid-item .vote-buttons{display:flex;gap:4px}.post-grid-item .vote-btn{width:24px;height:24px;padding:0;display:flex;align-items:center;justify-content:center;background:var(--secondary-background);border:1px solid var(--border-color);border-radius:5px;color:#fff}body.theme-light .post-grid-item .vote-btn{color:#000}.post-grid-item .vote-btn:hover{background:var(--primary-color);border-color:var(--primary-color);color:var(--secondary-background)}.post-grid-item .vote-btn.active{background:var(--primary-color);border-color:var(--primary-color);color:var(--secondary-background)}.post-grid-item .vote-btn.loading{opacity:.7;cursor:not-allowed}.post-grid-item .vote-icon{width:12px;height:12px}.post-grid-item .vote-percentage{display:flex;align-items:center;gap:4px}.post-grid-item .percentage-bar{display:none}.post-grid-item .percentage-text{font-size:10px;font-weight:700;white-space:nowrap}.post-grid-item .ps-subscribe-button-wrapper{display:inline-block}.post-grid-item .ps-subscribe-button{width:24px;height:24px;padding:0;display:flex;align-items:center;justify-content:center;background:var(--secondary-background);border:1px solid var(--border-color);border-radius:5px;color:#fff}body.theme-light .post-grid-item .ps-subscribe-button{color:#000}.post-grid-item .ps-subscribe-button:hover{background:var(--primary-color);border-color:var(--primary-color);color:var(--secondary-background)}.post-grid-item .ps-subscribe-button.subscribed{background:#4caf50;border-color:#4caf50;color:var(--secondary-background)}.post-grid-item .ps-subscribe-button.subscribed:hover{background:#d32f2f;border-color:#d32f2f}.post-grid-item .ps-subscribe-button .subscribe-icon{width:12px;height:12px}@media (max-width:768px){.post-grid-item .post-actions{gap:4px;justify-content:flex-start}.post-grid-item .vote-btn{width:22px;height:22px}.post-grid-item .vote-icon{width:10px;height:10px}.post-grid-item .percentage-text{font-size:9px}.post-grid-item .ps-subscribe-button{width:22px;height:22px}.post-grid-item .ps-subscribe-button .subscribe-icon{width:10px;height:10px}}@media (max-width:400px){.post-grid-item .percentage-text{display:none}}.post-title-wrapper{display:flex;justify-content:space-between;align-items:center}.post-actions{display:flex;gap:15px;align-items:center;margin-top:0}.post-title-wrapper .external-link{margin-right:auto}.lls-category-posts .posts-list-wrapper{padding:0 10px}.lls-category-posts .post-item .voting-system{gap:10px}.lls-category-posts .post-item .subscribe-icon{width:16px;height:16px;margin:0}.lls-category-posts .post-item .ps-subscribe-button{border:none}.site-footer{background-color:var(--secondary-background);color:var(--text-color);padding:20px 0;text-align:center;margin:20px;border-radius:8px}.site-footer .container{max-width:800px;margin:0 auto;padding:0 20px;box-sizing:border-box}.footer-navigation ul{list-style:none;padding:0;margin:0 0 15px;display:flex;flex-wrap:wrap;justify-content:center}.footer-navigation li{margin:0 8px}.footer-navigation a{color:var(--primary-color);text-decoration:none;font-family:var(--font-main);font-size:14px;white-space:nowrap}.footer-navigation a:hover{color:var(--primary-hover)}.footer-copyright{margin:0;font-size:14px;color:var(--text-color)}@media screen and (max-width:768px){.footer-navigation .footer-links{display:grid;grid-template-columns:1fr 1fr;gap:10px;list-style:none;padding:0}.footer-navigation .footer-links li{margin:0}.footer-navigation .footer-links li a{display:block;text-align:left}}@media (max-width:600px){.footer-navigation ul{flex-direction:column;align-items:center}.footer-navigation li{margin:5px 0}.site-footer .container{padding:0 15px}.site-footer{margin:20px 10px 0;border-radius:8px}}.error-404{text-align:center}.search-404 .searchform{display:flex;flex-wrap:nowrap;gap:.75rem;align-items:center;justify-content:center;width:100%}.search-404 .searchform div{display:flex;flex-wrap:nowrap;gap:.75rem;width:100%;max-width:500px}.search-404 .searchform input[type="text"]#s{background-color:var(--secondary-background);color:var(--text-color);border:1px solid var(--border-color);padding:.75rem 1rem;border-radius:5px;width:100%;max-width:300px;font-family:var(--font-main);font-size:1rem;transition:border-color 0.3s,box-shadow 0.3s;flex-shrink:1}.search-404 .searchform input[type="text"]#s:focus{border-color:var(--primary-color);box-shadow:0 0 5px var(--lls-pulse-color);outline:0}.search-404 .searchform input[type="submit"]#searchsubmit{background-color:var(--primary-color);color:var(--background-color);border:none;padding:.75rem 1.5rem;border-radius:8px;font-family:var(--font-main);font-size:1rem;cursor:pointer;transition:background-color 0.3s,transform 0.2s;white-space:nowrap;flex-shrink:0}.search-404 .searchform input[type="submit"]#searchsubmit:hover{background-color:var(--primary-hover)}.search-404 .screen-reader-text{display:none}@media (max-width:480px){.search-404 .searchform div{flex-wrap:wrap;justify-content:center}.search-404 .searchform input[type="text"]#s{max-width:100%}.search-404 .searchform input[type="submit"]#searchsubmit{margin-top:.5rem}}.post-grid-item .post-content{text-align:left}.menu-search .searchform{display:flex;flex-wrap:nowrap;align-items:center}.menu-search .searchform .search-wrapper{position:relative;display:flex;align-items:center;width:100%;max-width:220px}.menu-search .searchform input[type="text"]#s{background-color:var(--secondary-background);color:var(--text-color);border:1px solid var(--border-color);padding:.5rem 2rem .5rem .75rem;border-radius:5px;width:100%;font-family:var(--font-main);font-size:.9rem;transition:border-color 0.3s,box-shadow 0.3s}.menu-search .searchform input[type="text"]#s:focus{border-color:var(--primary-color);box-shadow:0 0 5px var(--lls-pulse-color);outline:0}.menu-search .searchform button.searchsubmit{background-color:#fff0;border:none;position:absolute;right:.5rem;top:50%;transform:translateY(-50%);cursor:pointer;transition:opacity 0.3s;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.menu-search .searchform button.searchsubmit:hover{opacity:.8}.menu-search .searchform button.searchsubmit svg.search-icon{fill:none;stroke:#fff;width:16px;height:16px}body.theme-light .menu-search .searchform button.searchsubmit svg.search-icon{stroke:#000!important}.menu-search .searchform .screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (min-width:769px){.main-navigation .menu-container{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;max-width:1200px;margin:0 auto;padding:0 20px}.main-navigation .main-menu{display:flex;align-items:center;flex-wrap:nowrap;margin-right:20px}.main-navigation .menu-search{flex-shrink:0}}@media (max-width:768px){.main-navigation .menu-search{margin:1rem 0;padding:0 1rem}.main-navigation .menu-search .searchform{justify-content:center}.main-navigation .menu-search .searchform .search-wrapper{max-width:100%}.main-navigation .menu-search .searchform input[type="text"]#s{max-width:100%}.main-navigation .menu-search .searchform button.searchsubmit{right:.5rem}}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .8);display:none;justify-content:center;align-items:center;z-index:1000;touch-action:none}.lightbox img{max-width:90%;max-height:90%;object-fit:contain}.lightbox.active{display:flex}.lightbox-close{position:absolute;top:20px;right:20px;color:#fff;font-size:30px;cursor:pointer;line-height:1}.lightbox-next,.lightbox-prev{position:absolute;top:50%;transform:translateY(-50%);color:#fff;font-size:30px;cursor:pointer;text-shadow:0 0 5px rgb(0 0 0 / .7);width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:color 0.2s;user-select:none}.lightbox-next:hover,.lightbox-prev:hover{color:#ddd}.lightbox-prev{left:15px}.lightbox-next{right:15px}@media (max-width:768px){.lightbox img{max-width:100%;width:100%;max-height:100%;height:auto;object-fit:contain}.lightbox-prev{left:10px}.lightbox-next{right:10px}.lightbox-close{top:15px;right:15px;font-size:24px}}.neat-seo-breadcrumbs{margin:1rem 0;font-size:.9rem;color:var(--text-color)}.neat-seo-breadcrumbs ol{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap}.neat-seo-breadcrumbs li{display:inline-flex;align-items:center}.neat-seo-breadcrumbs a{color:var(--text-color);text-decoration:none;transition:color 0.3s}.neat-seo-breadcrumbs a:hover{color:var(--primary-color);text-decoration:underline}.neat-seo-breadcrumbs .breadcrumb-separator{margin:0 .5rem;color:var(--text-color)}.neat-seo-breadcrumbs li:last-child .breadcrumb-separator{display:none}.neat-seo-breadcrumbs span{color:var(--text-color)}.neat-seo-breadcrumbs a:focus{outline:2px solid var(--primary-color);outline-offset:2px}.blocks- gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - 0.66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - 0.75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - 0.8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - 0.83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - 0.85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - 0.875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{bottom:0;left:0;max-height:100%;position:absolute;right:0}.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);content:"";height:100%;-webkit-mask-image:linear-gradient(0deg,#000 20%,#0000);mask-image:linear-gradient(0deg,#000 20%,#0000);max-height:40%}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#0006,#0000);box-sizing:border-box;color:#fff;font-size:13px;margin:0;overflow:auto;padding:1em;scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin;text-align:center;text-shadow:0 0 1.5px #000;will-change:transform}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative;text-shadow:none}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{content:none}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}.author-top-actions{margin:30px 0 50px}.author-top-actions .voting-system{display:inline-flex}.author-compact-layout{display:grid;grid-template-columns:150px 1fr;gap:40px;align-items:start;margin-bottom:60px}.author-avatar-img{width:130px;height:130px;object-fit:cover;border-radius:50%;box-shadow:0 6px 20px rgba(0,0,0,0.2);display:block}.author-description{margin-bottom:30px}.author-description h3{margin:0 0 15px;font-size:1.5rem;border-bottom:2px solid var(--border-color);padding-bottom:10px}.author-official-website{margin-bottom:35px;font-size:1.2rem}.author-official-link{text-decoration:none}.author-our-brands h3{margin:0 0 20px;font-size:1.5rem;border-bottom:2px solid var(--border-color);padding-bottom:10px}@media (max-width: 768px){.author-compact-layout{grid-template-columns:1fr}.author-compact-avatar{text-align:center;margin-bottom:30px}.author-avatar-img{margin:0 auto}.author-top-actions{text-align:center}}
