.lvyou {
            background-color: #f8f9fa;
            color: #333;
            line-height: 1.6;
            padding: 20px;
        }
.lycontainer{

            max-width: 1000px;
            margin: 0 auto;
            background: #fff;
            padding: 40px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);


}
.lvheader{
            border-bottom: 1px solid #eee;
            padding-bottom: 20px;
            margin-bottom: 30px;



}

.lvheader h1 {
            color: #2c3e50;
            font-size: 28px;
            margin-bottom: 10px;
        }
.lvheader p {
            color: #7f8c8d;
            font-size: 16px;
        }

.lvyuterms-section {
            margin-bottom: 35px;
        }
.lvyuterms-section h2 {
            color: #34495e;
            font-size: 20px;
            margin-bottom: 15px;
            position: relative;
            padding-left: 15px;
        }
.lvyuterms-section h2::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 4px;
            height: 20px;
            background: #3498db;
            border-radius: 2px;
        } 
.lvyuterms-section p {
            margin-bottom: 12px;
            font-size: 15px;
            color: #555;
        }
.lvyuterms-section ul {
            margin-left: 25px;
            margin-bottom: 15px;
        }
.lvyuterms-section li {
            margin-bottom: 8px;
            color: #555;
        }
.lvcontact-info {
            margin-top: 40px;
            padding-top: 20px;
            border-top: 1px solid #eee;
        }
.lvcontact-info p {
            color: #555;
            margin-bottom: 8px;
        }
.lvcontact-info a {
            color: #3498db;
            text-decoration: none;
        }
.lvcontact-info a:hover {
            text-decoration: underline;
        }
.lvlast-updated {
            color: #7f8c8d;
            font-size: 14px;
            margin-top: 5px;
        }