
.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-8744 .elms-element.elms-element-d0dcfc9{--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;}.elms-8744 .elms-element.elms-element-59ece30 .elms-wrapper{--video-aspect-ratio:1.77777;}.elms-8744 .elms-element.elms-element-da37d3b{--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-8744 .elms-element.elms-element-4f69d85{width:100%;max-width:100%;}h2 {
text-align: center;
/
font-size: 24px;
margin-bottom: 20px;
}
.container {
padding: 20px;
max-width: 1200px;
margin: 0 auto;
background: #fff;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
border-radius: 8px;
}
.search-bar input {
width: 100%;
padding: 12px 16px;
font-size: 16px;
border: 1px solid #ddd;
border-radius: 8px;
outline: none;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
margin-bottom: 20px;
}
table {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
}
table th, table td {
text-align: center;
padding: 12px;
border: 1px solid #ddd;
}
table th {
background-color: #4CAF50; 
color: #fff; 
text-transform: uppercase;
}
table td {
background-color: #f9f9f9;
}
button {
background-color: #4CAF50; 
color: #fff;
border: none;
padding: 8px 16px;
border-radius: 8px;
cursor: pointer;
transition: background-color 0.3s ease;
}
button:hover {
background-color: #388E3C; 
}
.map-section h3 {
font-size: 20px;
color: #4CAF50; 
margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
table {
display: flex;
flex-direction: column;
gap: 10px;
border: none;
}
table thead {
display: none;
}
table tr {
display: flex;
flex-direction: column;
background: #fff;
padding: 10px;
border: 1px solid #ddd;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
table td {
display: flex;
justify-content: space-between;
align-items: center;
padding: 8px;
border: none;
background: transparent;
}
table td span {
font-weight: bold;
text-transform: uppercase;
color: #555;
}
button {
margin-top: 10px;
align-self: center;
}
h2 {
font-size: 20px;
}
.search-bar input {
padding: 10px;
font-size: 14px;
}
}
@media only screen and (max-width: 480px) {
h2 {
font-size: 18px;
}
.search-bar input {
padding: 8px;
font-size: 14px;
}
table td {
flex-direction: column;
align-items: flex-start;
}
table td span {
margin-bottom: 5px;
}
}