.elementor-182 .elementor-element.elementor-element-7260c72{--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:-60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-182 .elementor-element.elementor-element-7260c72:not(.elementor-motion-effects-element-type-background), .elementor-182 .elementor-element.elementor-element-7260c72 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(90deg, var( --e-global-color-blocksy_palette_10 ) 0%, var( --e-global-color-78afbe7 ) 100%);}.elementor-182 .elementor-element.elementor-element-7552f45{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -20px) 0px;}.elementor-182 .elementor-element.elementor-element-90ada84 ul.hfe-breadcrumbs li{margin-right:10px;}.elementor-182 .elementor-element.elementor-element-31b4372{--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:60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-aa8c147 */.custom-table-wrapper {
  overflow-x: auto;
  width: 100%;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Segoe UI', sans-serif;
  min-width: 900px;
}

.custom-table thead {
  background-color: #f4f7fc;
}

.custom-table th,
.custom-table td {
  text-align: left;
  padding: 12px 15px;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}

.custom-table th {
  font-weight: 700;
  color: #333;
}

.custom-table td {
  color: #333;
  line-height: 1.5;
}

.download-btn {
  display: inline-block;
  padding: 8px 16px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  transition: background-color 0.3s;
}

.download-btn:hover {
  background-color: #0056b3;
  color: #fff;
}

/* Responsive tweaks */
@media screen and (max-width: 768px) {
  .custom-table {
    font-size: 14px;
    min-width: 600px;
  }
}

@media screen and (max-width: 480px) {
  .custom-table {
    font-size: 13px;
    min-width: 500px;
  }
}/* End custom CSS */