.job-card{display:flex;border:solid var(--grayed-item);border-width:0 0 1px;cursor:pointer;padding:12px;transition:var(--fade);justify-content:space-between}.job-card:last-child{border-bottom:1px solid var(--grayed-item)}#listings:has(.job-card:nth-child(8)) .job-card:last-child{border-bottom:none}.job-card h2{line-height:1}.job-card:hover>h2{color:var(--green-accent);transition:var(--fade)}.job-card:hover{background-color:var(--gray-hover);transition:var(--fade)}#listings{overflow:hidden auto;height:inherit;width:33%;border-right:1px solid var(--grayed-item)}.grayed{color:var(--grayed-item)}.greened{color:var(--green-accent)}#wrapper{border:1px solid var(--foreground);height:700px;display:flex;max-width:1200px;margin:32px auto;border-radius:12px;overflow:hidden;box-shadow:1px 2px 3px 1px rgba(0,0,0,.1)}#job-view{width:67%;overflow:hidden auto;height:inherit}#job-view>div{margin:32px}.job-header{display:flex;justify-content:space-between;line-height:1}.job-subheader{display:flex;flex-direction:column;line-height:2}.job-header>*,.job-subheader>*{max-width:60%}.desc p{line-height:2;white-space:pre-wrap}#bar-wrapper{display:flex;justify-content:center;margin-top:32px}.no-results{font-size:32px;text-align:center;padding:1rem}#no-job{font-size:24px;padding:2rem}#export{background-color:var(--green-accent);color:var(--background);border:none;border-radius:12px;cursor:pointer;padding:.4rem 0;font-size:16px;transition:var(--fade);box-shadow:1px 2px 3px 1px rgba(0,0,0,.1)}#export:hover{background-color:var(--green-hover)}#tright{display:flex;flex-direction:column;gap:.5rem}@media screen and (max-width:1024px){#wrapper{max-width:90vw}.mobile{text-align:right}@media screen and (max-width:768px){#wrapper{flex-direction:column}#listings{width:100%;height:50vh;border-bottom:2px solid var(--grayed-item)}.job-card h2{font-size:18px}.job-card p{font-size:14px}#job-view{width:100%}#job-view>div{margin:8px}#job-view h1{font-size:24px}.job-header{flex-direction:column;gap:1rem}#tright{display:flex;gap:1rem}}}