.elementor-2852 .elementor-element.elementor-element-8633e9f{--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 );}/* Start custom CSS for text-editor, class: .elementor-element-cf74459 */.container {
         font-family: Georgia, 'Times New Roman', serif;
            line-height: 1.6;
            margin: 0;
            padding: 0;
            background-color: #f8f9fa;
            color: #333;
            max-width: 900px;
            margin: 0 auto;
            padding: 20px;
            background-color: white;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }

        .header {
            text-align: center;
            background: linear-gradient(135deg, #2c5aa0, #1e3f73);
            color: white;
            padding: 30px 20px;
            margin: -20px -20px 30px -20px;
            border-radius: 0 0 10px 10px;
        }

        .header h1 {
            margin: 0 0 10px 0;
            font-size: 2.2em;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .venue-info {
            background-color: #e8f4f8;
            padding: 20px;
            border-radius: 8px;
            margin-bottom: 30px;
            border-left: 5px solid #2c5aa0;
        }

        .venue-info h3 {
            margin-top: 0;
            color: #2c5aa0;
            font-size: 1.3em;
        }

        .venue-info p {
            margin: 5px 0;
        }

        .faq-section {
            margin-bottom: 25px;
            padding: 20px;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            background-color: #fefefe;
        }

        .faq-question {
            font-weight: bold;
            color: #2c5aa0;
            font-size: 1.1em;
            margin-bottom: 10px;
            padding-bottom: 5px;
            border-bottom: 2px solid #e8f4f8;
        }

        .faq-answer {
            margin-left: 10px;
            line-height: 1.7;
        }

        .faq-answer p {
            margin: 10px 0;
        }

        .contact-info {
            background-color: #fff3cd;
            padding: 8px 12px;
            border-radius: 4px;
            border-left: 4px solid #ffc107;
            margin: 10px 0;
            font-weight: 600;
        }

        .hotel-info {
            background-color: #f8f9fa;
            padding: 15px;
            border-radius: 5px;
            margin: 10px 0;
            border-left: 3px solid #28a745;
        }

        .hotel-info strong {
            color: #28a745;
        }

        .link {
            color: #2c5aa0;
            text-decoration: none;
            font-weight: 500;
        }

        .link:hover {
            text-decoration: underline;
        }

        .distance-info {
            background-color: #f0f8ff;
            padding: 12px;
            border-radius: 5px;
            margin: 8px 0;
        }

        .footer {
            text-align: center;
            margin-top: 40px;
            padding: 20px;
            background-color: #2c5aa0;
            color: white;
            border-radius: 8px;
            font-style: italic;
        }

        .attractions-list {
            background-color: #f0fff0;
            padding: 15px;
            border-radius: 5px;
            margin: 10px 0;
            border-left: 3px solid #32cd32;
        }

        .payment-methods {
            background-color: #fff5f5;
            padding: 12px;
            border-radius: 5px;
            margin: 10px 0;
            border-left: 3px solid #dc3545;
        }/* End custom CSS */