.elementor-1117 .elementor-element.elementor-element-c64241c{--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-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.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-1117 .elementor-element.elementor-element-965407b > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-1117 .elementor-element.elementor-element-5a7754b{--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:50px;--padding-left:0px;--padding-right:0px;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-965407b *//* Base styles (applied to all screen sizes) */
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;

}

th, td {
  
  border: 1px solid #ddd;
  
}

th {
  background-color: #ee2737;
  color:#fff;
  text-align: center;
  
}

tr:nth-child(even) {
  background-color: #f9f9f9;
}

strong {
  font-weight: bold;
}

a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h4 {
  margin-top: 20px;
}

h4 a {
  color: #28a745;
  text-decoration: none;
}

h4 a:hover {
  text-decoration: underline;
}

/* Mobile-specific styles (applied to screens with a maximum width of 768px - typical for tablets and phones) */
@media (max-width: 768px) {
  table {
    /* Prevent horizontal overflow */
    display: block;
    overflow-x: auto;
  }

  thead {
    display: none; /* Hide the table header */
  }


  tr {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #ccc; /* More prominent border for each row */
  }

  td {
    display: block;
    border: none;
    position: relative;
    padding-left: 0%; /* Make space for the data label */
  }

  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 50%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
    content: attr(data-label); /* Get the data-label attribute value */
  }

}/* End custom CSS */