/*!
 * AssetPro — "Request a Demo" popup: the success panel.
 *
 * Split out of the pages' inline <style> blocks because it is shared by every
 * page that carries the popup, and because the panel now has four states
 * rather than one line of thank-you text. See assets/js/ap-demo-request.js.
 */
#popupSuccess { text-align: left; }

.ap-success-title {
  font-family: 'Space Grotesk', Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

#popupSuccess p {
  color: #b9c6d8;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 12px;
}

/* The quieter second line under the confirmation — why the link is in the
   email rather than on this page, and what to do if it has not arrived. */
#popupSuccess p.ap-success-note {
  font-size: 12.5px;
  color: #8fa3bb;
  margin-bottom: 0;
}

/* Sits under the industry dropdown, and only appears when the industry list
   could not be loaded and instant access is therefore unavailable. */
#popupIndustryNote {
  font-size: 12px;
  color: #f0b429;
  line-height: 1.5;
}
