        .lightning-info {
            font-family: Arial, sans-serif;
            /* Consistent font */
            color: #ffee01;
            /* Dark gray text for readability */
            /*background-color: #f8f8f8;
            /* Light background for the section */
            padding: 20px;
            /* Padding around the content */
            border-radius: 8px;
            /* Rounded corners */
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            /* Subtle shadow for depth */
            width: 100%;
            /* Full width or adjust as needed */
            max-width: 600px;
            /* Limiting maximum width for better reading */
            margin: auto;
            /* Centering the box */
            text-align: center;
            display: flex;
        }

        .lightning-info h3 {
            font-size: 1.25em;
            /* Slightly larger headings */
            color: #cffd00;
            /* A nice blue for headings */
            margin-bottom: 10px;
            /* Space below headings */
        }

        .lightning-info ul {
            list-style-type: none;
            /* Removing bullet points */
            padding: 0;
            /* Remove padding */
        }

        .lightning-info ul li {
            font-size: 1em;
            /* Standard font size for list items */
            margin-bottom: 8px;
            /* Space between list items */
        }

        .lightning-info span {
            font-weight: bold;
            /* Makes the data stand out */
        }

        .strike-info {
            flex-direction: column;
        }

        .live-lightning-data {
            flex: 1;
        }