/* Product-boundary link: supports the small iOS cross-entry without changing
   the mini-program page's established layout or visual system. */
.ios-link {
  display: inline-block;
  margin-top: 15px;
  color: #47716a;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.ios-link:hover { color: var(--brand); }
