.article-header{background:var(--primary-color);color:#fff;padding:0 20px 40px;text-align:center;position:relative;overflow:hidden;animation:gradientWave 15s infinite linear;margin-top:65px}.article-header::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--primary-color);opacity:.5}.article-header-content{max-width:800px;margin:0 auto;animation:slideInFromTop .8s ease-out}.article-header h1{font-size:2.5em;margin-bottom:10px;text-shadow:0 2px 4px rgba(0,0,0,0.2);opacity:.9}.article-header p{font-size:1.1em;margin-bottom:20px;opacity:.9}.article-header .search-bar{max-width:800px;margin:0 auto}.article-header .search-bar input{border-radius:5px;border:none;box-shadow:0 2px 8px rgba(0,0,0,0.1)}.article-header .search-bar button{border-radius:5px;background-color:#fff;color:var(--primary-color);right:1px;transition:background-color .3s ease}.article-header .search-bar button:hover{background-color:var(--primary-color);color:#fff}.custom-sidebar{width:350px;padding:10px;background-color:#f9f9f9;border-radius:var(--border-radius);box-shadow:0 2px 4px rgba(0,0,0,0.1)}.custom-facet-section{margin-bottom:20px}.custom-facet-title{font-size:1.2em;font-weight:600;margin-bottom:10px;cursor:pointer;display:flex;align-items:center;opacity:1}.custom-facet-title:hover{opacity:.8}.custom-facet-title i{margin-right:8px}.custom-facet-items{list-style:none;padding:0;max-height:285px;overflow:hidden;transition:max-height .3s ease;font-size:.75em}.custom-facet-items.collapsed{max-height:0}.custom-facet-item{margin:5px 0;background:var(--bg-column);border-radius:var(--border-radius);box-shadow:var(--shadow);padding:10px 20px;border:1px solid var(--secondary-color)}.custom-facet-item:hover{background:#d1e2ff!important}.custom-facet-item a{text-decoration:none;color:var(--primary-color);display:flex;justify-content:space-between;padding:0}.custom-facet-item a:hover{color:#007bff}.custom-facet-item .item-count{border-radius:12px;color:#333;font-size:.8em!important;background:#bedeff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.custom-facet-footer{margin-top:10px}.custom-facet-footer a{color:#007bff;text-decoration:none;font-size:.9em}.custom-facet-footer a:hover{text-decoration:underline}.custom-facet-empty{font-style:italic;color:#666;font-size:.9em}.sidebar-icon{display:flex;justify-content:center;align-items:center;width:100%;height:150px;background-color:#d6e3ff;border-radius:var(--border-radius);margin-bottom:10px;font-size:4em;color:#144e8b}.sidebar-icon.pemanis:hover{transform:translateY(-5px);box-shadow:0 6px 16px rgba(0,0,0,0.1)}.menu-content,.breadcrumb,.image-hover-effect,.main-content,.features,.footer-container{max-width:1300px}.featured-image{height:auto;justify-self:center;max-width:1100px;width:100%;display:block;margin:0 auto;border-radius:10px;transition:transform .3s ease-in-out;box-shadow:var(--shadow);margin-bottom:20px;margin-top:20px}.featured-image:hover{transform:scale(1.02);box-shadow:0 2px 4px rgba(0,0,0,0.1)}.article-content-main{width:100%;max-width:930px;padding:20px;box-sizing:border-box;flex:1;background:var(--white);border-radius:var(--border-radius);box-shadow:var(--shadow)}.article-content-main .custom-dropdown{position:relative;display:flex;justify-content:flex-end;margin-bottom:10px}.article-content-main .dropdown-btn{padding:8px 12px;font-size:14px;line-height:1.5;border-radius:4px;border:none;background-color:var(--secondary-color);color:#fff;cursor:pointer;display:flex;align-items:center;gap:5px;transition:background-color .3s ease;min-width:200px;justify-content:center}.article-content-main .dropdown-btn:hover{background-color:#568ce3}.article-content-main .dropdown-menu{position:absolute;top:100%;right:0;z-index:1005;display:none;min-width:200px;margin:2px 0 0;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,0.175)}.article-content-main .dropdown-menu li{list-style:none}.article-content-main .dropdown-menu li a{display:block;padding:3px 20px;color:#333;text-decoration:none;font-size:14px;line-height:1.5}.article-content-main .dropdown-menu li a:hover{background-color:#d1e2ff;color:#262626}.article-content-main .custom-dropdown.active .dropdown-menu{display:block}.article-content h3{font-size:1.3em;color:var(--accent-color);margin-bottom:10px}.article-body h2{font-size:1.5em;color:var(--dark-text);margin-bottom:10px}.article-body h3{font-size:1.2em;color:var(--dark-text);margin-bottom:10px}.article-body p{margin-bottom:20px;text-align:justify}.post-details{margin-top:20px;color:var(--secondary-color)}.wp-block-list{list-style-position:inside;margin-bottom:10px}@keyframes gradientWave{0%{background-position:0 50%}100%{background-position:200% 50%}}@keyframes slideInFromTop{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.article-header{padding:20px 15px 30px;margin-top:0}.article-header h1{font-size:2em}.article-header p{font-size:1em}.main-content{flex-direction:column;margin:auto 10px 20px;gap:0}.article-content-main{width:100%;padding:15px}.custom-sidebar{width:100%;margin-top:20px}.sidebar-icon{height:100px;font-size:3em}.resource-item-content{flex-direction:column;align-items:flex-start}.custom-dropdown,.dropdown-btn{width:100%;justify-content:center}.article-content-main .dropdown-menu{width:100%}.article-content-main .dropdown-menu li a{line-height:2.5}}