/* Amsterdam Sponsor Collection: only the small pieces not already covered by the site
 * tokens/Tailwind shell or the shared Sponsor directory card stylesheet. */

[data-sponsor-location-collection] .ff-bracket-task {
  color: var(--text-bracket);
}

.slc-shortcut {
  display: inline-flex;
  min-height: 2.5rem;
  align-items: center;
  border: 1px solid var(--border-default);
  border-radius: var(--radius-pill);
  background: var(--bg-elevated);
  padding: 0.5rem 0.875rem;
  color: var(--text-secondary);
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
  transition:
    border-color var(--dur-fast) var(--ease-out),
    background var(--dur-fast) var(--ease-out),
    color var(--dur-fast) var(--ease-out);
}

.slc-shortcut:hover {
  border-color: var(--border-strong);
  background: var(--bg-surface);
  color: var(--text-primary);
}

.slc-shortcut:focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 2px;
}
