.ufo-loader{text-align:center;padding:20px;display:none;opacity:0;transition:opacity 0.3s ease-in-out;position:absolute;left:50%;top:50%;transform:translate(0,-50%)}.ufo-loader.visible{display:block;opacity:1}.ufo-employee-wrapper,.ufo-publication-wrapper{position:relative}.site-main{max-width:1200px;margin:auto;padding:20px}.page-header{text-align:center;margin-bottom:20px}.page-title{font-size:28px;color:#000;margin-bottom:30px}.ufo-filters-wrapper{display:flex;justify-content:center;gap:15px;flex-wrap:wrap;max-width:800px;margin:0 auto}.ufo-filter-item select,.ufo-filter-item input{padding:10px 15px;border:1px solid #ccc;border-radius:5px;font-size:16px;width:100%}.ufo-filter-item{width:calc(33.3% - 10px);min-width:220px}.reset-button{background-color:tomato;color:#fff;border:none;padding:10px 20px;cursor:pointer;transition:background-color 0.3s ease}.reset-button:hover{background-color:#E55300}.employee-item-wrapper,.publications-item-wrapper{display:grid;grid-template-columns:repeat(3,minmax(auto,1fr));gap:20px;padding-top:20px;justify-content:center}.publications-item-wrapper{grid-template-columns:repeat(4,minmax(auto,1fr))}.publication-post-item{background-color:#f9f9f9;border-radius:8px;box-shadow:0 4px 6px rgb(0 0 0 / .1)}.publication-post-item .pub-thumb{height:200px;overflow:hidden;display:flex;justify-content:center;align-items:center;background-color:#f0f0f0}.publication-post-item .pub-thumb img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:5px 5px 0 0}.publication-post-item .pub-content{padding:10px 20px}.publication-post-item .pub-content h2{font-size:24px;color:#000}.publication-post-item .pub-content p{color:#7a7a7a}.publication-post-item .pub-content h2,.publication-post-item .pub-content p{margin:20px 0}.publication-post-item .more-link{text-align:right}.publication-post-item .more-link img{width:24px;vertical-align:middle;margin-bottom:10px}@media (max-width:768px){.publication-post-item .pub-thumb{width:100%;height:auto}.publication-post-item .pub-thumb img{width:auto;height:300px}}@media (max-width:640px){.publications-item-wrapper{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}.employee-post-item{display:flex;align-items:center;background-color:#fff;font-size:16px;line-height:1.5;border-radius:8px;padding:15px;box-shadow:0 2px 5px rgb(0 0 0 / .1)}.employee-post-item .user-thumb{width:150px;height:150px;border-radius:50%;overflow:hidden;flex-shrink:0}.employee-post-item .user-thumb img{width:100%;height:100%;object-fit:cover}.employee-post-item .e-content{margin-left:20px;flex-grow:1}.employee-post-item .e-content h2{margin:0 0 10px 0;font-size:24px;font-size:18px;margin-bottom:5px;color:#000}.employee-post-item .more-link img{width:24px;transition:transform 0.2s ease-in-out;display:flex;align-items:center;gap:5px;font-weight:700}.employee-post-item .more-link:hover img{transform:translateX(5px)}.employee-post-item p{margin-bottom:10px;color:#7a7a7a}@media (max-width:640px){.employee-item-wrapper{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.employee-post-item{flex-direction:column;align-items:center;text-align:center}.employee-post-item .user-thumb{width:120px;height:120px}.employee-post-item .e-content{margin-left:0;margin-top:10px}}@media (max-width:768px){.ufo-filters-wrapper{flex-direction:column}.ufo-filter-item{width:100%}}