.input-suffix {
    padding: 0 0.75rem;
    font-weight: 600;
    color: var(--color-text-muted, #6b7280);
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.paso-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.6rem 0.85rem;
    background: var(--color-bg-subtle, #f9fafb);
    border-radius: 8px;
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--color-text, #374151);
}

.paso-num {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #2563eb;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.paso-txt strong {
    color: #2563eb;
}

.paso-txt em {
    color: #6b7280;
    font-style: normal;
    font-size: 0.85em;
}