body:not(.front-end) .resource-feed>*{pointer-events:none}.resource-feed__filters{margin-bottom:100px}@media(max-width: 960px){.resource-feed__filters{margin-bottom:50px}}.resource-feed__filter-group--categories{margin-bottom:110px}@media(max-width: 960px){.resource-feed__filter-group--categories{margin-bottom:50px}}.resource-feed__categories-container{max-width:900px}@media(max-width: 960px){.resource-feed__categories-container{max-width:none}}.resource-feed__categories-grid{display:flex;flex-wrap:wrap;gap:20px 10px}@media(max-width: 960px){.resource-feed__categories-grid{flex-wrap:nowrap;overflow-x:auto;padding-bottom:10px;gap:10px}.resource-feed__categories-grid::-webkit-scrollbar{height:4px}.resource-feed__categories-grid::-webkit-scrollbar-track{background:rgba(0,0,0,.1);border-radius:2px}.resource-feed__categories-grid::-webkit-scrollbar-thumb{background:rgba(0,0,0,.3);border-radius:2px}}.resource-feed__category-checkbox{display:inline-flex;align-items:center;cursor:pointer;padding:10px 15px;border-radius:5px;border:1px solid currentColor;transition:all .3s ease;white-space:nowrap}@media(max-width: 960px){.resource-feed__category-checkbox{flex-shrink:0}}.resource-feed__category-checkbox:hover{background:var(--wp--preset--color--teal)}.resource-feed__category-checkbox input[type=checkbox]{display:none}.resource-feed__category-checkbox:has(input:checked){background:var(--wp--preset--color--teal)}.resource-feed__category-clear-toggle{background:var(--wp--preset--color--green);border:1px solid currentColor}.resource-feed__category-clear-toggle:hover{background:var(--wp--preset--color--teal)}@media(max-width: 960px){.resource-feed__category-clear-toggle{display:none !important}}.resource-feed__checkmark{display:none}.resource-feed__category-name{font-weight:500}.resource-feed__filter-button{display:inline-flex;align-items:center;cursor:pointer;padding:10px 15px;border-radius:5px;border:1px solid currentColor;background:none;transition:all .3s ease;margin-top:20px}.resource-feed__filter-button:hover{background:var(--wp--preset--color--green)}.resource-feed__filter-button--clear{background:var(--wp--preset--color--green)}@media(min-width: 961px){.resource-feed__filter-button--clear.resource-feed__filter-button--mobile{display:none !important}}.resource-feed__search-container{margin-bottom:80px}@media(max-width: 960px){.resource-feed__search-container{margin-bottom:50px}}.resource-feed__search-wrapper{position:relative;display:flex;align-items:center;max-width:400px;border-bottom:1px solid #3a5d2d}.resource-feed__search-input{flex:1;border:none;background:rgba(0,0,0,0);padding:12px 40px 12px 0;font-size:16px;outline:none;font-weight:500}.resource-feed__search-input::placeholder{color:currentColor;opacity:1}.resource-feed__search-clear{position:absolute;right:40px;background:none;border:none;cursor:pointer;padding:4px;color:currentColor;opacity:.6;transition:opacity .3s ease}.resource-feed__search-clear:hover{opacity:1}.resource-feed__search-clear-icon{font-size:18px;line-height:1}.resource-feed__search-submit{position:absolute;right:0;background:none;border:none;cursor:pointer;padding:4px;color:currentColor;opacity:.6;transition:opacity .3s ease}.resource-feed__search-submit:hover{opacity:1}.resource-feed__search-icon{font-size:16px;line-height:1}.resource-feed__grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));gap:130px 10px;margin-bottom:130px}@media(min-width: 1200px){.resource-feed__grid{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 960px){.resource-feed__grid{gap:80px 10px;margin-bottom:50px}}.resource-feed__card-link{display:block;text-decoration:none;color:inherit}.resource-feed__card-image{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;margin-bottom:10px}.resource-feed__card-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}body.front-end .resource-feed__card-image:hover img{transform:scale(1.1)}.resource-feed__card-image-placeholder{width:100%;height:100%;background-color:var(--wp--preset--color--light-gray, #f5f5f5);display:flex;align-items:center;justify-content:center}.resource-feed__card-image-placeholder::after{content:"No Image";color:var(--wp--preset--color--gray, #666);font-size:14px}.resource-feed__card-category{margin-bottom:40px;display:block;font-weight:500}.resource-feed__card-date{margin-bottom:20px;display:block;font-weight:500;text-transform:uppercase}.resource-feed__card-title{font-size:var(--wp--preset--font-size--medium);font-weight:500;line-height:1.33;margin:0;text-decoration:underline;text-decoration-color:rgba(0,0,0,0);transition:.3s}.resource-feed__card-title:hover{text-decoration-color:currentColor}@media(max-width: 768px){.resource-feed__card-title{text-decoration-color:currentColor}}.resource-feed__no-results{grid-column:1/-1;text-align:center;padding:60px 20px}.resource-feed__no-results p{font-size:18px;font-weight:500;margin:0}.resource-feed__pagination{display:flex;justify-content:center;margin-top:60px}.resource-feed__pagination-numbers{display:flex;gap:8px;align-items:center}.resource-feed__pagination-number{padding:8px 12px;border:1px solid currentColor;background:none;cursor:pointer;border-radius:4px;transition:all .3s ease}.resource-feed__pagination-number:hover{background:var(--wp--preset--color--teal);color:#fff}.resource-feed__pagination-number--active{background:var(--wp--preset--color--teal);color:#fff}.resource-feed__pagination-ellipsis{padding:8px 4px;color:var(--wp--preset--color--gray, #666)}.resource-feed__loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:10}.resource-feed__loading-spinner{width:40px;height:40px;border:4px solid var(--wp--preset--color--light-gray, #f5f5f5);border-left:4px solid var(--wp--preset--color--teal, #319795);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
