.elementor-30265 .elementor-element.elementor-element-7ee9b47{--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-30265 .elementor-element.elementor-element-ff9330b{--display:flex;}.elementor-30265 .elementor-element.elementor-element-97b88bc{--display:flex;}.elementor-30265 .elementor-element.elementor-element-786351e{--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-30265 .elementor-element.elementor-element-7e0e9df{--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-30265 .elementor-element.elementor-element-e3e4ef5{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1bd79bc */body {
    font-family: Arial, sans-serif;
    background-color: #fffaf0;
}

.location-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
}

.location-toggle-button {
    background-color: #26a69a;
    color: white;
    padding: 10px 18px;
    font-size: 16px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: background-color 0.3s;
}

.location-toggle-button:hover {
    background-color: #00897b;
}

.location-toggle-button .icon {
    font-size: 1.1em;
    order: -1;
    margin-right: 8px;
    margin-left: 0;
    transition: transform 0.3s ease-in-out;
    display: inline-block;
    transform: rotate(-90deg);
}

.location-content {
    display: none;
    padding: 10px 0;
}

.location-section {
    padding: 10px 0;
}

.location-section h3 {
    font-size: 18px;
    color: #6194CD;
    margin: 0 0 10px;
}

.location-section p {
    font-size: 16px;
    color: #333;
    margin: 0 0 10px;
    line-height: 1.5;
}

.location-section a {
    color: #26719C;
    text-decoration: none;
}

.location-section a:hover {
    text-decoration: underline;
}

.section-divider {
    border: 0;
    border-top: 1px solid #ccc;
    margin: 15px 0;
}

@media screen and (max-width: 768px) {
    .location-container {
        padding: 5px;
    }

    .location-section h3 {
        font-size: 16px;
    }

    .location-section p {
        font-size: 14px;
    }

    .location-toggle-button {
        padding: 8px 15px;
        font-size: 14px;
    }

    .section-divider {
        margin: 10px 0;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5bea373 */body {font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f8f8f8; 
    color: #333;
}

.schedule-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
}


.schedule-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
    table-layout: fixed;
    border-radius: 0;
    overflow: hidden;
}

.schedule-table th,
.schedule-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    vertical-align: top;
    font-size: 13px;
    border-radius: 0;
}

.schedule-table th:first-child,
.schedule-table td:first-child {
    width: 100px;
    min-width: 80px;
    max-width: 120px;
    box-sizing: border-box;
}

.schedule-table th {
    background-color: #ecf0f1;
    color: #34495e;
    font-weight: bold;
    font-size: 14px;
}

.module-time {
    font-size: 14px;
    color: #555;
    margin-bottom: 4px;
}

.module-title {
    font-size: 18px !important;
    margin: 5px 0;
    color: #34495e;
}

.module-speaker {
    font-size: 16px;
    color: #444;
    margin-bottom: 4px;
}

.ticket-button-container {
    text-align: center;
    margin: 20px 0;
}

.program-toggle-button {
    background-color: #3498db;
    color: white;
    padding: 10px 18px;
    font-size: 16px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.program-toggle-button:hover {
    background-color: #2980b9;
}

.program-toggle-button .icon {
    font-size: 1.1em;
    order: -1;
    margin-right: 8px;
    margin-left: 0;
    transition: transform 0.3s ease-in-out;
    display: inline-block;
    transform: rotate(-90deg);
}

.program-content {
    display: none;
    padding-top: 0;
}


@media screen and (max-width: 768px) {
    .schedule-container {
        padding: 5px;
    }

    .schedule-table {
        border: 0;
    }

    .schedule-table thead {
        display: none;
    }

    .schedule-table tr {
        display: block;
        margin-bottom: 20px;
        border: 1px solid #ddd;
        border-radius: 6px;
        background-color: #fff;
    }

    .schedule-table td {
        display: block;
        text-align: left;
        border: none;
        border-bottom: 1px dashed #eee;
        padding: 8px !important;
    }

    .schedule-table td:last-child {
        border-bottom: 0;
    }

    .schedule-table td:first-child {
        width: auto;
        min-width: unset;
        max-width: unset;
        font-weight: bold;
        color: #34495e;
        font-size: 13px;
        margin-bottom: 8px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 8px !important;
    }

    .schedule-table td::before {
        content: none;
    }

}/* End custom CSS */