#filter-reset {
    padding: 6px 14px !important;
    font-size: 14px !important;
    height: 38px !important;
    line-height: 1.2 !important;
    border-radius: 6px !important;
    background-color: #446084 !important;
    color: #fff !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    display: inline-block !important;
}

.uno-pricing-table th,
.uno-pricing-table td {
    padding: 24px 16px !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
}

/* Hide the 'Vehicle Type' column from the table (second column) */
.uno-responsive-table th:nth-child(2),
.uno-responsive-table td:nth-child(2) {
  display: none !important;
}





/*-------------MOBILE-----------------------------*/

/* Mobile responsive layout for filters and table */
@media screen and (max-width: 768px) {
  /* Stack filters vertically on mobile */
  .uno-filters {
    flex-direction: column !important;
    align-items: stretch !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  /* Full-width dropdowns and reset button with larger text */
  .uno-filters select,
  #filter-reset {
    width: 100% !important;
    margin-bottom: 12px !important;
    font-size: 18px !important;
    padding: 12px !important;
  }

  /* Align reset button to the left */
  #filter-reset {
    align-self: flex-start !important;
    font-size: 18px !important;
  }

  /* Reduce side padding of the results section */
  #uno-pricing-results {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  /* Font size for table headers */
  .uno-responsive-table th {
    font-size: 16px !important;
  }

  /* Font size for table cells */
  .uno-responsive-table td {
    font-size: 16px !important;
  }
}

/*-------------MOBILE END-----------------------------*/