.elementor-13148 .elementor-element.elementor-element-80e60db{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b854101 *//* RESET &amp; BASE */
        body {
            font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            line-height: 1.6;
            color: #999999;
        }
        /* main content container (centered, readable width) */
        .blog-container {
            max-width: 1000px;
            margin: 0 auto;
            background-color: rgba(18, 20, 28, 0.7);
            backdrop-filter: blur(2px);
            padding: 40px 50px;
            border-radius: 24px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.6);
            border: 1px solid rgba(0,217,255,0.15);
        }
        /* global title (H1) */
        .global-title {
            font-size: 25px;
		    text-align: center;
		    color: #00849B;
        }
        /* subtitle for H2 (we'll use this class for H2, but keep color #00D9FF as per spec) */
        .sub-title {
            font-size: 20px;
		    text-align: center;
		    color: #3E8448;
        }
        /* table of contents box */
        .toc-box {
            background-color: rgba(42, 45, 62, 0.5);
            border-radius: 8px;
            padding: 20px 30px;
            margin: 25px 0;
            border-left: 4px solid #00D9FF;
        }
        .toc-box a {
            color: #e0e0e0;
            text-decoration: none;
        }
        .toc-box a:hover {
            color: #00D9FF;
        }
        .toc-box ul {
            margin: 15px 0 0 20px;
            padding-left: 0;
        }
        .toc-box li {
            margin-bottom: 8px;
        }
        /* paragraph and list link colors */
        p, li {
            color: #999999;
        }
        p a, li a {
            color: #2f8ef8;
            text-decoration: none;
        }
        p a:hover, li a:hover {
            color: #6ad8ba;
        }
        /* strong words */
        strong {
            color: #6ad8ba;
            font-weight: 600;
        }
        /* lists global */
        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 ULs) */
        .all-list li:before {
            content: "▹";
            color: #00FF88;
            position: absolute;
            left: -20px;
            font-size: 1.2rem;
        }
        /* mistake list */
        .mistake-list li:before {
            content: "✕";
            color: #f82f2f;
            position: absolute;
            left: -20px;
            font-weight: bold;
        }
        /* best practice list */
        .best-list li:before {
            content: "✓";
            color: #00FF88;
            position: absolute;
            left: -20px;
            font-weight: bold;
            font-size: 1.2rem;
        }
        /* 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.6rem;
            margin-bottom: 15px;
        }
        /* red team / blue team boxes */
        .red-blue-box {
            display: flex;
            flex-wrap: wrap;
            gap: 25px;
            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;
            color: inherit;
        }
        .red-team h3 {
            color: #FF6B6B;
        }
        .blue-team h3 {
            color: #00D9FF;
        }
        /* 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;
        }
        td strong {
            color: #6ad8ba;
        }
        /* hr style (already defined inline, but we keep for consistency) */
        hr {
            border: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, #00D9FF, transparent);
            margin: 40px 0;
        }
        /* faq */
        .faq-item {
            margin: 20px 0;
            border-bottom: 1px solid #333;
            padding-bottom: 15px;
        }
        .faq-question {
            color: #FF6B9D;
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 8px;
        }
        .faq-answer {
            padding-left: 20px;
        }
        /* call to action box */
        .cta-box {
            background: linear-gradient(145deg, rgba(0,217,255,0.1), rgba(46,213,115,0.05));
            border: 1px solid #2ED573;
            border-radius: 12px;
            padding: 25px;
            text-align: center;
            margin: 40px 0 20px;
        }
        .cta-button {
            display: inline-block;
            background-color: transparent;
            border: 2px solid #2ED573;
            color: #2ED573;
            padding: 12px 30px;
            border-radius: 40px;
            font-weight: bold;
            text-decoration: none;
            margin-top: 15px;
            transition: 0.3s;
        }
        .cta-button:hover {
            background-color: #2ED573;
            color: #12141C;
        }
        /* footer div */
        .footer-note {
            text-align: center;
            color: #999999;
            font-size: 0.9rem;
            margin-top: 50px;
            padding-top: 20px;
            border-top: 1px solid #444;
        }
        /* responsive */
        @media (max-width: 700px) {
            .blog-container { padding: 20px; }
            .global-title { font-size: 2rem; }
        }/* End custom CSS */