/* ============================================
   Wise Photos Product Page
   ============================================ */

/* Brand purple applied to the three core Wise Photos content sections.
   FAQ and poster sections keep their default gray text. */
#wise-photos-hero p,
#wise-photos-hero li,
#wise-photos-hero span,
#wise-photos-hero .app-section__title,
#wise-photos-hero .app-section__subtitle,
#compositions .compositions-section__title,
#compositions .compositions-section__intro,
#compositions .compositions-section__item span,
#compositions .compositions-section__footer {
  color: var(--color-brand);
}

#wise-photos-hero .app-section__link,
#compositions .compositions-section__link {
  color: var(--color-brand);
  text-decoration: underline;
}

#wise-photos-hero .reviews__text,
#wise-photos-hero .reviews__author {
  color: var(--color-brand);
}

#wise-photos-hero .app-section__download {
  border-top-color: rgba(55, 51, 198, 0.18);
}
