
        /* ==========================================================================
           Base Typography Wrapper
           ========================================================================== */
        .nyesuaikan-child {
            font-family: 'Nunito', sans-serif;
            font-size: 1.125rem;
            /* 18px */
            line-height: 1.7;
            color: #2d2d2d;
            margin-bottom: 2rem;
        }

        /* ==========================================================================
           Text Elements
           ========================================================================== */
        .nyesuaikan-child p {
            margin-bottom: 1rem;
        }

        /* Headings hierarchy */
        .nyesuaikan-child h1,
        .nyesuaikan-child h2,
        .nyesuaikan-child h3,
        .nyesuaikan-child h4,
        .nyesuaikan-child h5,
        .nyesuaikan-child h6 {
            font-family: 'Nunito', sans-serif;
            font-weight: 700;
            line-height: 1.3;
            margin: 2rem 0 1rem;
            color: #1f2937;
        }

        .nyesuaikan-child h1 {
            font-size: 2.25rem;
        }

        .nyesuaikan-child h2 {
            font-size: 1.875rem;
        }

        .nyesuaikan-child h3 {
            font-size: 1.5rem;
        }

        .nyesuaikan-child h4 {
            font-size: 1.25rem;
        }

        .nyesuaikan-child h5 {
            font-size: 1.125rem;
        }

        .nyesuaikan-child h6 {
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        /* ==========================================================================
           Lists
           ========================================================================== */
        .nyesuaikan-child ul,
        .nyesuaikan-child ol {
            padding-left: 1.5rem;
            margin-bottom: 1.25rem;
        }

        .nyesuaikan-child li {
            margin-bottom: 0.5rem;
        }

        /* Definition list */
        .nyesuaikan-child dl {
            margin-bottom: 1.25rem;
        }

        .nyesuaikan-child dt {
            font-weight: 600;
        }

        .nyesuaikan-child dd {
            margin-left: 1rem;
            margin-bottom: 0.75rem;
        }

        /* ==========================================================================
           Blockquote
           ========================================================================== */
        .nyesuaikan-child blockquote {
            margin: 1.5rem 0;
            padding: 1rem 1.25rem;
            border-left: 4px solid #3b82f6;
            background-color: #f8fafc;
            font-style: italic;
            color: #374151;
        }

        /* ==========================================================================
           Code & Preformatted
           ========================================================================== */
        .nyesuaikan-child code {
            font-family: 'Fira Code', monospace;
            font-size: 0.95rem;
            background-color: #f1f5f9;
            padding: 0.15em 0.35em;
            border-radius: 4px;
        }

        .nyesuaikan-child pre {
            font-family: 'Fira Code', monospace;
            font-size: 0.95rem;
            line-height: 1.6;
            background-color: #0f172a;
            color: #e5e7eb;
            padding: 1rem;
            border-radius: 8px;
            overflow-x: auto;
            margin-bottom: 1.5rem;
        }

        /* ==========================================================================
           Links
           ========================================================================== */
        .nyesuaikan-child a {
            color: #2563eb;
            text-decoration: underline;
            text-underline-offset: 3px;
        }

        .nyesuaikan-child a:hover {
            color: #1d4ed8;
        }

        /* ==========================================================================
           Responsive Adjustment
           ========================================================================== */
        @media (max-width: 640px) {
            .nyesuaikan-child {
                font-size: 1rem;
                line-height: 1.6;
            }

            .nyesuaikan-child h1 {
                font-size: 1.875rem;
            }

            .nyesuaikan-child h2 {
                font-size: 1.5rem;
            }

            .nyesuaikan-child h3 {
                font-size: 1.25rem;
            }
        }
