/**
 * Invest page only: accordion block #what-the-process-looks-like
 * (was in style.css; scoped so raise-capital and other pages are unaffected)
 */

/* Mobile accordion (#what-the-process-looks-like) */
#what-the-process-looks-like .fa.fa-plus-circle,
#what-the-process-looks-like .toggles .fa.fa-minus-circle {
  display: none;
}

#what-the-process-looks-like .toggle .toggle-title a {
  font-family: 'Aeonik Pro', sans-serif;
  color: rgba(255, 255, 255, 0.6);
}

#what-the-process-looks-like .toggle.open .toggle-title a {
  font-family: 'Aeonik Pro', sans-serif;
  color: white;
}

#what-the-process-looks-like div[data-style="minimal"] .toggle:last-child {
  border-bottom: none;
}

#what-the-process-looks-like .get-started-mobile-btn {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: max-content;
}
