/* Start custom CSS for text-editor, class: .elementor-element-599bfdc */.container {
            background-color: white;
            padding: 40px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        h1 {
            text-align: center;
            color: #2c3e50;
            font-size: 24px;
            margin-bottom: 10px;
        }
        .subtitle {
            text-align: center;
            color: #555;
            font-size: 14px;
            margin-bottom: 30px;
        }
        h2 {
            color: #2c3e50;
            font-size: 18px;
            margin-top: 30px;
            margin-bottom: 15px;
            border-bottom: 2px solid #3498db;
            padding-bottom: 5px;
        }
        .article-content {
            margin-left: 20px;
        }
        .clause {
            margin-bottom: 15px;
        }
        .clause-label {
            font-weight: bold;
            display: inline-block;
            min-width: 30px;
        }
        .sub-clause {
            margin-left: 40px;
            margin-top: 10px;
        }
        .footer {
            margin-top: 40px;
            padding-top: 20px;
            border-top: 1px solid #ddd;
            font-style: italic;
            color: #666;
        }/* End custom CSS */