/*==============================================================================
STATSCALAR ENTERPRISE - CONTACT PAGE STYLES
Page: Contact (contact.blade.php)

This page now reuses request-demo-blade.css's .demo-page/.demo-wrapper/
.demo-info/.demo-form split-panel components directly (loaded alongside
this file -- see the @push in contact.blade.php) rather than duplicating
that styling, so the two pages share one visual language. Only the bits
unique to Contact live here: the left panel's contact-method links (Email/
LinkedIn, rendered as real <a> tags inside the shared .demo-feature-list)
and the "Already a subscriber?" note beneath them.
==============================================================================*/
.demo-feature-list a {
  color: inherit;
  text-decoration: none;
}

.demo-feature-list a:hover {
  text-decoration: underline;
}

.ss-contact-subscriber-note {
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}

.ss-contact-subscriber-note a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.ss-contact-subscriber-note a:hover {
  text-decoration: underline;
}
