.km-credential {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.km-status-dot {
    flex: 0 0 auto;
}

.km-credential-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 2px;
}

.km-credential-time {
    color: #9ca3af;
    font-size: 11px;
    font-weight: 400;
}

.km-credential.is-checking .km-status-dot {
    background: #2563eb;
    animation: km-credential-pulse 1.2s ease-in-out infinite;
}

@keyframes km-credential-pulse {
    50% { opacity: .35; }
}

@media (prefers-reduced-motion: reduce) {
    .km-credential.is-checking .km-status-dot { animation: none; }
}

@media (max-width: 480px) {
    .km-history-row {
        grid-template-columns: minmax(0, 1fr) 78px;
    }

    .km-history-row > span:nth-child(2),
    .km-history-row > span:nth-child(3) {
        display: none;
    }
}
