@charset "UTF-8";
        .security-content {
            font-family: 'Inter', sans-serif;
            background-color: #F7FFF7;
            color: #1A535C;
        }

        .card {
            background-color: white;
            border-radius: 0.5rem;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            margin-bottom: 1.5rem;
            padding: 1.5rem;
        }

        .chart-container {
            position: relative;
            width: 100%;
            max-width: 400px;
            margin-left: auto;
            margin-right: auto;
            height: 300px;
            max-height: 350px;
        }

        /* Responsive height and max-width for chart */
        .section-title {
            font-size: 2.25rem;
            font-weight: 700;
            color: #32DAC4;
            margin-bottom: 1rem;
            text-align: center;
        }

        .subsection-title {
            font-size: 1.5rem;
            font-weight: 600;
            color: #4D80D1;
            margin-top: 1.5rem;
            margin-bottom: 0.75rem;
        }

        .pill {
            display: inline-block;
            background-color: rgba(50, 218, 196, 0.15);
            color: #1A535C;
            padding: 0.5rem 1rem;
            border-radius: 9999px;
            font-weight: 600;
            margin: 0.25rem;
        }

        .flow-step {
            background-color: rgba(50, 218, 196, 0.1);
            border: 2px solid #32DAC4;
            border-radius: 0.375rem;
            padding: 0.75rem;
            text-align: center;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        }

        .icon-placeholder {
            width: 40px;
            height: 40px;
            background-color: rgba(77, 128, 209, 0.1);
            color: #4D80D1;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            font-size: 1.5rem;
            margin-right: 0.75rem;
            flex-shrink: 0;
        }