.salary-collapsible-content{--salary-collapsible-height:360px;--salary-collapsible-fade-bg:var(--surface,#fff)}
.salary-collapsible-content__body{position:relative;min-width:0;overflow-wrap:anywhere;transition:max-height .32s var(--ease,ease)}
.salary-collapsible-content.is-collapsible.is-collapsed .salary-collapsible-content__body{max-height:var(--salary-collapsible-height);overflow:hidden}
.salary-collapsible-content.is-collapsible.is-collapsed .salary-collapsible-content__body::after{content:"";position:absolute;z-index:2;inset-inline:0;bottom:0;height:104px;pointer-events:none;background:linear-gradient(to bottom,transparent,var(--salary-collapsible-fade-bg) 90%)}
.salary-collapsible-content__actions{position:relative;z-index:3;display:flex;justify-content:center;margin-top:22px}
.salary-collapsible-content__actions[hidden]{display:none!important}
.salary-collapsible-content__toggle{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-width:144px;min-height:46px;padding:7px 11px 7px 18px;border:1px solid color-mix(in oklab,var(--brand-600,#541caf),transparent 64%);border-radius:999px;background:var(--surface,#fff);box-shadow:0 8px 24px color-mix(in oklab,var(--brand-700,#42158c),transparent 92%);color:var(--brand-700,#42158c);font:inherit;font-size:13px;font-weight:850;line-height:1.4;cursor:pointer;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease,color .18s ease}
.salary-collapsible-content__toggle-icon{display:grid;place-items:center;width:28px;height:28px;flex:0 0 28px;border-radius:50%;background:color-mix(in oklab,var(--brand-100,#eee5ff),var(--surface,#fff) 30%);color:var(--brand-700,#42158c);transition:background .2s ease,color .2s ease,transform .28s ease}
.salary-collapsible-content__toggle-icon svg{display:block;width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2.15;stroke-linecap:round;stroke-linejoin:round}
.salary-collapsible-content__toggle[aria-expanded="true"] .salary-collapsible-content__toggle-icon{transform:rotate(180deg)}
.salary-collapsible-content__toggle:hover{border-color:color-mix(in oklab,var(--brand-600,#541caf),transparent 28%);background:color-mix(in oklab,var(--surface,#fff),var(--brand-50,#f7f3ff) 28%);box-shadow:0 12px 28px color-mix(in oklab,var(--brand-700,#42158c),transparent 88%);transform:translateY(-1px)}
.salary-collapsible-content__toggle:hover .salary-collapsible-content__toggle-icon{background:var(--brand-600,#541caf);color:#fff}
.salary-collapsible-content__toggle:focus-visible{outline:3px solid color-mix(in oklab,var(--brand-500,#7c3aed),transparent 70%);outline-offset:3px}
@media(max-width:680px){.salary-collapsible-content{--salary-collapsible-height:300px}.salary-collapsible-content.is-collapsible.is-collapsed .salary-collapsible-content__body::after{height:88px}.salary-collapsible-content__actions{margin-top:18px}.salary-collapsible-content__toggle{min-width:132px;min-height:44px;padding:7px 9px 7px 16px;font-size:12.5px}.salary-collapsible-content__toggle-icon{width:27px;height:27px;flex-basis:27px}}
@media(prefers-reduced-motion:reduce){.salary-collapsible-content__body,.salary-collapsible-content__toggle,.salary-collapsible-content__toggle-icon{transition:none!important}}
