/* LNK7 custom styles */
[x-cloak] {
  display: none !important;
}

/* Truncate long URLs in the links table */
.td-truncate {
  max-width: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Fixed table layout for proper truncation */
.table-fixed {
  table-layout: fixed;
  width: 100%;
}

/* Column widths for links table */
.table-fixed .col-short-url {
  width: 35%;
}

.table-fixed .col-original-url {
  width: auto;
}

.table-fixed .col-created {
  width: 150px;
}

.table-fixed .col-action {
  width: 70px;
}

/* Step number circles for the performance page */
.step-number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.25rem;
}

@media (max-width: 767.98px) {
  .table-fixed .col-short-url {
    width: 40%;
  }

  .table-fixed .col-action {
    width: 60px;
  }
}
