.elementor-2731 .elementor-element.elementor-element-8b55399{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-eab1f9d */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Georgia', serif;
            line-height: 1.6;
            color: #333;
            background-color: #f8f5f0;
        }

        .container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 20px;
            background-color: white;
            box-shadow: 0 0 20px rgba(0,0,0,0.1);
            border-radius: 8px;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .header {
            text-align: center;
            border-bottom: 3px solid #8B4513;
            padding-bottom: 30px;
            margin-bottom: 30px;
        }

        .title {
            font-size: 2.5em;
            color: #8B4513;
            margin-bottom: 15px;
            font-weight: bold;
        }

        .theme {
            font-size: 1.4em;
            color: #555;
            font-style: italic;
            margin-bottom: 20px;
            padding: 15px;
            background-color: #f9f6f0;
            border-left: 4px solid #D2691E;
            border-radius: 4px;
        }

        .event-details {
            background-color: #fff8f0;
            padding: 20px;
            border-radius: 8px;
            border: 2px solid #D2691E;
            margin-bottom: 30px;
        }

        .event-details h2 {
            color: #8B4513;
            margin-bottom: 15px;
            font-size: 1.5em;
        }

        .detail-item {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            font-size: 1.1em;
        }

        .detail-icon {
            font-size: 1.2em;
            margin-right: 10px;
            color: #D2691E;
        }

        .section {
            margin-bottom: 30px;
        }

        .section h2 {
            color: #8B4513;
            font-size: 1.8em;
            margin-bottom: 15px;
            border-bottom: 2px solid #D2691E;
            padding-bottom: 5px;
        }

        .section h3 {
            color: #8B4513;
            font-size: 1.3em;
            margin-bottom: 10px;
            margin-top: 20px;
        }

        .principles {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 15px;
            margin: 20px 0;
        }

        .principle-card {
            background-color: #f9f6f0;
            padding: 15px;
            border-radius: 6px;
            border-left: 4px solid #D2691E;
            text-align: center;
        }

        .principle-name {
            font-weight: bold;
            color: #8B4513;
            font-size: 1.1em;
        }

        .goals-list {
            background-color: #f9f9f9;
            padding: 20px;
            border-radius: 6px;
            border: 1px solid #ddd;
        }

        .goals-list ul {
            list-style-type: none;
            padding-left: 0;
        }

        .goals-list li {
            margin-bottom: 10px;
            padding-left: 20px;
            position: relative;
        }

        .goals-list li:before {
            content: "•";
            color: #D2691E;
            font-weight: bold;
            position: absolute;
            left: 0;
        }

        .participants-section {
            background-color: #fff8f0;
            padding: 20px;
            border-radius: 8px;
            border: 1px solid #ddd;
        }

        .role-group {
            margin-bottom: 20px;
        }

        .role-title {
            font-weight: bold;
            color: #8B4513;
            font-size: 1.2em;
            margin-bottom: 8px;
        }

        .participant-list {
            list-style-type: none;
            padding-left: 0;
        }

        .participant-list li {
            padding: 5px 0;
            padding-left: 15px;
            position: relative;
        }

        .participant-list li:before {
            content: "→";
            color: #D2691E;
            position: absolute;
            left: 0;
        }

        .footer {
            background-color: #8B4513;
            color: white;
            text-align: center;
            padding: 20px;
            border-radius: 6px;
            margin-top: 30px;
        }

        .footer h3 {
            margin-bottom: 10px;
        }

        @media (max-width: 768px) {
            .container {
                margin: 10px;
                padding: 15px;
            }
            
            .title {
                font-size: 2em;
            }
            
            .theme {
                font-size: 1.2em;
            }
            
            .detail-item {
                flex-direction: column;
                align-items: flex-start;
            }/* End custom CSS */