.elementor-13144 .elementor-element.elementor-element-3176246{--display:flex;}/* Start custom CSS for html, class: .elementor-element-125a544 *//* GLOBAL STYLES - Dark cybersecurity theme */
        body {
            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, sans-serif;
            line-height: 1.6;
            color: #999999;
        }

        /* main title (H1) */
        .global-title {
            font-size: 25px;
            text-align: center;
            color: #00849B;
            margin: 30px 0 10px 0;
            font-weight: 600;
            line-height: 1.3;
        }

        /* H2 as .sub-title (section headings) */
        .sub-title {
            font-size: 20px;
            text-align: center;
            color: #00D9FF;        /* overriding example to match section title spec */
            margin: 30px 0 15px 0;
            font-weight: 600;
        }

        /* headings H3 and H4 are styled with inline colors (per spec)  target="_blank" rel="noopener noreferrer" class="tactic-name"&gt; no generic here */

        /* paragraph, list, link colors */
        p, li {
            color: #999999;
        }

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

        /* links in general */
        a {
            color: #2f8ef8;
            text-decoration: none;
            transition: 0.2s;
        }
        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;
        }

        /* links inside p or li */
        p a, li a {
            color: #2f8ef8;
        }

        /* 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: 1.2em;
        }

        /* special classes for mistake/best lists */
        .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.5em;
        }

        /* red team / 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 {
            margin-top: 0;
        }

        /* tables */
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 25px 0;
            background-color: rgba(255, 255, 255, 0.03);
        }
        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 table */
        td strong {
            color: #6ad8ba;
        }

        /* footer/copyright */
        .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: 600px) {
            body { padding: 10px; }
            .red-blue-box { flex-direction: column; }
        }/* End custom CSS */