@layer components{.workshop-card__interest{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border-color)}.workshop-card__count{display:flex;flex-direction:column;gap:.25rem;min-width:12rem;flex:1 1 12rem}.workshop-card__count-text{font-size:.8125rem;color:var(--muted-foreground)}.workshop-card__count-text strong{color:var(--foreground);font-weight:600}.workshop-card__count-bar{height:4px}.workshop-card__count-hint{font-size:.75rem;color:var(--muted-foreground)}.workshop-card__register-wrap{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:.375rem}.workshop-card__register{flex:0 0 auto;white-space:nowrap}.workshop-card__register-error{font-size:.75rem;color:var(--state-danger-icon);text-align:right;max-width:14rem}.workshop-card__register-spinner{width:1rem;height:1rem;margin-right:.5rem;animation:spin 1s linear infinite}.workshop-card__registered{display:inline-flex;align-items:center;gap:.375rem;flex:0 0 auto;font-size:.875rem;font-weight:600;color:var(--state-success-icon);white-space:nowrap}.workshop-card__registered-icon{width:1rem;height:1rem}.course-list-item:target{outline:2px solid var(--state-success-border);outline-offset:3px;border-radius:.75rem}@media (prefers-reduced-motion:no-preference){.course-list-item:target{transition:outline-color .4s ease-out}}}