.elementor-26901 .elementor-element.elementor-element-987586a{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-ba4556d */.custom-post {
    max-width: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden; /* Prevent horizontal scroll */
}

.custom-post * {
    box-sizing: border-box;
}

.custom-post header {
    background-color: #005b96;
    color: white;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.custom-post header h1 {
    font-size: 1.8em;
    margin-top: 0;
    margin-bottom: 5px;
}

.custom-post header p {
    font-size: 1em;
    margin: 0;
    font-style: italic;
}

.custom-post section {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: white; /* Card background color will be white */
}

.custom-post h2 {
    color: #003f63;
    font-size: 1.5em;
    border-bottom: 2px solid #003f63;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 15px;
}

.custom-post h3 {
    color: #003f63;
    font-size: 1.2em;
    margin-top: 15px;
    margin-bottom: 10px;
}

.custom-post p, .custom-post li {
    font-size: 1em;
    margin-bottom: 10px;
}

.custom-post ol, .custom-post ul {
    padding-left: 20px;
}

.custom-post .responsive-table {
    overflow-x: auto; /* For table responsiveness on small screens */
    margin: 15px 0;
}

.custom-post table {
    width: 100%;
    border-collapse: collapse;
    min-width: 300px;
}

/* Style for the Seat Matrix table (previous style: compact, auto layout) */
.custom-post #seat-matrix table {
    table-layout: auto;
    min-width: 600px; /* Forces horizontal scroll on mobile for all columns to show */
}

/* Style for the Important Dates table (new style: fixed layout for wrapping) */
.custom-post #important-dates table {
    table-layout: fixed;
    min-width: 300px; 
}

/* Ensure fixed table cells wrap content automatically */
.custom-post #important-dates th,
.custom-post #important-dates td {
    width: 50%; 
    word-wrap: break-word; 
    overflow-wrap: break-word;
}


.custom-post th, .custom-post td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    /* Common styles applied to both tables */
    word-wrap: break-word; 
    overflow-wrap: break-word;
}

.custom-post th {
    background-color: #e2f0fb;
    color: #003f63;
    font-weight: bold;
}

.custom-post .important {
    background-color: #fff3cd;
    border-left: 5px solid #ffca2c;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
}

.custom-post .important p {
    margin: 0;
}

.custom-post .button-container {
    text-align: center;
    margin: 20px 0;
}

.custom-post .button-container a {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    text-decoration: none;
    color: white;
    background-color: #005b96;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.custom-post .button-container a:hover {
    background-color: #003f63;
}

/* Table of Contents Styling */
.custom-post #toc {
    border: 1px solid #005b96;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    background-color: #f7fbff;
}

.custom-post #toc h2 {
    border-bottom: 1px solid #005b96;
    margin-bottom: 10px;
    font-size: 1.3em;
}

.custom-post #toc ul {
    list-style-type: none;
    padding: 0;
}

.custom-post #toc li a {
    text-decoration: none;
    color: #005b96;
}/* End custom CSS */