.job-board{--job-board-border: #e0e0e0;--job-board-radius: 12px;--job-board-accent: #dfff4f;--job-board-accent-text: #111111;--job-board-search-placeholder: #4a5568;--job-board-search-pad-y: .45rem;--job-board-search-submit-size: 4.4rem;--job-board-control-height: calc( var(--job-board-search-pad-y) * 2 + var(--job-board-search-submit-size) + 2px );width:100%;box-sizing:border-box}.job-board__toolbar{position:relative;z-index:6;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.2rem;margin-bottom:2.4rem;isolation:isolate}.job-board__filters{display:flex;flex-wrap:wrap;align-items:center;align-content:flex-start;gap:.8rem;flex:0 1 auto;justify-content:flex-start;width:max-content;max-width:100%;min-width:0}.job-board__filter{position:relative}.job-board__filter-trigger{display:inline-flex;align-items:center;gap:.5rem;min-height:var(--job-board-control-height);padding:0 1.2rem;border:1px solid var(--job-board-border);border-radius:var(--job-board-radius);background:rgb(var(--color-background));color:rgb(var(--color-foreground));font:inherit;font-size:1.4rem;line-height:1.3;cursor:pointer;box-sizing:border-box;transition:box-shadow .15s ease,border-color .15s ease}.job-board__filter:not(.job-board__filter--sort) .job-board__filter-trigger{width:200px;min-width:200px;max-width:100%;padding:16px;justify-content:flex-start;text-align:left}.job-board__filter:not(.job-board__filter--sort) .job-board__filter-trigger-text{flex:1;min-width:0;max-width:none;text-align:left}.job-board__filter:not(.job-board__filter--sort) .job-board__filter-trigger-chevron{margin-left:auto;flex-shrink:0}.job-board__filter-trigger:hover{border-color:rgba(var(--color-foreground),.22)}.job-board__filter-trigger:focus{outline:none}.job-board__filter-trigger:focus-visible{border-color:rgba(var(--color-foreground),.22);box-shadow:0 0 0 2px rgba(var(--color-foreground),.08)}.job-board__filter-trigger-text{max-width:12rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.job-board__filter-trigger-count{font-weight:600;color:rgba(var(--color-foreground),.65)}.job-board__filter-trigger-chevron{display:flex;flex-shrink:0;opacity:.55}.job-board__filter-trigger--icon{width:var(--job-board-control-height);min-width:var(--job-board-control-height);padding:0;justify-content:center}.job-board__sort-icon{display:block}.job-board__filter-panel{position:absolute;top:calc(100% + .4rem);right:0;min-width:100%;width:max-content;max-width:min(22rem,92vw);padding:.6rem 0;border:1px solid var(--job-board-border);border-radius:var(--job-board-radius);background:rgb(var(--color-background));box-shadow:0 .8rem 2.4rem #00000014;z-index:20;box-sizing:border-box}.job-board__filter-panel--sort{min-width:16rem;padding:.4rem 0}.job-board__filter-option{display:flex;align-items:center;gap:.75rem;padding:.55rem 1.2rem;margin:0;font-size:1.4rem;line-height:1.35;cursor:pointer;color:rgb(var(--color-foreground))}.job-board__filter-option:hover{background:rgba(var(--color-foreground),.06)}.job-board__filter-option input{flex-shrink:0;width:1.6rem;height:1.6rem;margin:0;accent-color:rgb(var(--color-foreground))}.job-board__filter-empty{margin:0;padding:.8rem 1.2rem;font-size:1.3rem;color:rgba(var(--color-foreground),.55)}.job-board__sort-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:.65rem 1.2rem;border:none;background:transparent;font:inherit;font-size:1.4rem;text-align:left;color:rgb(var(--color-foreground));cursor:pointer}.job-board__sort-item:hover,.job-board__sort-item:focus-visible{background:rgba(var(--color-foreground),.06)}.job-board__sort-item.is-active{font-weight:600;background:rgba(var(--color-foreground),.08)}.job-board__sort-item.is-active:hover,.job-board__sort-item.is-active:focus-visible{background:rgba(var(--color-foreground),.11)}.job-board__sort-emoji{flex-shrink:0;font-size:1.4rem;line-height:1}.job-board__sort-new{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-width:2.8rem;padding:.2rem .45rem;font-size:.95rem;font-weight:700;letter-spacing:.02em;line-height:1.2;color:#fff;background:#2563eb;border-radius:.35rem}.job-board__search{flex:0 1 auto;width:330px;max-width:min(100%,420px);display:flex;align-items:center;gap:.8rem;min-width:0;height:var(--job-board-control-height);min-height:var(--job-board-control-height);padding:var(--job-board-search-pad-y) .45rem var(--job-board-search-pad-y) 1.6rem;border:1px solid var(--job-board-border);border-radius:var(--job-board-radius);background:rgb(var(--color-background));box-sizing:border-box;transition:box-shadow .15s ease,border-color .15s ease}.job-board__search:focus-within{border-color:rgba(var(--color-foreground),.22);box-shadow:0 0 0 2px rgba(var(--color-foreground),.08)}.job-board__search-input{flex:1;min-width:0;padding:.6rem 0;border:none;border-radius:0;font:inherit;font-size:1.5rem;line-height:1.4;background:transparent;color:rgb(var(--color-foreground))}.job-board__search-input::placeholder{color:var(--job-board-search-placeholder);opacity:1}.job-board__search-input:focus{outline:none}.job-board__search-submit{flex:0 0 auto;width:var(--job-board-search-submit-size);height:var(--job-board-search-submit-size);padding:0;border:none;border-radius:1rem;background:var(--job-board-accent);color:var(--job-board-accent-text);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:opacity .15s ease,transform .12s ease}.job-board__search-submit:hover{opacity:.92}.job-board__search-submit:active{transform:scale(.98)}.job-board__search-submit svg{width:2rem;height:2rem}.job-board__grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:1.6rem}@media screen and (min-width:576px){.job-board__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:990px){.job-board__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (min-width:1200px){.job-board__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.job-board__card{--job-board-card-radius: 20px;--job-board-card-border: #e5e7eb;--job-board-card-muted: #666666;position:relative;display:flex;flex-direction:column;min-height:190px;padding:2.4rem;border:1px solid var(--job-board-card-border);border-radius:var(--job-board-card-radius);background:rgb(var(--color-background));box-sizing:border-box;box-shadow:none;transition:background-color .15s ease}.job-board__card-stretch{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border-radius:inherit}.job-board__card-body{position:relative;z-index:2;display:flex;flex-direction:column;flex:1;justify-content:space-between;gap:2.4rem;min-height:0}.job-board__card--has-detail .job-board__card-body{pointer-events:none}.job-board__card-main{flex:0 0 auto}.job-board__card-title,.job-board__card-pay,.job-board__card-degrees,.job-board__card-domains{position:relative}.job-board__card[hidden]{display:none!important}.job-board__card:hover{background-color:#f8f8f8;box-shadow:none}.job-board__card-title{margin:0 0 .5rem;font-size:16px;font-weight:700;line-height:1.35;letter-spacing:-.01em;color:rgb(var(--color-foreground))}.job-board__card-pay{margin:0;font-size:14px;font-weight:400;line-height:1.45;color:var(--job-board-card-muted)}.job-board__card-degrees{margin:0;padding:0;font-size:14px;font-weight:400;line-height:1.45;color:var(--job-board-card-muted)}.job-board__card-domains{margin:.35rem 0 0;padding:0;font-size:14px;font-weight:400;line-height:1.45;color:var(--job-board-card-muted)}.job-board__card-footer{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;margin-top:auto;padding-top:0}.job-board__card-meta{flex:1;min-width:0}.job-board__card-actions{flex-shrink:0;position:relative;z-index:3;pointer-events:auto}.job-board__apply{position:relative;z-index:3;display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1.25rem;font-size:14px;font-weight:700;border:1px solid rgb(var(--color-foreground));border-radius:8px;color:rgb(var(--color-foreground));background:rgb(var(--color-background));text-decoration:none;pointer-events:auto;transition:background .15s ease,color .15s ease,border-color .15s ease}.job-board__apply:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.job-board__pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.4rem;margin-top:3.2rem}.job-board__page-btn{min-width:2.8rem;height:2.8rem;padding:0 .6rem;border:none;border-radius:999px;background:transparent;font:inherit;cursor:pointer;color:rgba(var(--color-foreground),.65)}.job-board__page-btn:hover:not(:disabled){background:rgba(var(--color-foreground),.08);color:rgb(var(--color-foreground))}.job-board__page-btn:disabled{opacity:.35;cursor:not-allowed}.job-board__page-btn.is-active{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.job-board__empty{text-align:center;padding:3rem 1rem;color:rgba(var(--color-foreground),.55)}
/*# sourceMappingURL=/cdn/shop/t/11/assets/section-job-board.css.map */
