:root{--ejf-helmet-color:#f5c400;--ejf-favorite-color:#78b9df;--ejf-hover-color:#eaf6fc}.eight-job-favorite-button-wrap{margin-top:24px}.eight-job-favorite-button{display:inline-flex;align-items:center;justify-content:center;gap:.55em;min-height:44px;padding:.68em 1.15em;border:1px solid var(--ejf-favorite-color);border-radius:8px;background:#fff;color:var(--ejf-favorite-color);font-size:14px;font-weight:700;line-height:1.3;cursor:pointer;transition:.2s}.eight-job-favorite-button:hover,.eight-job-favorite-button.is-active{border-color:var(--ejf-favorite-color);background:var(--ejf-hover-color);color:var(--ejf-favorite-color)}.eight-job-favorite-button__icon{display:inline-flex;align-items:center;justify-content:center;width:1.65em;height:1.65em;flex:0 0 1.65em;color:var(--ejf-helmet-color);line-height:1}.eight-job-favorite-helmet{display:block;width:100%;height:100%;fill:currentColor}.eight-job-favorite-button.is-icon{width:46px;height:46px;min-height:46px;padding:8px;border-radius:50%;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.12)}.eight-job-favorite-button.is-icon .eight-job-favorite-button__icon{width:100%;height:100%;flex-basis:auto}.eight-job-favorite-button.is-icon .eight-job-favorite-button__text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.eight-job-favorite-thumbnail{position:relative}.eight-job-favorite-thumbnail__button{position:absolute;z-index:4;top:10px;right:10px}.eight-job-favorite-count{display:inline-flex;align-items:center;gap:.4em;color:var(--ejf-favorite-color);text-decoration:none}.eight-job-favorite-count__heart{display:inline-flex;width:1.65em;height:1.65em;color:var(--ejf-helmet-color);line-height:1}.eight-job-favorite-count__number{display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--ejf-favorite-color);color:#fff;font-size:12px;font-weight:700}.eight-job-favorite-count.has-favorites .eight-job-favorite-count__heart{color:var(--ejf-helmet-color)}.eight-job-favorite-count.has-favorites .eight-job-favorite-count__number{background:var(--ejf-favorite-color)}.eight-job-favorite-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.eight-job-favorite-card{overflow:hidden;border:1px solid #e5e5e5;border-radius:12px;background:#fff;box-shadow:0 4px 16px rgba(0,0,0,.05)}.eight-job-favorite-card__image{display:block;aspect-ratio:16/9;background:#f1f1f1;overflow:hidden}.eight-job-favorite-card__image img{width:100%;height:100%;object-fit:cover}.eight-job-favorite-card__noimage{display:grid;place-items:center;width:100%;height:100%;color:#999;font-size:12px}.eight-job-favorite-card__body{padding:18px}.eight-job-favorite-card__title{margin:0 0 10px;font-size:18px;line-height:1.55}.eight-job-favorite-card__title a{color:inherit;text-decoration:none}.eight-job-favorite-card__excerpt{color:#666;font-size:14px;line-height:1.8}.eight-job-favorite-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px}.eight-job-favorite-card__more{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:6px;background:#333;color:#fff;text-decoration:none;font-size:14px;font-weight:700}.eight-job-favorite-list__empty,.eight-job-favorite-list__loading,.eight-job-favorite-list__error{padding:28px;border-radius:10px;background:#f6f6f6;text-align:center}.eight-job-favorite-button:focus-visible,.eight-job-favorite-count:focus-visible{outline:3px solid var(--ejf-favorite-color);outline-offset:3px}@media(max-width:600px){.eight-job-favorite-grid{grid-template-columns:1fr}.eight-job-favorite-button-wrap.-single .eight-job-favorite-button{width:100%}.eight-job-favorite-count__label{display:none}}

/* v2.2.1: hover/selected state - placed last to override icon button/theme styles */
.eight-job-favorite-button:hover,.eight-job-favorite-button:focus-visible,.eight-job-favorite-button.is-active,.eight-job-favorite-button.is-icon:hover,.eight-job-favorite-button.is-icon:focus-visible,.eight-job-favorite-button.is-icon.is-active{background-color:var(--ejf-hover-color)!important;border-color:var(--ejf-favorite-color)!important;color:var(--ejf-favorite-color)!important;}
.eight-job-favorite-button:hover .eight-job-favorite-button__icon,.eight-job-favorite-button.is-active .eight-job-favorite-button__icon{color:var(--ejf-helmet-color)!important;}
