.elementor-23191 .elementor-element.elementor-element-61cae7f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-23191 .elementor-element.elementor-element-00735a9 .wd-text-block{line-height:33px;}.elementor-23191 .elementor-element.elementor-element-b933f72{--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-23191 .elementor-element.elementor-element-cca521c{--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-23191 .elementor-element.elementor-element-e584082{line-height:35px;}.elementor-23191 .elementor-element.elementor-element-9eac9e9{--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-23191 .elementor-element.elementor-element-439f96a{--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;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-23191 .elementor-element.elementor-element-241a8ee{text-align:center;font-size:18px;font-weight:600;}.elementor-23191 .elementor-element.elementor-element-6682f65{--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;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-23191 .elementor-element.elementor-element-69d8a1e{--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;}@media(min-width:768px){.elementor-23191 .elementor-element.elementor-element-9eac9e9{--content-width:600px;}.elementor-23191 .elementor-element.elementor-element-439f96a{--content-width:1000px;}.elementor-23191 .elementor-element.elementor-element-6682f65{--content-width:1000px;}.elementor-23191 .elementor-element.elementor-element-69d8a1e{--content-width:800px;}}@media(max-width:767px){.elementor-23191 .elementor-element.elementor-element-00735a9 .wd-text-block{line-height:2.2em;}.elementor-23191 .elementor-element.elementor-element-3bd0db9{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 200px) 0px;}}/* Start custom CSS for html, class: .elementor-element-e610e77 */.custom-table-container {
  overflow-x: auto;
  margin: 20px 0;
}

.custom-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  font-family: inherit;
}

.custom-table thead tr {
  background-color: #0077cc;
  color: white;
}

.custom-table th,
.custom-table td {
  padding: 12px 16px;
  text-align: right;
  border-bottom: 1px solid #e0e0e0;
}

.custom-table tbody tr {
  transition: all 0.3s ease;
}

.custom-table tbody tr:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
  background-color: #f9f9f9;
}

@media screen and (max-width: 768px) {
  .custom-table {
    display: block;
    width: 100%;
  }

  .custom-table thead {
    display: none;
  }

  .custom-table tbody tr {
    display: block;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 10px;
  }

  .custom-table tbody td {
    display: block;
    text-align: right;
    padding: 8px 12px;
    border-bottom: none;
    position: relative;
  }

  .custom-table tbody td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 6px;
    color: #555;
  }
}/* End custom CSS */