.td-archive-active-path {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 22px;
  padding: 14px 16px;
  border: 1px solid rgb(21 87 176 / 0.15);
  border-radius: 16px;
  background: linear-gradient(135deg, rgb(237 246 255 / 0.96), rgb(251 253 255 / 0.98));
  box-shadow: 0 8px 24px rgb(16 55 96 / 0.04);
}

.td-archive-active-path__copy {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  gap: 2px 9px;
  min-width: 0;
}

.td-archive-active-path__eyebrow {
  grid-column: 1 / -1;
  color: #50708f;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.td-archive-active-path__copy strong {
  overflow: hidden;
  color: #102a48;
  font-size: 0.98rem;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.td-archive-active-path__copy small {
  color: #64758a;
  font-size: 0.76rem;
  white-space: nowrap;
}

.td-archive-active-path > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 8px 10px;
  border-radius: 10px;
  color: #1557b0;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.td-archive-active-path > a:hover,
.td-archive-active-path > a:focus-visible {
  background: rgb(21 87 176 / 0.07);
}

.td-archive-active-path > a:focus-visible {
  outline: 3px solid rgb(21 87 176 / 0.2);
  outline-offset: 2px;
}

.td-archive-active-path > a span {
  font-size: 1rem;
  line-height: 1;
}

@media (max-width: 620px) {
  .td-archive-active-path {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 13px 14px;
  }

  .td-archive-active-path__copy {
    grid-template-columns: minmax(0, 1fr);
  }

  .td-archive-active-path__copy small {
    white-space: normal;
  }

  .td-archive-active-path > a {
    margin-left: -10px;
  }
}
