
        /* Typography framework adhering to strict Western design preferences */
        .snt-profile-container {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
            color: #2c3e50;
            background-color: #ffffff;
            width: 100%;          /* Forces the block to take full width */
            margin: 0;            /* Removes the '0 auto' automatic centering properties */
            padding: 40px 20px;   /* Retains a small 20px breathing space from the absolute screen edge */
            text-align: left;     /* Strict left alignment across all components */
        }

        /* Single 32px Main Header Setting */
        .snt-profile-container h1 {
            font-size: 32px;
            line-height: 1.3;
            color: #1a252f;
            margin-top: 0;
            margin-bottom: 25px;
            font-weight: 600;
            text-align: left;
        }

        /* 18px Body Text Setting with generous line tracking */
        .snt-profile-container p {
            font-size: 18px;
            line-height: 1.75;    /* Spacing setting to prevent crowded text lines */
            color: #555555;
            margin-bottom: 25px;
            text-align: left;
        }
    