.b2b-container{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:24px;font-family:system-ui,-apple-system,sans-serif}
.b2b-sidebar-container{width:100%;background-color:#f5f5f5;border-radius:8px;height:fit-content}
.b2b-padding-sidebar{padding:24px}
.b2b-main-content{width:100%;min-width:0}
.b2b-sidebar-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}
.b2b-select-categories{width:100%;padding:1rem;background-color:white;cursor:pointer;display:flex;justify-content:space-between;align-items:center;margin:0;text-align:left;position:relative;border:1px solid #5f5957;border-radius:8px;transition:all .2s ease;padding-right:48px}
.b2b-select-categories .b2b-chevron{position:absolute;right:16px;top:50%;transform:translateY(-50%);transition:transform .3s ease;pointer-events:none}
.b2b-select-categories.open .b2b-chevron{transform:translateY(-50%) rotate(180deg)}
.b2b-select-categories:focus,.b2b-select-categories.open{outline:0;box-shadow:0 0 0 2px white,0 0 0 4px #262423}
.b2b-category-list{list-style:none;padding:0;margin:0;background:white;width:100%;max-height:0;overflow:hidden;transition:max-height .3s ease-out}
.b2b-category-list.open{max-height:none}
.b2b-category-item{display:flex;align-items:center;gap:8px;padding:10px 16px}
.b2b-category-list.open .b2b-category-item:first-child{padding-top:15px}
.b2b-category-item .b2b-category-checkbox{all:unset;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:24px;height:24px;border:1px solid #5f5957;border-radius:4px;background-color:white;cursor:pointer;position:relative;display:inline-block;vertical-align:middle;box-sizing:border-box;flex-shrink:0}
.b2b-category-item .b2b-category-checkbox.latest-selected,.b2b-category-item .b2b-category-checkbox:checked{border:2px solid #413d3c;background-color:#413d3c}
.b2b-category-item .b2b-category-checkbox.latest-selected{box-shadow:0 0 0 2px white,0 0 0 4px #413d3c}
.b2b-category-item .b2b-category-checkbox:not(:checked):not(.latest-selected):hover{border:1px solid #5f5957;background-clip:content-box;padding:4px;background-color:#ded5d0}
.b2b-category-item .b2b-category-checkbox:checked::after,.b2b-category-item .b2b-category-checkbox.latest-selected::after{content:'';position:absolute;left:7px;top:3px;width:6px;height:12px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}
.b2b-sort-dropdown-container{position:relative;min-width:200px}
.b2b-sort-button{width:100%;padding:8px 16px;background-color:white;border:1px solid #413d3c;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;align-items:flex-start;position:relative;transition:all .2s ease;padding-right:48px}
.b2b-sort-button .b2b-chevron{position:absolute;right:16px;top:50%;transform:translateY(-50%);transition:transform .3s ease;pointer-events:none}
.b2b-sort-button.open .b2b-chevron{transform:translateY(-50%) rotate(180deg)}
.b2b-sort-button:focus,.b2b-sort-button.open{outline:0;border-color:#413d3c;box-shadow:0 0 0 2px white,0 0 0 4px #262423}
.b2b-sort-options{position:absolute;top:calc(100% + 4px);left:0;right:0;background:white;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,0.1);list-style:none;margin:0;display:none;z-index:1000}
.b2b-sort-options.open{display:block}
.b2b-sort-option{padding:15px 16px 10px 16px;cursor:pointer;color:#333}
.b2b-sort-option:hover{background-color:#f5f5f5}
.b2b-sort-reset-section{display:flex;justify-content:space-between;align-items:center;width:100%;gap:2rem;margin-bottom:1rem}
.b2b-filter-controls{display:flex;align-items:center;flex-wrap:nowrap;gap:12px;width:100%;padding:16px 0 24px 0}
.b2b-filter-section{display:flex;align-items:center;flex-grow:1;min-width:0}
.b2b-filter-chips{display:flex;gap:12px;flex-wrap:wrap;min-width:0}
.b2b-filter-chip{display:flex;align-items:center;gap:8px;padding:8px;padding-left:20px;background-color:white;border:1px solid #413d3c;border-radius:9999px;color:#413d3c;font-size:14px;line-height:1.2}
.b2b-remove-filter{display:inline-flex;align-items:center;justify-content:center;min-width:20px;width:20px;min-height:20px;height:20px;flex:0 0 20px;border-radius:50%;border:1.5px solid #413d3c;background:white;cursor:pointer;padding:0;color:#413d3c;margin-left:4px;transition:all .2s ease;position:relative}
.b2b-remove-filter svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px}
.b2b-remove-filter:hover{background-color:#f3f4f6}
.b2b-reset-all{padding:8px 16px;border:1px solid #413d3c;border-radius:9999px;background:white;cursor:pointer;margin-left:auto;white-space:nowrap;font-size:14px;color:#413d3c;display:none;transition:all .2s ease}
.b2b-reset-all:hover{background-color:#f3f4f6}
.b2b-reset-all.visible{display:block}
.b2b-research-results-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:1rem}
.b2b-research-card{background-color:#fff;padding:30px 16px 16px 16px;border-radius:8px;box-shadow:0 2px 4px 2px rgba(65,61,60,0.10);width:100%;box-sizing:border-box;display:flex;flex-direction:column;height:100%}
.b2b-card-content{display:flex;flex-direction:column;flex:1}
.b2b-card-description{color:#413d3c;margin-bottom:1rem}
.b2b-card-title{margin-bottom:12px}
.b2b-card-categories{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}
.b2b-category-tag{background-color:#f0f0f0;padding:.25rem .75rem;border-radius:16px;font-size:.875rem;color:#666}
.b2b-download-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 20px;max-width:56px;height:32px;background-color:#a32a33;color:white;text-decoration:none;border-radius:26px;margin-top:auto;border:0;cursor:pointer;transition:background-color .2s ease}
.b2b-download-btn:hover{background-color:#8b2429}
.b2b-download-btn svg{width:16px;height:16px;stroke:white}
.b2b-items-count-mobile{display:none}
.b2b-items-count-desktop{display:block}
.checkbox-focused{outline:2px solid #413d3c;background-color:rgba(0,102,204,0.1);border-radius:4px}
.option-focused{outline:2px solid #413d3c;background-color:rgba(0,102,204,0.1)}
.b2b-select-wrapper{position:relative;display:inline-block;width:100%}
.b2b-sort-inside-label{position:absolute;top:8px;left:16px;color:#5f5957;z-index:1;pointer-events:none;font-size:12px}
.b2b-sort-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:white;border:1px solid #413d3c;border-radius:8px;padding:24px 16px 8px 16px;padding-right:48px;cursor:pointer;width:100%;font-size:16px;transition:all .2s ease;color:#413d3c;font-family:inherit;height:auto;min-height:58px}
.b2b-sort-select:focus{outline:0;border-color:#413d3c;box-shadow:0 0 0 2px white,0 0 0 4px #262423}
.b2b-select-wrapper .b2b-chevron{position:absolute;right:16px;top:50%;transform:translateY(-50%);pointer-events:none;transition:transform .3s ease}
.b2b-select-wrapper:focus-within .b2b-chevron{transform:translateY(-50%) rotate(180deg)}
.b2b-sort-select::-moz-focus-inner{border:0}
.b2b-sort-select::-ms-expand{display:none}
@media(min-width:999px){.b2b-research-results-grid:has(.b2b-research-card:only-child) .b2b-research-card{grid-column:1 / 2}
}
@media(max-width:998px){.b2b-container{grid-template-columns:1fr;padding:1.5rem;gap:1.5rem}
.b2b-sidebar-container{margin-bottom:1rem}
.b2b-filter-controls{flex-direction:column;align-items:flex-start}
.b2b-sort-reset-section{width:100%;justify-content:space-between;margin-bottom:1rem}
.b2b-filter-section{width:100%}
.b2b-sidebar-header{flex-direction:row;align-items:center}
.b2b-reset-all{align-self:flex-start;margin-left:0}
}
@media(max-width:480px){.b2b-container{padding:1rem;gap:1rem}
.b2b-research-results-grid{grid-template-columns:1fr;gap:1rem}
.b2b-sort-reset-section{flex-direction:column;width:100%}
.b2b-sort-dropdown-container,.b2b-reset-all{width:100%}
.b2b-filter-controls{gap:1.5rem}
.b2b-items-count-mobile{display:block}
.b2b-items-count-desktop{display:none}
.b2b-sidebar-header{flex-direction:column;align-items:flex-start}
.b2b-items-count{margin-top:.5rem;text-align:left;width:100%}
}