/* Canonical action for opening a Qardora public resource in a new tab.
 * Other actions (copy, edit, history, download) deliberately retain their
 * own glyphs so the table toolbar remains scannable. */
.qardora-open-link {
  display: inline-grid !important;
  flex: 0 0 34px !important;
  place-items: center;
  width: 34px !important;
  min-width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  margin: 0;
  padding: 0 !important;
  border: 1px solid var(--q-border, var(--color-border)) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--q-brand, var(--color-brand)) !important;
  box-shadow: none !important;
  text-decoration: none;
  transition: border-color .16s ease, background .16s ease, color .16s ease;
}

.qardora-open-link:hover {
  border-color: var(--q-brand, var(--color-brand)) !important;
  background: #f0f6f2 !important;
  color: var(--q-brand-hover, var(--color-brand-hover)) !important;
  transform: none !important;
}

.qardora-open-link:focus-visible {
  outline: 2px solid var(--q-accent, var(--color-accent, #c9b680));
  outline-offset: 2px;
}

.qardora-open-link svg {
  width: 17px !important;
  height: 17px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.9 !important;
  stroke-linecap: round;
  stroke-linejoin: round;
}
