/* Net Influencer jobs panel.
 *
 * A FILE, NOT AN INLINE <style> BLOCK. WP Rocket's Remove Unused CSS strips
 * inline blocks it cannot attribute to the rendered page, which left the panel
 * on the page with none of its styling. An enqueued stylesheet is not immune
 * either, so `.ni-jobs-panel` must stay on the RUCSS safelist; the file simply
 * gives RUCSS something it can reason about, and gives the browser something
 * it can cache once instead of on every page.
 *
 * Version-busted by filemtime() in the plugin, so editing this file is enough.
 * There is no version number here to forget to bump.
 */
.ni-jobs-panel{max-width:100%;min-width:0;box-sizing:border-box}
.ni-jobs-panel-list{list-style:none;margin:0 0 14px;padding:0}
.ni-jobs-panel-item{border-bottom:1px solid rgba(0,0,0,.08)}
.ni-jobs-panel-item:last-child{border-bottom:0}
.ni-jobs-panel-link{display:block;padding:10px 0;text-decoration:none}
.ni-jobs-panel-title{display:block;font-weight:600;font-size:14px;line-height:1.35;color:inherit;overflow-wrap:anywhere}
.ni-jobs-panel-meta{display:block;margin-top:3px;font-size:12px;opacity:.7;color:inherit;overflow-wrap:anywhere}
.ni-jobs-panel-link:hover .ni-jobs-panel-title{text-decoration:underline}
.ni-jobs-panel-more{display:inline-block;font-size:13px;font-weight:600;text-decoration:none}
.ni-jobs-panel-more:after{content:" \2192"}
@media (max-width:782px){
.ni-jobs-panel-link{padding:12px 0}
.ni-jobs-panel-title{font-size:15px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.ni-jobs-panel-meta{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ni-jobs-panel-more{padding:6px 0}
}
