.elementor-16021 .elementor-element.elementor-element-40629e2{--display:flex;}/* Start custom CSS for html, class: .elementor-element-fd0a4c8 */.table-scroll-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Keep table intact */
.kgl-valley-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 900px; /* controls when scrolling starts */
}

/* Cell styling */
.kgl-valley-table th,
.kgl-valley-table td {
  padding: 12px 14px;
  border: 1px solid #ddd;
  text-align: left;
  white-space: nowrap; /* prevents column breaking */
  font-size: 14px;
}

/* Header styling */
.kgl-valley-table th {
  background-color: #f5f5f5;
  font-weight: 600;
}

/* Mobile swipe hint */
@media (max-width: 768px) {
  .table-scroll-wrapper::after {
    content: "← Swipe to see more →";
    display: block;
    text-align: right;
    font-size: 12px;
    color: #666;
    margin-top: 6px;
  }
}/* End custom CSS */