.elementor-13142 .elementor-element.elementor-element-ae173d5{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f9db92a *//* GLOBAL STYLES - Cyber Pulse Academy */
        body {
            color: #999999;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
        }
        /* Main content container for readability, no max-width as requested */
        .content-wrapper {
            margin: 0 auto;
        }
        /* Typography */
        h1.global-title {
            font-size: 25px;
		    text-align: center;
		    color: #00849B;
		    margin-left: 40px;
		    margin-right: 40px;
        }
        h2.sub-title {
            font-size: 1.8em;
            text-align: center;
            color: #3E8448;
            margin: 30px 0 15px 0;
        }
        /* h3 and h4 will have inline styles as per spec */
        p, li, td, th {
            color: #999999;
        }
        /* Strong/bold words */
        strong {
            color: #6ad8ba;
            font-weight: 600;
        }
        /* Threat words */
        .threat-word {
            color: #FF4757;
            font-weight: 500;
        }
        /* Protection words */
        .protect-word {
            color: #2ED573;
            font-weight: 500;
        }
        /* Links general */
        a {
            color: #2f8ef8;
            text-decoration: none;
            transition: all 0.2s ease;
        }
        a:hover {
            text-decoration: underline;
            opacity: 0.9;
        }
        /* Table of Contents box */
        .toc-box {
            background-color: rgba(42, 45, 62, 0.5);
            border-radius: 8px;
            padding: 20px;
            margin: 25px 0;
            border-left: 4px solid #00D9FF;
        }
        .toc-box a {
            color: #e0e0e0;
        }
        .toc-box a:hover {
            color: #00D9FF;
        }
        .toc-box ul {
            margin: 10px 0 0 0;
            padding-left: 20px;
            list-style-type: none;
        }
        .toc-box li {
            margin-bottom: 8px;
            color: #cccccc;
        }
        .toc-box li:before {
            color: #00D9FF;
            position: absolute;
            left: 0;
        }
        /* List styles for general lists */
        ul, ol {
            margin: 20px 0 20px 20px;
            padding-left: 20px;
            color: #999999;
        }
        li {
            margin-bottom: 7px;
            position: relative;
            padding-left: 10px;
            color: #999999;
        }
        ul li {
            list-style-type: none;
            position: relative;
            padding-left: 0px;
            color: #999999;
        }
        /* Generic list icon (for most ul) */
        .all-list li:before {
            content: "➤";
            color: #00FF88;
            position: absolute;
            left: -20px;
            font-size: 0.9em;
        }
        /* Special lists for mistakes and best practices */
        .mistake-list li:before {
            content: "✗";
            color: #f82f2f;
            position: absolute;
            left: -20px;
            font-weight: bold;
        }
        .best-list li:before {
            content: "✓";
            color: #00FF88;
            position: absolute;
            left: -20px;
            font-weight: bold;
        }
        /* Step boxes */
        .step-box {
            background-color: rgba(42, 45, 62, 0.5);
            border-radius: 8px;
            padding: 20px;
            margin: 25px 0;
            border-left: 4px solid #4ECDC4;
        }
        .step-title {
            color: #4ECDC4;
            margin-top: 0;
            font-size: 1.4em;
        }
        /* Red Team vs Blue Team boxes */
        .red-blue-box {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin: 30px 0;
        }
        .red-team, .blue-team {
            flex: 1;
            min-width: 300px;
            padding: 25px;
            border-radius: 8px;
        }
        .red-team {
            background-color: rgba(255, 107, 107, 0.05);
            border: 1px solid #FF6B6B;
        }
        .blue-team {
            background-color: rgba(0, 217, 255, 0.05);
            border: 1px solid #00D9FF;
        }
        .red-team h3, .blue-team h3 {
            color: inherit;
            margin-top: 0;
        }
        .red-team h3 {
            color: #FF6B6B;
        }
        .blue-team h3 {
            color: #00D9FF;
        }
        /* Table styling */
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 25px 0;
            background-color: rgba(255, 255, 255, 0.03);
            border-radius: 8px;
            overflow: hidden;
        }
        th, td {
            border: 1px solid #444;
            padding: 15px;
            text-align: left;
            color: #999999;
        }
        th {
            background-color: rgba(0, 217, 255, 0.1);
            color: #00D9FF;
            font-weight: bold;
        }
        /* Strong inside tables use the dedicated color */
        table strong {
            color: #6ad8ba;
        }
        /* Links inside paragraphs and list items */
        p a, li a {
            color: #2f8ef8;
        }
        /* Footer / educational notice */
        .footer-note {
            text-align: center;
            color: #999999;
            font-size: 0.9em;
            margin-top: 50px;
            padding-top: 20px;
            border-top: 1px solid #444;
        }
        /* Spacing */
        hr.section-divider {
            border: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, #00D9FF, transparent);
            margin: 40px 0;
        }
        /* Additional utility */
        .text-center {
            text-align: center;
        }/* End custom CSS */