
        h2, h3, .h4 {
            color: var(--brand-blue);
        }

        .wa-scooter-hero-img {
            max-width: 860px;
            width: 100%;
            height: auto;
            display: block;
            margin: 0 auto;
        }

        .wa-scooter-gallery img {
            max-width: 260px;
            width: 100%;
            height: auto;
            display: block;
            margin: 0 auto;
            cursor: zoom-in;
            border-radius: .75rem;
        }

        .wa-price {
            color: var(--brand-blue);
            font-weight: 700;
            text-align: right;
        }

        .wa-video-placeholder {
            background: #42a7f5;
            border-radius: 1.25rem;
            min-height: 320px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 800;
            font-size: clamp(2.5rem, 6vw, 4rem);
            color: #000;
        }

        .wa-prose p {
            line-height: 1.7;
        }

        .wa-feature-list {
            padding-left: 0;
            list-style: none;
            margin: 0;
        }

        .wa-feature-list li {
            display: flex;
            gap: .6rem;
            align-items: flex-start;
            margin-bottom: .55rem;
        }
        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            border:none;
            color: var(--brand-blue);
            font-size:1.3rem;
            font-family: "Good Brush";
            
            opacity: 1;
        }
        .nav-tabs .nav-link {
            border:none;
            color: var(--brand-blue);
            opacity: 0.4;
            background: #f3f3f3;
            font-size:1.3rem;
            font-family: "Good Brush";
            
        }
        .nav-tabs {
            
        }
        .wa-feature-bullet {
            width: 1.25rem;
            height: 1.25rem;
            line-height: 1.25rem;
            border-radius: 999px;
            background: rgba(0,0,0,.06);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: .85rem;
            flex: 0 0 auto;
            margin-top: .15rem;
        }
        .wa-video {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 1.25rem;
        }
        .modal-backdrop.show {
            background-color: rgba(0, 0, 0, .55);
            opacity: 1;
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
        }

        .modal-content {
            border-radius: 1rem;
        }

        .wa-lightbox-img {
            width: 100%;
            height: auto;
            display: block;
        }

        .wa-lightbox-modal .modal-content {
            background: transparent;
            border: 0;
        }

        .wa-lightbox-modal .modal-body {
            padding: 0;
        }