#iparker td,
#iparker th {
  font-size: 13px !important;
}

#iparker {
  width: 100%;
  min-width: 1200px;
}

#iparker td {
  overflow-wrap: anywhere;
}

.iparker-result {
  clear: both;
  box-sizing: border-box;
  width: min(1500px, var(--iparker-available-width, calc(100vw - 360px)));
  max-width: 1500px;
  margin-top: 30px;
  padding-top: 1rem;
  overflow: visible;
}

.iparker-result .dt-container,
.iparker-result .dataTables_wrapper {
  box-sizing: border-box;
  width: 100% !important;
  max-width: 100%;
}

.iparker-result .dt-layout-table > .dt-layout-cell {
  width: 100%;
  max-width: 100%;
  max-height: 60vh;
  overflow-x: auto !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
}

.iparker-result__title {
  margin-bottom: 1rem;
}

/* Compact, right-aligned DataTables 3 search control. */
.iparker-result .dt-search {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  margin: 0 0 0.75rem auto;
  text-align: right;
}

.iparker-result .dt-search label {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
}

.iparker-result .dt-search input.dt-input {
  box-sizing: border-box;
  width: 11rem;
  max-width: 40vw;
  min-height: 2rem;
  margin: 0;
  padding: 0.3rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25;
}

@media (max-width: 767px) {
  .iparker-result {
    width: calc(100vw - 2rem);
    max-width: calc(100vw - 2rem);
  }

  .iparker-result .dt-search {
    justify-content: center;
    text-align: center;
  }

  .iparker-result .dt-search input.dt-input {
    width: 9rem;
    max-width: 60vw;
  }
}
