:root{--light-gray:#efefef;--gap:1rem;--gap-lg:2rem;--primary-color:#ff671d;--secondary-color:#c2480d;--success-color:#28a745;--industry-color:#ff671d}.content-wrapper{margin:0 auto;max-width:1200px;padding:0 1rem}.mb-md{margin-bottom:1rem}.mt-xl{margin-top:2rem}.hide{display:none}.resources-1__filtering{background-color:var(--light-gray);padding:2rem}.resources-1__form{display:grid;grid-gap:var(--gap)}@media (min-width:768px){.resources-1__form{grid-template-columns:1fr 1fr}}@media (min-width:992px){.resources-1__form{grid-template-columns:1fr 1fr 1fr}}.resources-1__form-group{display:flex;flex-direction:column}.resources-1__form-group label{color:#333;font-weight:600;margin-bottom:.5rem}.resources-1__resources{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:var(--gap-lg);padding:2rem 0}.resources-1__resource-image{height:169px;object-fit:cover;object-position:center;width:100%}@media (min-width:576px){.resources-1__resources{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.resources-1__resources{grid-template-columns:repeat(3,1fr)}}.resources-1__load-more,.resources-1__no-results{text-align:center}.multiselect-container{position:relative;width:100%}.multiselect-header{align-items:center;background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;display:flex;justify-content:space-between;min-height:40px;padding:8px 12px;transition:border-color .2s ease}.multiselect-header:hover{border-color:var(--primary-color)}.multiselect-header:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(0,123,255,.25)}.multiselect-arrow{color:#666;transition:transform .2s}.multiselect-arrow.open{transform:rotate(180deg)}.multiselect-dropdown{background:#fff;border:1px solid #ddd;border-radius:0 0 4px 4px;border-top:none;box-shadow:0 2px 8px rgba(0,0,0,.1);display:none;left:0;max-height:200px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.multiselect-dropdown.open{display:block}.multiselect-option{align-items:center;cursor:pointer;display:flex;padding:8px 12px;transition:background-color .15s ease}.multiselect-option:hover{background-color:#f8f9fa}.multiselect-option:last-child{border-radius:0 0 4px 4px}.multiselect-option input[type=checkbox]{accent-color:var(--primary-color);margin-right:8px}.multiselect-option label{cursor:pointer;font-weight:400;margin:0}.selected-tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}.selected-tag{align-items:center;background:var(--primary-color);border-radius:12px;color:#fff;display:flex;font-size:12px;gap:4px;padding:2px 8px;transition:background-color .2s ease}.selected-tag:hover{background:#0056b3}.tag-remove{border-radius:50%;cursor:pointer;font-weight:700;padding:0 2px;transition:background-color .2s ease}.tag-remove:hover{background:hsla(0,0%,100%,.2)}.placeholder-text{color:#999}.filter-summary{background:#e9ecef;border-left:4px solid var(--primary-color);border-radius:4px;margin-top:1rem;padding:1rem}.clear-filters{background:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:4px 8px;transition:background-color .2s ease}.clear-filters:hover{background:#c82333}.button{background:var(--primary-color);border:none;border-radius:4px;color:#fff;cursor:pointer;padding:10px 20px;transition:background-color .2s ease}.button:hover{background:#0056b3}.resource-item{background:#fff;border:1px solid #ddd;border-radius:8px;overflow:hidden;transition:transform .2s,box-shadow .2s}.resource-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.15);transform:translateY(-2px)}.resources-1__resource-details{padding:1rem}.resources-1__resource-category{color:var(--primary-color);font-size:12px;font-weight:700;letter-spacing:.5px;margin-bottom:.25rem;text-transform:uppercase}.resources-1__resource-industries{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:.5rem}.resources-1__resource-industry{background:rgba(23,162,184,.1);border-left:3px solid var(--industry-color);border-radius:3px;color:var(--industry-color);display:inline-block;font-size:11px;font-weight:600;letter-spacing:.5px;margin:0;padding:2px 6px;text-transform:uppercase}.resources-1__resource-industry.badge-style{background:var(--industry-color);border:none;border-radius:12px;color:#fff;font-size:10px;margin:0;padding:3px 8px}.resources-1__resource-industries.compact .resources-1__resource-industry{font-size:10px;padding:1px 4px}.resources-1__resource-industries.limited{position:relative}.resources-1__resource-industries.limited .resources-1__resource-industry:nth-child(n+4){display:none}.resources-1__resource-industries.limited:after{background:rgba(23,162,184,.1);border-left:3px solid var(--industry-color);border-radius:3px;color:var(--industry-color);content:"+more";font-size:10px;font-weight:600;padding:2px 6px}.sub-title{color:var(--primary-color);font-size:14px!important;font-weight:700;margin-bottom:.5rem;text-transform:uppercase}.h4{font-size:1.8rem;line-height:1.3;margin:.5rem 0}.h5{font-size:.9rem;line-height:1.2;margin:.25rem 0}a{color:inherit;text-decoration:none;transition:color .2s ease}a:hover{color:var(--primary-color)}.resources-1__resource-description{color:#666;font-size:14px;line-height:1.4;margin-top:.5rem}@media (max-width:767px){.resources-1__filtering{padding:1rem}.resources-1__form{grid-template-columns:1fr;grid-gap:1rem}.selected-tags{max-height:60px;overflow-y:auto}.filter-summary{font-size:14px;padding:.75rem}.resources-1__resource-industries{gap:.15rem}.resources-1__resource-industry{font-size:10px;padding:1px 4px}}