.wpranknest {
  box-sizing: border-box;
  margin: 1.25rem 0;
  font: inherit;
}
.wpranknest-toc {
  border: 1px solid #e6e4df;
  border-radius: 10px;
  padding: 0.75rem 1rem;
  background: #fff;
}
.wpranknest-toc__toggle {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}
.wpranknest-toc__list {
  margin: 0.6rem 0 0;
  padding-left: 1.2rem;
}
.wpranknest-toc__item--d2 { margin-left: 0.8rem; }
.wpranknest-toc.is-collapsed .wpranknest-toc__list { display: none; }
.wpranknest-takeaways {
  background: #f7f6f3;
  border-left: 3px solid #1f6b4a;
  padding: 0.9rem 1rem;
}
.wpranknest-takeaways__label {
  margin: 0 0 0.4rem;
  font-weight: 700;
}
.wpranknest-figure { margin: 1.25rem 0; }
.wpranknest-figure img { max-width: 100%; height: auto; }
.wpranknest-figure__credit { font-size: 0.85em; color: #5c5852; }
.wpranknest-faq__item { margin: 0.4rem 0; }
