/* v286 - shared social/launch title placement. */

body[data-social-launch-release="286"] .launch-loader-title,
body[data-social-launch-release="286"] #splash .splash-content h1.launch-surface-title {
  top: max(calc(env(safe-area-inset-top) + 32px), 6dvh) !important;
  width: min(34vw, 300px) !important;
}

@media (width <= 520px) {
  body[data-social-launch-release="286"] .launch-loader-title,
  body[data-social-launch-release="286"] #splash .splash-content h1.launch-surface-title {
    width: clamp(188px, 55vw, 250px) !important;
  }
}
