/* DataTable widget styles */
.data-table-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.data-table-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.data-table-left .govuk-label {
  margin-bottom: 0;
}

.data-table-left .data-table-select {
  width: 120px;
  margin-bottom: 0;
}

.data-table-left .govuk-button {
  margin-bottom: 0;
}

.data-table-right {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.data-table-right .govuk-label {
  margin-bottom: 0;
}

.data-table-right .data-table-search {
  width: 250px;
  margin-bottom: 0;
}

.data-table-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  width: 100%;
}

.data-table-info {
  margin: 0;
}

/* Hide the default DataTable export button */
.dt-button-hidden {
  display: none !important;
}