.elementor-17472 .elementor-element.elementor-element-f76708d{padding:30px 0px 30px 0px;}.elementor-17472 .elementor-element.elementor-element-3795f4c{text-align:center;}.elementor-17472 .elementor-element.elementor-element-3795f4c .elementor-heading-title{font-weight:600;mix-blend-mode:darken;}@media(max-width:767px){.elementor-17472 .elementor-element.elementor-element-3795f4c .elementor-heading-title{font-size:22px;}}/* Start custom CSS for html, class: .elementor-element-a1b09f5 */<style>
        body {
            background: linear-gradient(145deg, #f1f5f9 0%, #e6ecf4 100%);
            min-height: 100vh;
            justify-content: center;
            align-items: center;
            font-family: 'Inter', sans-serif;
        }
        .card {
            max-width: 1300px;
            width: 100%;
            background: rgba(255,255,255,0.75);
            backdrop-filter: blur(4px);
        }
        .header-title {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .header-title h1 {
            font-weight: 600;
            font-size: 1.9rem;
            letter-spacing: -0.02em;
            color: #000000;
        }
        .badge {
            background: #73BF45;
            color: white;
            padding: 0.2rem 1rem;
            border-radius: 30px;
            font-size: 0.9rem;
            font-weight: 500;
            border: 1px solid #9ec5d9;
        }
        .table-wrapper {
            overflow-x: auto;
            background: white;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.95rem;
            min-width: 1000px;
        }
        th {
            text-align: left;
            padding: 1rem 1.2rem;
            background: #f7fafc;
            font-weight: 500;
            color: #1e3f50;
            border-bottom: 1px solid #dde7ed;
        }
        td {
            padding: 1rem 1.2rem;
            border-bottom: 1px solid #eef3f7;
            color: #1f3848;
        }
        tr:last-child td {
            border-bottom: none;
        }
        .item-header th {
            background: #73BF45;
            color: white;
            font-weight: 500;
            font-size: 0.95rem;
            letter-spacing: 0.3px;
        }
        .item-header th:first-child { border-radius: 1.8rem 0 0 0; }
        .item-header th:last-child { border-radius: 0 1.8rem 0 0; }
        .category-row td:first-child {
            font-weight: 600;
            color: #0b4155;
        }
        .footnote {
            margin-top: 1.5rem;
            display: flex;
            flex-wrap: wrap;
            gap: 3rem;
            align-items: center;
            padding: 0.8rem 1.5rem;
            background: #e2eef6;
            border-radius: 60px;
            color: #103e50;
            font-size: 0.95rem;
            font-weight: 500;
        }
        .wheel-chip {
            background: #73BF45;
            color: white;
            padding: 0.25rem 1rem;
            border-radius: 30px;
            font-size: 0.85rem;
        }
        .dim-marker {
            color: #4f7e92;
            font-size: 0.85rem;
            margin-left: 4px;
        }
    </style>/* End custom CSS */