
        /* Custom Prefix Styles */
        .TCuser_onlt-wrapper {
            padding-top: 2rem;
            padding-bottom: 2rem;
            margin: 0 auto;
            color: #212529;
        }

        .TCuser_onlt-main-title {
            color: #2d2d2d;
            font-weight: 700;
            font-size: clamp(1.4rem, 4vw, 1.75rem); 
            margin-bottom: 1rem;
        }

        .TCuser_onlt-section-title {
            color: #2d2d2d;
            font-weight: 700;
            font-size: clamp(1.1rem, 3vw, 1.35rem);
            margin-top: 1.75rem;
            margin-bottom: 0.75rem;
        }

        .TCuser_onlt-text {
            font-size: 0.95rem;
            line-height: 1.6;
            margin-bottom: 1rem;
            color: #1c1c1c;
        }

        .TCuser_onlt-footer-text {
            font-size: 0.95rem;
            margin-top: 2rem;
            color: #1c1c1c;
        }

        .TCuser_onlt-email {
            font-weight: 700;
            color: #000000;
            text-decoration: none;
        }

        