.elementor-1253 .elementor-element.elementor-element-d157cb6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-1253 .elementor-element.elementor-element-68cbce3{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), poppins;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 );}.elementor-1253 .elementor-element.elementor-element-f3940d6{text-align:center;}/* Start custom CSS */.schedule-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 12px;
    overflow: hidden;
}

.schedule-table thead {
    background: #671A13;
    color: #ffffff;
}

.schedule-table th,
.schedule-table td {
    padding: 10px 12px;
    text-align: left;
}

.schedule-table th {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.3px;
}

.schedule-table td {
    font-size: 15px;
    color: #1f2933;
    border-bottom: 1px solid #f1d4b5;
}

.schedule-table tbody tr:last-child td {
    border-bottom: none;
}

.schedule-table tbody tr:hover {
    background: #fff3e8;
}

.schedule-table .time {
    font-weight: 600;
    color: #671A13;
    white-space: nowrap;
}

.schedule-table .highlight {
    background: #fff3e8;
    border-left: 4px solid #E9861E;
}

@media (max-width: 600px) {
    .schedule-table th,
    .schedule-table td {
        padding: 12px 10px;
        font-size: 14px;
    }
}/* End custom CSS */