.elementor-79455 .elementor-element.elementor-element-dff2d7d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{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 );}/* Start custom CSS for text-editor, class: .elementor-element-28e15c4 */<style>
        .wp-block-group {
            max-width: 800px;
            margin: 0 auto;
            padding: 20px;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            line-height: 1.6;
            color: #333;
        }
        
        .article-header {
            text-align: center;
            margin-bottom: 30px;
            padding-bottom: 20px;
            border-bottom: 3px solid #c41e3a;
        }
        
        h1 {
            color: #1e3a8a;
            font-size: 2.2rem;
            margin-bottom: 15px;
            line-height: 1.2;
        }
        
        .intro-text {
            font-size: 1.1rem;
            color: #555;
            margin-bottom: 20px;
            font-style: italic;
        }
        
        .important-note {
            background: linear-gradient(135deg, #00AEEF, #CF3339);
            border-left: 4px solid #CF3339;
            padding: 15px 20px;
            margin: 25px 0;
            border-radius: 4px;
            font-weight: 600;
            color: #FFFFFF;
        }
        
        .region-section {
            margin: 35px 0;
            background: #f8fafc;
            border-radius: 8px;
            padding: 25px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        
        .region-title {
            color: #CF3339;
            font-size: 1.8rem;
            margin-bottom: 20px;
            text-transform: uppercase;
            letter-spacing: 1px;
            border-bottom: 2px solid #CF3339;
            padding-bottom: 8px;
        }
        
        .state-section {
            margin: 25px 0;
            background: white;
            border-radius: 6px;
            padding: 20px;
            border: 1px solid #e5e7eb;
        }
        
        .state-title {
            color: #1f2937;
            font-size: 1.3rem;
            margin-bottom: 15px;
            font-weight: 700;
            text-decoration: underline;
            text-decoration-color: #1f2937;
        }
        
        .corps-name {
            color: #00AEEF;
            font-weight: 700;
            font-size: 1.1rem;
            margin: 15px 0 8px 0;
        }
        
        .performance-list {
            margin: 0 0 15px 20px;
            padding: 0;
        }
        
        .performance-item {
            list-style: none;
            margin: 5px 0;
            padding: 8px 12px;
            background: #f1f5f9;
            border-radius: 4px;
            border-left: 3px solid #00AEEF;
            position: relative;
        }
        
     
        .location {
            font-weight: 600;
            color: #374151;
        }
        
        .time {
            color: #374151;
            font-weight: 600;
            margin-left: 5px;
        }
        
        .special-date {
            background: #fef2f2;
            border-left-color: #CF3339;
            color: #7f1d1d;
        }
        
        @media (max-width: 768px) {
            .wp-block-group {
                padding: 15px;
            }
            
            h1 {
                font-size: 1.8rem;
            }
            
            .region-title {
                font-size: 1.5rem;
            }
            
            .state-title {
                font-size: 1.2rem;
            }
            
            .region-section,
            .state-section {
                padding: 15px;
            }
        }
    </style>/* End custom CSS */