.elementor-517 .elementor-element.elementor-element-404d6c9{--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-517 .elementor-element.elementor-element-78965a6 .jet-listing-dynamic-repeater__items{flex-direction:flex-start;justify-content:flex-start;}.elementor-517 .elementor-element.elementor-element-78965a6 .jet-listing-dynamic-repeater__item > *{justify-content:flex-start;}/* Start custom CSS for jet-listing-dynamic-repeater, class: .elementor-element-78965a6 */table{
    margin-block-end:0 !important;
}
.spec-table-wrapper {
  width: 100%;
  overflow-x: auto;
  border-radius: 14px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 14px;
  table-layout: fixed;
}

.spec-table thead {
  background-color: #1d4771;
}

.spec-table thead th {
  color: #D2AB65;
  font-size: 16px;
  padding: 14px 16px;
  text-align: left;
  font-weight: 600;
}

.spec-table tbody tr {
  background-color: #ffffff !important; 
  border-bottom: 1px solid #ddd;
  transition: background 0.2s ease;
}

.spec-table tbody td {
  padding: 15px 16px;
  font-size: 14px;
  color: #1d4771;
  word-break: break-word;
  background-color: #ffffff !important; 
}

.spec-table tbody tr:hover {
  background-color: #EDE2CC !important; 
}

.spec-table-wrapper::-webkit-scrollbar {
  height: 8px;
}
.spec-table-wrapper::-webkit-scrollbar-thumb {
  background: #D2AB65;
  border-radius: 4px;
}
.spec-table-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.spec-table thead th:first-child {
  width: 35%;
}
.spec-table thead th:last-child {
  width: 65%;
}

@media (max-width: 767px) {
  .spec-table {
    font-size: 13px;
    min-width: 480px;
  }
}/* End custom CSS */