.presave-btn,
.presave-btn a {
  display: inline-block;
  margin: 0 0 1em;
  padding: 16px 40px;
  background: #1db954;
  color: #fff !important;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 50px;
  box-shadow: 0 4px 14px rgba(29,185,84,.35);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.presave-btn:hover,
.presave-btn a:hover,
.presave-btn:focus,
.presave-btn a:focus {
  background: #1ed760;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(29,185,84,.45);
  color: #fff !important;
}
.presave-btn:active,
.presave-btn a:active {
  transform: translateY(0);
}
/* Badge — bigger */
.single-badge {
  display: inline-block;
  padding: 6px 18px;
  margin-bottom: 10px;
  background: rgba(29,185,84,.15);
  color: #1ed760;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
  border-radius: 6px;
}

/* Pull quote — bigger, tighter */
.single-quote {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #999;
  margin: 0 0 10px;
}

/* Blurb — bigger */
.single-quote + p,
.single-blurb {
  font-size: 1.35rem;
  line-height: 1.4;
  margin: 0 0 18px;
}

/* Streaming links — bigger */
.single-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: 1.2rem;
}
.single-links a { text-decoration: none; }
.single-links a:hover { text-decoration: underline; }

/* Pre-save button — bigger text */
a[href*="distrokid.com/hyperfollow"] {
  padding: 16px 40px;
  font-size: 1.25rem;
}

/* Tighten the title's margins */
.single-feature h2 {
  margin: .1em 0 .15em !important;
  line-height: 1.05;
}

blockquote {
   line-height: 1.5 !important; 
   padding-left: 0;
}
blockquote:before {
   opacity: .4 !important;
}