
.elms-26995 .elms-element.elms-element-d140961{--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;}.elms-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 );}.elms-widget-text-editor.elms-drop-cap-view-stacked .elms-drop-cap{background-color:var( --e-global-color-primary );}.elms-widget-text-editor.elms-drop-cap-view-framed .elms-drop-cap, .elms-widget-text-editor.elms-drop-cap-view-default .elms-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elms-26995 .elms-element.elms-element-952b9d8{--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;}.elms-26995 .elms-element.elms-element-b3b4baf{width:100%;max-width:100%;}.elms-26995 .elms-element.elms-element-ba0a88b{--display:flex;}.elms-26995 .elms-element.elms-element-c00ad5c{width:100%;max-width:100%;}.elms-26995 .elms-element.elms-element-7bb4830{--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;}.elms-26995 .elms-element.elms-element-f4e95b0{width:100%;max-width:100%;}.elms-26995 .elms-element.elms-element-52b09a5{--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;}.elms-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elms-26995 .elms-element.elms-element-a5eaa2f{width:100%;max-width:100%;}.elms-26995 .elms-element.elms-element-02a4351{--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;}.elms-26995 .elms-element.elms-element-9286450{width:100%;max-width:100%;}.elms-26995 .elms-element.elms-element-56f1916{--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;}.elms-26995 .elms-element.elms-element-bc5820a{width:100%;max-width:100%;}.elms-26995 .elms-element.elms-element-c365785{--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;}.elms-26995 .elms-element.elms-element-fbca578{width:100%;max-width:100%;}.elms-26995 .elms-element.elms-element-fe4c3a0{--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;}.elms-26995 .elms-element.elms-element-843d792{width:100%;max-width:100%;}.custom-route-container {
max-width: 100%;
padding: 20px;
background: #fff;
border-radius: 8px;
box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
}
.custom-route-container table {
width: 100%;
border-collapse: collapse;
}
.custom-route-container table th,
.custom-route-container table td {
padding: 10px;
border: 1px solid #ddd;
}
.custom-route-container button {
background: #0073aa; 
color: white;
border: none;
padding: 8px 12px;
cursor: pointer;
}
.custom-route-container button:hover {
background: #005177;
}