body:not(.front-end) .ch-resource-database{pointer-events:none !important}.search-outer-wrap{max-width:unset !important;display:flex;padding:1rem 0;justify-content:flex-end}@media(max-width: 600px){.search-outer-wrap{max-width:100% !important;justify-content:center}}.main-columns{justify-content:space-between}.main-filters{border-radius:1rem;background:var(--wp--preset--color--pastel)}.ch-database-search-navigation{max-width:unset !important}@media(max-width: 600px){.ch-database-search-navigation{width:100% !important}}.ch-database-search-navigation .search-wrapper{position:relative;display:flex;align-items:center;max-width:400px;min-width:400px;width:100%}@media(max-width: 600px){.ch-database-search-navigation .search-wrapper{max-width:100% !important;min-width:unset;justify-content:center}}.ch-database-search-navigation .search-wrapper #ch-database-search-input{width:100%;padding:12px 50px 12px 16px;border:2px solid var(--wp--preset--color--purple-darker);background:var(--wp--preset--color--white);font-family:var(--wp--preset--font-family--lato);font-size:16px;font-weight:500;letter-spacing:1.2px;color:var(--wp--preset--color--purple-darker);text-transform:uppercase}.ch-database-search-navigation .search-wrapper #ch-database-search-input::placeholder{color:var(--wp--preset--color--purple-darker);opacity:.7}.ch-database-search-navigation .search-wrapper #ch-database-search-input:focus{outline:none;border-color:var(--wp--preset--color--purple-brand)}.ch-database-search-navigation .search-wrapper #ch-database-search-trigger{position:absolute;right:8px;background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;color:var(--wp--preset--color--purple-darker)}.ch-database-search-navigation .search-wrapper #ch-database-search-trigger svg{width:20px;height:20px}.ch-database-search-navigation .search-wrapper #ch-database-search-trigger:hover{color:var(--wp--preset--color--purple-brand)}.ch-database-filter{padding:2rem}.ch-database-filter .filter-toggle.mobile-only{background:rgba(0,0,0,0);padding:0 !important;color:inherit !important;font-size:28px}.ch-database-filter .filter-toggle.mobile-only:hover{background:rgba(0,0,0,0);padding:0 !important;color:inherit !important}.ch-database-filter .filter-toggle{display:none;width:100%;background:var(--wp--preset--color--purple-brand);color:var(--wp--preset--color--white);border:none;padding:1rem;font-family:var(--wp--preset--font-family--lato);font-size:18px;font-weight:600;text-transform:uppercase;letter-spacing:1px;cursor:pointer;justify-content:space-between;align-items:center;transition:background-color .2s ease}.ch-database-filter .filter-toggle:hover{background:var(--wp--preset--color--purple-darker)}.ch-database-filter .filter-toggle .filter-toggle-icon{font-size:24px;font-weight:normal;line-height:1}@media(max-width: 767px){.ch-database-filter .filter-toggle{display:flex}}.ch-database-filter .filter-content{transition:max-height .3s ease,opacity .3s ease;overflow:hidden}@media(max-width: 767px){.ch-database-filter .filter-content.collapsed{max-height:0;opacity:0;padding:0;margin:0}}@media(max-width: 767px){.ch-database-filter .filter-content{max-height:1000px;opacity:1}}.ch-database-filter .filter-section{margin-bottom:2rem}.ch-database-filter .filter-section:last-child{margin-bottom:0}.ch-database-filter .filter-section .filter-section-title{color:var(--wp--preset--color--purple-brand);font-family:var(--wp--preset--font-family--lato);font-size:24px;font-weight:500;text-transform:uppercase;letter-spacing:1.2px;line-height:1.2;margin-bottom:0}.ch-database-filter .filter-section hr{border-style:solid;margin-bottom:1rem}.ch-database-filter .filter-section .filter-checkboxes{display:flex;flex-direction:column;gap:.75rem;padding-left:.5rem}.ch-database-filter .filter-checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-family:var(--wp--preset--font-family--lato);font-size:18px;font-weight:400;color:var(--wp--preset--color--purple-darker);transition:color .2s ease}.ch-database-filter .filter-checkbox-label:hover{color:var(--wp--preset--color--purple-brand)}.ch-database-filter .filter-checkbox-label:hover .filter-checkbox-custom{background:rgba(var(--wp--preset--color--purple-darker), 0.05)}.ch-database-filter .filter-checkbox-label .filter-checkbox-input{position:absolute;opacity:0;pointer-events:none}.ch-database-filter .filter-checkbox-label .filter-checkbox-input:checked+.filter-checkbox-custom::after{opacity:1}.ch-database-filter .filter-checkbox-label .filter-checkbox-input:focus+.filter-checkbox-custom{outline:2px solid var(--wp--preset--color--purple-darker);outline-offset:2px}.ch-database-filter .filter-checkbox-label .filter-checkbox-custom{width:16px;height:16px;border:1px solid var(--wp--preset--color--purple-darker);background:rgba(0,0,0,0);display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;transition:background-color .2s ease}.ch-database-filter .filter-checkbox-label .filter-checkbox-custom::after{content:"";width:8px;height:8px;background:var(--wp--preset--color--purple-darker);opacity:0;transition:opacity .2s ease}.ch-database-filter .filter-checkbox-label .filter-checkbox-text{line-height:1.4;user-select:none;font-weight:500;letter-spacing:1px}.ch-database-filter.loading .filter-checkbox-label{pointer-events:none;opacity:.6}.ch-database-filter .filter-error{color:#dc3545;font-size:16px;padding:1rem;background:#f8d7da;border:1px solid #f5c6cb;margin:1rem 0}.ch-database-feed .database-posts-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));gap:30px 30px;margin-bottom:60px}@media(max-width: 991px){.ch-database-feed .database-posts-grid{gap:40px 40px;margin-bottom:40px}}@media(max-width: 767px){.ch-database-feed .database-posts-grid{gap:30px 30px;margin-bottom:30px;grid-template-columns:1fr}}@media(min-width: 768px){.ch-database-feed .database-posts-grid{grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));max-width:100%}.ch-database-feed .database-posts-grid::after{content:"";grid-column:span 2;display:none}}.ch-database-feed .database-post-item{background:var(--wp--preset--color--chalk-light);overflow:hidden;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;min-height:300px;display:flex;flex-direction:column}.ch-database-feed .database-post-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.ch-database-feed .database-post-item .database-card-link,.ch-database-feed .database-post-item .database-card-lightbox{display:block;text-decoration:none;color:inherit;cursor:pointer;height:100%;display:flex;flex-direction:column}.ch-database-feed .database-post-item .database-image{width:100%;height:200px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--wp--preset--color--chalk)}.ch-database-feed .database-post-item .database-image img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.ch-database-feed .database-post-item:hover .database-image img{transform:scale(1.05)}.ch-database-feed .database-post-item .database-content{padding:1.5rem;flex:1;display:flex;flex-direction:column;justify-content:space-between}.ch-database-feed .database-post-item .database-content .database-type-label{font-family:var(--wp--preset--font-family--lato);font-size:12px;font-weight:400;letter-spacing:.6px;width:fit-content;background:var(--wp--preset--color--desert);color:var(--wp--preset--color--chalk-light);text-transform:uppercase;margin-bottom:.5rem;padding:.5rem 1rem}.ch-database-feed .database-post-item .database-content .database-title{color:var(--wp--preset--color--purple-brand);leading-trim:both;text-edge:cap;font-family:Lato;font-size:24px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:1.2px;text-transform:uppercase}@media(max-width: 480px){.ch-database-feed .database-post-item .database-content .database-title{font-size:18px}}.ch-database-feed .loading-posts-message,.ch-database-feed .error-message,.ch-database-feed .no-posts-message{grid-column:1/-1;text-align:center;padding:2rem;font-family:var(--wp--preset--font-family--lato)}.ch-database-feed .loading-posts-message p,.ch-database-feed .error-message p,.ch-database-feed .no-posts-message p{margin:0;font-size:18px}.ch-database-feed .loading-posts-message{color:var(--wp--preset--color--purple-darker)}.ch-database-feed .error-message{color:var(--wp--preset--color--red, #d63384)}.ch-database-feed .no-posts-message{color:var(--wp--preset--color--purple-darker)}.ch-database-feed.loading .database-posts-grid{opacity:.5;pointer-events:none;transition:opacity .3s ease}.ch-database-feed .database-post-item{animation:fadeInUp .3s ease forwards}.ch-database-feed .database-load-more-container{text-align:center;margin-top:2rem}.ch-database-feed .database-load-more-container .database-load-more{border:none;padding:1rem 2rem;font-family:var(--wp--preset--font-family--lato);font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;cursor:pointer;transition:background-color .2s ease;background-color:var(--wp--preset--color--purple-brand);border-color:var(--wp--preset--color--purple-brand);box-shadow:0 3px 6px rgba(0,0,0,.302);color:var(--wp--preset--color--chalk);display:inline-block;line-height:100%;padding:calc(.667em + 2px) calc(1.333em + 2px) !important;text-align:center;transition:.3s;width:270px;margin-bottom:3rem}.ch-database-feed .database-load-more-container .database-load-more:hover{background:var(--wp--preset--color--purple-darker)}.ch-database-feed .database-load-more-container .database-load-more:focus{outline:2px solid var(--wp--preset--color--purple-darker);outline-offset:2px}.ch-database-feed .database-load-more-container .database-load-more:disabled{opacity:.6;cursor:not-allowed}.ch-database-clear .wp-block-buttons{gap:1rem}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width: 480px){.ch-database-filter .filter-section .filter-section-title{font-size:20px}.ch-database-filter .filter-checkbox-label{font-size:18px}.ch-database-search-navigation .search-wrapper{max-width:100%}.ch-database-search-navigation .search-wrapper #ch-database-search-input{font-size:14px;padding:10px 45px 10px 14px}.ch-database-search-navigation .search-wrapper #ch-database-search-trigger{right:6px}.ch-database-search-navigation .search-wrapper #ch-database-search-trigger svg{width:16px;height:16px}}.ch-database-static-buttons{margin-bottom:1.5rem}.ch-database-static-buttons .wp-block-buttons{gap:1rem}@media(max-width: 390px){.ch-database-clear .wp-block-buttons .wp-block-button .wp-block-button__link,.ch-database-static-buttons .wp-block-buttons .wp-block-button .wp-block-button__link{transform:scale(0.8);transform-origin:left center}}
