/* WWTV mobile fix — prevents horizontal overflow on Lagom 2 (all styles) */
@media (max-width: 768px) {
  html, body, #main-body, .app-wrapper {
    overflow-x: hidden !important;
    max-width: 100% !important;
  }
}

/* Free Trial card — WorldWide blue border + blue header bar (Tony 2026-08-24) */
#product55 { border: 2px solid #3090F5 !important; }
#product55 header { background: #3090F5 !important; }
#product55 header span { color: #fff !important; font-size: 1.6em !important; font-weight: 700 !important; }
