/* Preview scaffold only. Delete this file, its <link> in head.html, the
   preview ribbon in baseof.html and layouts/partials/pending.html at launch. */

.preview-ribbon {
  background: #B26E2C;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: .01em;
  text-align: center;
  padding: .5rem 1rem;
}

.pending {
  border-left: 3px solid #CF8741;
  background: #FBF4EC;
  color: #5C6B76;
  padding: .75rem 1rem;
  margin: 1rem 0;
  font-size: .9375rem;
  line-height: 1.6;
  border-radius: 0 6px 6px 0;
}
.pending span {
  display: inline-block;
  font-weight: 700;
  color: #B26E2C;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .6875rem;
  margin-right: .5rem;
}
.cta-band .pending,
.band-dark .pending { background: rgba(255,255,255,.08); color: #C9D8E2; }

a.pending-link { opacity: .75; cursor: not-allowed; }

/* Team and advisor entries reuse the pillar grid; these are the only additions. */
.person-role { color: #B26E2C; font-weight: 600; font-size: .9375rem; margin: -.25rem 0 .5rem; }
.person-link { display: inline-block; margin-top: .5rem; font-size: .9375rem; }
.source-note { color: #5C6B76; font-size: .875rem; font-style: normal; margin-top: 2rem; }
