/* ==========================================================================
   Styles for the Unlink Asset how-to pages (Data Catalog Links). One file
   mirroring the page's path, so this table can be adjusted without touching
   any other page's styles. Applies only to tables wrapped in
   <div class="unlink-consequences-table" markdown>.
   ========================================================================== */

.md-typeset .unlink-consequences-table table {
  width: 100%;
}

/* The What Happens column mirrors the dialog items: icon above the label,
   centered, held to a fixed width so the description gets the room. */
.md-typeset .unlink-consequences-table th:first-child,
.md-typeset .unlink-consequences-table td:first-child {
  width: 10rem;
  min-width: 8rem;
  text-align: center;
  vertical-align: middle;
}

.md-typeset .unlink-consequences-table td:first-child .twemoji {
  color: var(--q-brick);
  width: 1.4rem;
  height: 1.4rem;
  margin-bottom: 0.15rem;
}

.md-typeset .unlink-consequences-table td:last-child {
  vertical-align: middle;
}
