/* The same inactive status is visible wherever exploratory topics are repeated. */
:root{
  --inactive-card:#d8dde1;
  --inactive-card-light:#e3e7e9;
  --inactive-ink:#48535b;
  --inactive-secondary:#68737b;
  --inactive-border:#bac3c9;
}

#help .help-v5-card.is-prospective,
#help .help-v5-grid .help-v5-card.is-prospective:hover,
#help .help-category-tile.is-prospective,
#help .help-category-tile.is-prospective:hover{
  background:linear-gradient(145deg,var(--inactive-card-light),var(--inactive-card));
  color:var(--inactive-ink);
  box-shadow:0 18px 42px rgba(54,63,70,.06);
}
#help .help-v5-card.is-prospective .help-v5-visual img,
#help .help-v5-grid .help-v5-card.is-prospective:hover .help-v5-visual img,
#help .help-category-tile.is-prospective .help-category-icon img{
  filter:grayscale(1) saturate(0) brightness(.94);
}
#help .help-v5-card.is-prospective :is(.help-v5-number,.help-v5-title),
#help .help-category-tile.is-prospective .help-category-title{color:var(--inactive-ink)}
#help .help-v5-card.is-prospective :is(.help-v5-description,.help-v5-more),
#help .help-category-tile.is-prospective :is(.help-category-count,.help-category-action){color:var(--inactive-secondary)}
#help .help-category-tile.is-prospective .help-category-action{border-color:var(--inactive-border)}

#help .help-v5-card.is-prospective .help-v5-status-pill{
  border-color:#4999fd;
  color:#397fd0;
}

.future-directions-grid li,
.page-geography .legacy-country-grid li,
.page-directions .catalog-status-grid--future>div{
  border-color:var(--inactive-border);
  background:var(--inactive-card);
  color:var(--inactive-ink);
  box-shadow:0 14px 36px rgba(54,63,70,.05);
}
.future-directions-grid :is(img,.future-directions-more-icon),
.page-geography .legacy-country-grid img{
  filter:grayscale(1) saturate(0) brightness(.94)!important;
}
.future-directions-grid span,
.page-geography .legacy-country-grid span,
.page-directions .catalog-status-grid--future>div span{color:var(--inactive-secondary)}
