/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * User generated tables.
 */

.forum table,
.text-content table,
.views-table,
.draggable-table,
.boincwork-host-merge > table,
.messages-inbox table,
#edit-ignore-list table,
table.user-projects,
table.preferences,
.subscriptions-table {
  margin-block-start: var(--sp2);
  margin-block-end: var(--sp0-5);
  border-spacing: 0;
  color: var(--color-text-neutral-medium);
  border: 0;
  border-collapse: collapse;
  line-height: var(--sp);
}

:is(.forum table, .text-content table, .views-table, .draggable-table, .boincwork-host-merge > table, .messages-inbox table, #edit-ignore-list table, table.user-projects, table.preferences, .subscriptions-table) caption {
  margin-block-end: var(--sp1);
  text-align: start;
  color: var(--color-text-neutral-medium);
  font-style: italic;
  line-height: var(--sp);
}

:is(.forum table, .text-content table, .views-table, .draggable-table, .boincwork-host-merge > table, .messages-inbox table, #edit-ignore-list table, table.user-projects, table.preferences, .subscriptions-table) td,
:is(.forum table, .text-content table, .views-table, .draggable-table, .boincwork-host-merge > table, .messages-inbox table, #edit-ignore-list table, table.user-projects, table.preferences, .subscriptions-table) th {
  padding-block: 0.4375rem;
  padding-inline: 0.3125rem;
  vertical-align: top;
}

:is(.forum table, .text-content table, .views-table, .draggable-table, .boincwork-host-merge > table, .messages-inbox table, #edit-ignore-list table, table.user-projects, table.preferences, .subscriptions-table) td:first-child,
:is(.forum table, .text-content table, .views-table, .draggable-table, .boincwork-host-merge > table, .messages-inbox table, #edit-ignore-list table, table.user-projects, table.preferences, .subscriptions-table) th:first-child {
  padding-inline-start: 0;
}

:is(.forum table, .text-content table, .views-table, .draggable-table, .boincwork-host-merge > table, .messages-inbox table, #edit-ignore-list table, table.user-projects, table.preferences, .subscriptions-table) td:last-child,
:is(.forum table, .text-content table, .views-table, .draggable-table, .boincwork-host-merge > table, .messages-inbox table, #edit-ignore-list table, table.user-projects, table.preferences, .subscriptions-table) th:last-child {
  padding-inline-end: 0;
}

:is(.forum table, .text-content table, .views-table, .draggable-table, .boincwork-host-merge > table, .messages-inbox table, #edit-ignore-list table, table.user-projects, table.preferences, .subscriptions-table) td.numeric,
:is(.forum table, .text-content table, .views-table, .draggable-table, .boincwork-host-merge > table, .messages-inbox table, #edit-ignore-list table, table.user-projects, table.preferences, .subscriptions-table) th.numeric {
  text-align: right;
}

@media (min-width: 43.75rem) {
  :is(.forum table, .text-content table, .views-table, .draggable-table, .boincwork-host-merge > table, .messages-inbox table, #edit-ignore-list table, table.user-projects, table.preferences, .subscriptions-table) td:first-child,
  :is(.forum table, .text-content table, .views-table, .draggable-table, .boincwork-host-merge > table, .messages-inbox table, #edit-ignore-list table, table.user-projects, table.preferences, .subscriptions-table) th:first-child {
    padding-inline-start: 0.3125rem;
  }
  :is(.forum table, .text-content table, .views-table, .draggable-table, .boincwork-host-merge > table, .messages-inbox table, #edit-ignore-list table, table.user-projects, table.preferences, .subscriptions-table) td:last-child,
  :is(.forum table, .text-content table, .views-table, .draggable-table, .boincwork-host-merge > table, .messages-inbox table, #edit-ignore-list table, table.user-projects, table.preferences, .subscriptions-table) th:last-child {
    padding-inline-end: 0.3125rem;
  }
}

:is(.forum table, .text-content table, .views-table, .draggable-table, .boincwork-host-merge > table, .messages-inbox table, #edit-ignore-list table, table.user-projects, table.preferences, .subscriptions-table) th,
:is(.forum table, .text-content table, .views-table, .draggable-table, .boincwork-host-merge > table, .messages-inbox table, #edit-ignore-list table, table.user-projects, table.preferences, .subscriptions-table) tr.section-heading td {
  margin-block: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  text-align: start;
  letter-spacing: 0.02em;
  color: var(--color-text-neutral-loud);
  border-block-end: 1px dotted var(--color--gray-70);
  font-family: var(--font-sans);
  font-size: var(--font-size-xs);
  font-weight: bold;
  line-height: var(--sp);
  text-transform: uppercase;
  vertical-align: bottom;
}

@media (min-width: 43.75rem) {
  :is(.forum table, .text-content table, .views-table, .draggable-table, .boincwork-host-merge > table, .messages-inbox table, #edit-ignore-list table, table.user-projects, table.preferences, .subscriptions-table) th,
  :is(.forum table, .text-content table, .views-table, .draggable-table, .boincwork-host-merge > table, .messages-inbox table, #edit-ignore-list table, table.user-projects, table.preferences, .subscriptions-table) tr.section-heading td {
    font-size: unset;
  }
}

:is(.forum table, .text-content table, .views-table, .draggable-table, .boincwork-host-merge > table, .messages-inbox table, #edit-ignore-list table, table.user-projects, table.preferences, .subscriptions-table) td {
  white-space: normal;
  border-block-end: 1px dotted var(--color--gray-70);
  font-size: var(--font-size-s);
}

@media (min-width: 43.75rem) {
  :is(.forum table, .text-content table, .views-table, .draggable-table, .boincwork-host-merge > table, .messages-inbox table, #edit-ignore-list table, table.user-projects, table.preferences, .subscriptions-table) td {
    font-size: inherit;
  }
}

:is(.forum table, .text-content table, .views-table, .draggable-table, .boincwork-host-merge > table, .messages-inbox table, #edit-ignore-list table, table.user-projects, table.preferences, .subscriptions-table) th.checkbox,
:is(.forum table, .text-content table, .views-table, .draggable-table, .boincwork-host-merge > table, .messages-inbox table, #edit-ignore-list table, table.user-projects, table.preferences, .subscriptions-table) td.checkbox {
  text-align: center;
}

.boincwork-host-merge > table td,
.boincwork-host-merge > table th {
  vertical-align: baseline;
}

.boincwork-host-merge > table td .form-item.form-type-boolean,
.boincwork-host-merge > table th .form-item.form-type-boolean {
  margin-block: 0;
}

.draggable-table {
  width: 100%;
}

.draggable-table .form-item {
  margin-top: 0;
}

.text-content table td,
.text-content table th {
  vertical-align: middle;
}

.tablesort {
  vertical-align: middle;
}

.sticky-header {
  z-index: 0;
  margin: 0;
  border-block-end: 0.25rem solid var(--color--primary-50);
}

/* Properly align VBO checkboxes. */

.views-field-node-bulk-form .form-item {
  margin: 0;
}

.block .views-table,
.block table.user-projects {
  margin-block-start: 0;
}

table.preferences.combined {
  margin-block-start: 0;
}

table.preferences.combined .section-heading td {
  font-size: var(--font-size-xxs);
  padding-block-start: 1.6875rem;
}

@media (min-width: 31.25rem) {
  table.preferences.combined .section-heading td {
    font-size: var(--font-size-xs);
  }
}

@media (min-width: 43.75rem) {
  table.preferences.combined .section-heading td {
    font-size: unset;
  }
}

table.preferences.combined .description {
  display: none;
}

.subscriptions-table {
  margin-block-start: 0;
}

.block .subscriptions-table {
  margin-block-end: 0;
}

.subscriptions-table + .links.inline.links__table {
  margin-block-start: -0.25rem;
}
