.elementor-13152 .elementor-element.elementor-element-1a8fefc{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e009661 *//* GLOBAL STYLES - Dark cybersecurity theme */
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #999999;
        }

        /* Typography */
        p, li, td, th {
            color: #999999;
        }

        strong {
            color: #6ad8ba; /* Bold words in paragraphs */
            font-weight: 600;
        }

        h1.global-title {
            font-size: 25px;
		    text-align: center;
		    color: #00849B;
        }

        /* Link styles */
        a {
            transition: all 0.2s ease;
            text-decoration: none;
        }

        p a, li a {
            color: #2f8ef8;
        }

        p a:hover, li a:hover {
            color: #80b8ff;
        }

        /* 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;
            display: inline-block;
            margin: 5px 10px 5px 0;
            border-bottom: 1px dotted #666;
        }

        .toc-box a:hover {
            color: #ffffff;
            border-bottom: 1px solid #00D9FF;
        }

        .toc-box ul {
            margin: 15px 0 5px 0;
            padding-left: 20px;
        }

        .toc-box li:before {
            color: #00D9FF;
            position: absolute;
            left: -20px;
        }

        /* Lists styling */
        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;
        }

        /* Generic list icon (for most lists) */
        .all-list li:before {
            content: "→";
            color: #00FF88;
            position: absolute;
            left: -20px;
            font-weight: bold;
        }

        /* Specialized lists for mistakes and best practices */
        .mistake-list li:before {
            content: "✗";
            color: #f82f2f;
            position: absolute;
            left: -20px;
            font-weight: bold;
            font-size: 1.2em;
        }

        .best-list li:before {
            content: "✓";
            color: #00FF88;
            position: absolute;
            left: -20px;
            font-weight: bold;
            font-size: 1.2em;
        }

        /* 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.5em;
        }

        /* 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 1 300px;
            padding: 25px;
            border-radius: 8px;
            background-color: rgba(0,0,0,0.2);
        }

        .red-team {
            background-color: rgba(255, 107, 107, 0.08);
            border: 1px solid #FF6B6B;
        }

        .blue-team {
            background-color: rgba(0, 217, 255, 0.08);
            border: 1px solid #00D9FF;
        }

        .red-team h3, .blue-team h3 {
            margin-top: 0;
        }

        /* Table styles */
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 25px 0;
            background-color: rgba(255, 255, 255, 0.02);
            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: 700;
        }

        tr:nth-child(even) {
            background-color: rgba(255,255,255,0.02);
        }

        td strong {
            color: #6ad8ba; /* Ensure strong inside table uses the correct color */
        }

        /* Visual aid placeholder */
        .visual-aid {
            border: 2px dashed #4ECDC4;
            padding: 25px;
            margin: 30px 0;
            background-color: rgba(25, 30, 40, 0.7);
            border-radius: 12px;
            color: #ccc;
            font-family: monospace;
        }

        .visual-aid strong {
            color: #339966;
            display: block;
            margin-bottom: 10px;
            font-size: 1.2em;
        }

        /* Footer / required div */
        .footer-note {
            text-align: center;
            color: #999999;
            font-size: 0.9em;
            margin-top: 50px;
            padding-top: 20px;
            border-top: 1px solid #444;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .content-container {
                padding: 20px;
            }
            h1.global-title {
                font-size: 2em;
            }
        }

        /* Utility */
        hr.separator {
            border: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, #00D9FF, transparent);
            margin: 40px 0;
        }/* End custom CSS */