.ft-card__container {
  box-sizing: border-box;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3); }

.ft-card__brand-stripe {
  border-radius: 2px 2px 0 0;
  height: 4px; }

.ft-card__brand-stripe + .ft-card__container .ft-card__heading {
  border-radius: 0; }

.ft-card__brand-stripe + .ft-card__container .ft-card__body {
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.ft-card__heading {
  border: 1px solid #C5CACD;
  border-radius: 2px 2px 0 0;
  padding: 0.75rem;
  background-color: #EDF2F5;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: open sans, arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0rem; }

.ft-card__body {
  padding: 0.75rem;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #C5CACD; }

.ft-card__heading + .ft-card__body {
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.ft-card + .ft-card {
  margin-top: 1.5rem; }
