.ts-constroom-link {
  position: absolute;
  left: 1rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  color: #4f46e5;
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 0.375rem 0.75rem;
  border-radius: 6px;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}

.ts-constroom-link:hover {
  background-color: rgb(79 70 229 / 0.08);
  color: #4f46e5;
  text-decoration: none;
}

.ts-constroom-link:focus-visible {
  outline: 2px solid #4f46e5;
  outline-offset: 2px;
}

.ts-constroom-link-arrow {
  font-size: 0.75rem;
}

@media (max-width: 480px) {
  .ts-constroom-link {
    left: 0.5rem;
    padding: 0.25rem 0.5rem;
  }

  .ts-constroom-link-text {
    display: none;
  }
}
